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

  /external/chromium_org/third_party/skia/src/core/
SkPictureRecorder.cpp 34 fCullHeight = height;
55 fCullHeight = height;
78 picture = SkNEW_ARGS(SkPicture, (fCullWidth, fCullHeight,
85 picture = SkNEW_ARGS(SkPicture, (fCullWidth, fCullHeight,
109 SkPicture picture(fCullWidth, fCullHeight,
SkPicture.cpp 258 , fCullHeight(height)
452 , fCullHeight(height)
650 , fCullHeight(height)
  /external/chromium_org/third_party/skia/include/core/
SkPicture.h 131 int height() const { return SkScalarCeilToInt(fCullHeight); }
138 const SkRect cullRect() const { return SkRect::MakeWH(fCullWidth, fCullHeight); }
264 const SkScalar fCullHeight;
SkPictureRecorder.h 98 SkScalar fCullHeight;

Completed in 68 milliseconds