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 75 SkRecordFillBounds(fCullRect, *fRecord, bounds);
125 SkRecordFillBounds(fCullRect, *fRecord, bounds);
SkRecordDraw.cpp 607 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
228 SkRecordFillBounds(SkRect::MakeWH(50, 50), record, bounds);
251 SkRecordFillBounds(SkRect::MakeWH(50, 50), record, bounds);

Completed in 2549 milliseconds