HomeSort by relevance Sort by last modified time
    Searched defs:fCullWidth (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/include/core/
SkPictureRecorder.h 97 SkScalar fCullWidth;
SkPicture.h 130 int width() const { return SkScalarCeilToInt(fCullWidth); }
138 const SkRect cullRect() const { return SkRect::MakeWH(fCullWidth, fCullHeight); }
263 const SkScalar fCullWidth;

Completed in 179 milliseconds