Searched refs:DisplayListData (Results 1 – 4 of 4) sorted by relevance
497 void* DisplayListData::push(size_t pod, Args&&... args) { in push()516 inline void DisplayListData::map(const Fn fns[], Args... args) const { in map()529 void DisplayListData::flush() { in flush()533 void DisplayListData::save() { in save()536 void DisplayListData::restore() { in restore()539 void DisplayListData::saveLayer(const SkRect* bounds, const SkPaint* paint, in saveLayer()545 void DisplayListData::saveBehind(const SkRect* subset) { in saveBehind()549 void DisplayListData::concat(const SkMatrix& matrix) { in concat()552 void DisplayListData::setMatrix(const SkMatrix& matrix) { in setMatrix()555 void DisplayListData::translate(SkScalar dx, SkScalar dy) { in translate()[all …]
55 class DisplayListData final {57 DisplayListData() : mHasText(false) {} in DisplayListData() function58 ~DisplayListData();140 void reset(DisplayListData*, const SkIRect& bounds);224 DisplayListData* fDL;
166 DisplayListData mDisplayList;
48 DisplayListData skLiteDL; in TEST()