Searched defs:fCullRect (Results 1 - 4 of 4) sorted by relevance

/external/skia/include/core/
H A DSkPictureRecorder.h101 SkRect fCullRect; member in class:SkPictureRecorder
H A DSkPicture.h132 SkRect cullRect() const { return fCullRect; }
274 const SkRect fCullRect; member in class:SkPicture
/external/skia/src/core/
H A DSkPictureData.h38 SkRect fCullRect; member in struct:SkPictInfo
H A DSkRecordDraw.cpp155 , fCullRect(cullRect)
161 fCurrentClipBounds = fCullRect;
175 this->popControl(fCullRect);
252 fCurrentClipBounds = clip.intersect(fCullRect) ? clip : Bounds::MakeEmpty();
254 fCurrentClipBounds = fCullRect;
267 fCurrentClipBounds = clip.intersect(fCullRect) ? clip : Bounds::MakeEmpty();
269 fCurrentClipBounds = fCullRect;
569 const SkRect fCullRect; member in class:SkRecords::FillBounds

Completed in 152 milliseconds