Home
last modified time | relevance | path

Searched refs:SkRecordFillBounds (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/tests/
H A DRecordDrawTest.cpp145 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 DSkPictureRecorder.cpp80 SkRecordFillBounds(fCullRect, *fRecord, bounds, meta); in finishRecordingAsPicture()
136 SkRecordFillBounds(fCullRect, *fRecord, bounds, meta); in finishRecordingAsDrawable()
H A DSkRecordDraw.h21 void SkRecordFillBounds(const SkRect& cullRect, const SkRecord&,
24 // SkRecordFillBounds(), and gathers information about saveLayers and stores it for later
H A DSkRecordDraw.cpp554 void SkRecordFillBounds(const SkRect& cullRect, const SkRecord& record, in SkRecordFillBounds() function

Completed in 3 milliseconds