Searched refs:fCullWidth (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkPictureRecorder.cpp33 fCullWidth = width;
54 fCullWidth = width;
78 picture = SkNEW_ARGS(SkPicture, (fCullWidth, fCullHeight,
85 picture = SkNEW_ARGS(SkPicture, (fCullWidth, fCullHeight,
109 SkPicture picture(fCullWidth, fCullHeight,
H A DSkPicture.cpp257 : fCullWidth(width)
451 , fCullWidth(width)
649 : fCullWidth(width)
/external/chromium_org/third_party/skia/include/core/
H A DSkPicture.h130 int width() const { return SkScalarCeilToInt(fCullWidth); }
138 const SkRect cullRect() const { return SkRect::MakeWH(fCullWidth, fCullHeight); }
263 const SkScalar fCullWidth; member in class:SkPicture
H A DSkPictureRecorder.h97 SkScalar fCullWidth; member in class:SkPictureRecorder

Completed in 268 milliseconds