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

  /external/chromium_org/third_party/skia/src/core/
SkPictureRecorder.cpp 33 fCullWidth = width;
54 fCullWidth = width;
78 picture = SkNEW_ARGS(SkPicture, (fCullWidth, fCullHeight,
85 picture = SkNEW_ARGS(SkPicture, (fCullWidth, fCullHeight,
109 SkPicture picture(fCullWidth, fCullHeight,
SkPicture.cpp 257 : fCullWidth(width)
451 , fCullWidth(width)
649 : fCullWidth(width)
  /external/chromium_org/third_party/skia/include/core/
SkPicture.h 130 int width() const { return SkScalarCeilToInt(fCullWidth); }
138 const SkRect cullRect() const { return SkRect::MakeWH(fCullWidth, fCullHeight); }
263 const SkScalar fCullWidth;
SkPictureRecorder.h 97 SkScalar fCullWidth;

Completed in 3091 milliseconds