Home
last modified time | relevance | path

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

/third_party/skia/tests/
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/flutter/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.cpp527 void SkRecordFillBounds(const SkRect& cullRect, const SkRecord& record, SkRect bounds[]) { in SkRecordFillBounds() function
/third_party/skia/src/core/
DSkPictureRecorder.cpp80 SkRecordFillBounds(fCullRect, *fRecord, bounds, meta); in finishRecordingAsPicture()
136 SkRecordFillBounds(fCullRect, *fRecord, bounds, meta); in finishRecordingAsDrawable()
DSkRecordDraw.h21 void SkRecordFillBounds(const SkRect& cullRect, const SkRecord&,
DSkRecordDraw.cpp554 void SkRecordFillBounds(const SkRect& cullRect, const SkRecord& record, in SkRecordFillBounds() function
/third_party/flutter/skia/tests/
DRecordDrawTest.cpp145 SkRecordFillBounds(SkRect::MakeWH(SkIntToScalar(W), SkIntToScalar(H)), record, bounds);
203 SkRecordFillBounds(SkRect::MakeWH(50, 50), record, bounds); in DEF_TEST()
228 SkRecordFillBounds(SkRect::MakeWH(50, 50), record, bounds);