Searched refs:SkRecordFillBounds (Results 1 – 4 of 4) sorted by relevance
/external/skia/tests/ |
D | RecordDrawTest.cpp | 143 SkRecordFillBounds(SkRect::MakeWH(SkIntToScalar(W), SkIntToScalar(H)), record, bounds); in DEF_TEST() 166 SkRecordFillBounds(SkRect::MakeWH(SkIntToScalar(W), SkIntToScalar(H)), record, bounds); in DEF_TEST() 226 SkRecordFillBounds(SkRect::MakeWH(50, 50), record, bounds); in DEF_TEST() 249 SkRecordFillBounds(SkRect::MakeWH(50, 50), record, bounds); in DEF_TEST()
|
/external/skia/src/core/ |
D | SkPictureRecorder.cpp | 79 SkRecordFillBounds(fCullRect, *fRecord, bounds); in endRecordingAsPicture() 190 SkRecordFillBounds(fCullRect, *fRecord, bounds); in endRecordingAsDrawable()
|
D | SkRecordDraw.h | 21 void SkRecordFillBounds(const SkRect& cullRect, const SkRecord&, SkRect bounds[]);
|
D | SkRecordDraw.cpp | 791 void SkRecordFillBounds(const SkRect& cullRect, const SkRecord& record, SkRect bounds[]) { in SkRecordFillBounds() function
|