HomeSort by relevance Sort by last modified time
    Searched refs:SkRecordFillBounds (Results 1 - 4 of 4) sorted by null

  /external/skia/src/core/
SkRecordDraw.h 21 void SkRecordFillBounds(const SkRect& cullRect, const SkRecord&, SkRect bounds[]);
23 // SkRecordFillBounds(), and gathers information about saveLayers and stores it for later
SkPictureRecorder.cpp 79 SkRecordFillBounds(fCullRect, *fRecord, bounds);
190 SkRecordFillBounds(fCullRect, *fRecord, bounds);
SkRecordDraw.cpp 791 void SkRecordFillBounds(const SkRect& cullRect, const SkRecord& record, SkRect bounds[]) {
  /external/skia/tests/
RecordDrawTest.cpp 143 SkRecordFillBounds(SkRect::MakeWH(SkIntToScalar(W), SkIntToScalar(H)), record, bounds);
166 SkRecordFillBounds(SkRect::MakeWH(SkIntToScalar(W), SkIntToScalar(H)), record, bounds);
168 // We can make these next assertions confidently because SkRecordFillBounds
226 SkRecordFillBounds(SkRect::MakeWH(50, 50), record, bounds);
249 SkRecordFillBounds(SkRect::MakeWH(50, 50), record, bounds);

Completed in 32 milliseconds