Home
last modified time | relevance | path

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

/external/skia/tests/
DRecordDrawTest.cpp143 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()
228 SkRecordFillBounds(SkRect::MakeWH(50, 50), record, bounds); in DEF_TEST()
251 SkRecordFillBounds(SkRect::MakeWH(50, 50), record, bounds); in DEF_TEST()
/external/skia/src/core/
DSkPictureRecorder.cpp75 SkRecordFillBounds(fCullRect, *fRecord, bounds); in finishRecordingAsPicture()
125 SkRecordFillBounds(fCullRect, *fRecord, bounds); in finishRecordingAsDrawable()
DSkRecordDraw.h21 void SkRecordFillBounds(const SkRect& cullRect, const SkRecord&, SkRect bounds[]);
DSkRecordDraw.cpp607 void SkRecordFillBounds(const SkRect& cullRect, const SkRecord& record, SkRect bounds[]) { in SkRecordFillBounds() function