Searched refs:DisplayListData (Results 1 – 4 of 4) sorted by relevance
750 void* DisplayListData::push(size_t pod, Args&&... args) { in push()779 inline void DisplayListData::map(const Fn fns[], Args... args) const { in map()792 void DisplayListData::save() { in save()795 void DisplayListData::restore() { in restore()798 void DisplayListData::saveLayer(const SkRect* bounds, const SkPaint* paint, in saveLayer()803 void DisplayListData::saveBehind(const SkRect* subset) { in saveBehind()807 void DisplayListData::concat(const SkM44& m) { in concat()810 void DisplayListData::setMatrix(const SkM44& matrix) { in setMatrix()813 void DisplayListData::scale(SkScalar sx, SkScalar sy) { in scale()816 void DisplayListData::translate(SkScalar dx, SkScalar dy) { in translate()[all …]
100 class DisplayListData final {102 DisplayListData() : mHasText(false), mHasFill(false) {} in DisplayListData() function103 ~DisplayListData();192 void reset(DisplayListData*, const SkIRect& bounds);274 DisplayListData* fDL;
197 DisplayListData mDisplayList;
52 DisplayListData skLiteDL; in TEST()