OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fCullHeight
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/include/core/
SkPictureRecorder.h
98
SkScalar
fCullHeight
;
SkPicture.h
131
int height() const { return SkScalarCeilToInt(
fCullHeight
); }
138
const SkRect cullRect() const { return SkRect::MakeWH(fCullWidth,
fCullHeight
); }
264
const SkScalar
fCullHeight
;
Completed in 121 milliseconds