Searched refs:SkRecordFillBounds (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/tests/ |
H A D | RecordDrawTest.cpp | 145 SkRecordFillBounds(SkRect::MakeWH(SkIntToScalar(W), SkIntToScalar(H)), record, bounds); 209 SkRecordFillBounds(SkRect::MakeWH(50, 50), record, bounds, meta); in DEF_TEST() 234 SkRecordFillBounds(SkRect::MakeWH(50, 50), record, bounds, meta); in DEF_TEST() 263 SkRecordFillBounds(SkRect::MakeWH(50, 50), record, bounds);
|
/third_party/skia/src/core/ |
H A D | SkPictureRecorder.cpp | 80 SkRecordFillBounds(fCullRect, *fRecord, bounds, meta); in finishRecordingAsPicture() 136 SkRecordFillBounds(fCullRect, *fRecord, bounds, meta); in finishRecordingAsDrawable()
|
H A D | SkRecordDraw.h | 21 void SkRecordFillBounds(const SkRect& cullRect, const SkRecord&, 24 // SkRecordFillBounds(), and gathers information about saveLayers and stores it for later
|
H A D | SkRecordDraw.cpp | 554 void SkRecordFillBounds(const SkRect& cullRect, const SkRecord& record, in SkRecordFillBounds() function
|
Completed in 3 milliseconds