Searched defs:fHeight (Results 1 - 25 of 78) sorted by relevance

1234

/external/chromium_org/third_party/skia/include/core/
H A DSkPictureRecorder.h81 int fHeight; member in class:SkPictureRecorder
H A DSkImage.h54 int height() const { return fHeight; }
102 fHeight(height),
111 const int fHeight; member in class:SkImage
H A DSkSurface.h101 int height() const { return fHeight; }
198 const int fHeight; member in class:SkSurface
H A DSkSize.h15 T fHeight; member in struct:SkTSize
20 s.fHeight = h;
26 fHeight = h;
29 /** Returns true iff fWidth == 0 && fHeight == 0
32 return 0 == fWidth && 0 == fHeight;
37 return fWidth <= 0 || fHeight <= 0;
42 fWidth = fHeight = 0;
46 T height() const { return fHeight; }
53 if (fHeight < 0) {
54 fHeight
[all...]
/external/chromium_org/third_party/skia/src/gpu/
H A DGrRectanizer.h17 GrRectanizer(int width, int height) : fWidth(width), fHeight(height) {
27 int height() const { return fHeight; }
41 int fHeight; member in class:GrRectanizer
H A DGrStencilBuffer.h28 int height() const { return fHeight; }
59 , fHeight(height)
69 int fHeight; member in class:GrStencilBuffer
/external/skia/include/core/
H A DSkPictureRecorder.h81 int fHeight; member in class:SkPictureRecorder
H A DSkImage.h54 int height() const { return fHeight; }
102 fHeight(height),
111 const int fHeight; member in class:SkImage
H A DSkSurface.h101 int height() const { return fHeight; }
198 const int fHeight; member in class:SkSurface
H A DSkSize.h15 T fHeight; member in struct:SkTSize
20 s.fHeight = h;
26 fHeight = h;
29 /** Returns true iff fWidth == 0 && fHeight == 0
32 return 0 == fWidth && 0 == fHeight;
37 return fWidth <= 0 || fHeight <= 0;
42 fWidth = fHeight = 0;
46 T height() const { return fHeight; }
53 if (fHeight < 0) {
54 fHeight
[all...]
/external/skia/src/gpu/
H A DGrRectanizer.h17 GrRectanizer(int width, int height) : fWidth(width), fHeight(height) {
27 int height() const { return fHeight; }
41 int fHeight; member in class:GrRectanizer
H A DGrStencilBuffer.h28 int height() const { return fHeight; }
59 , fHeight(height)
69 int fHeight; member in class:GrStencilBuffer
/external/chromium_org/third_party/skia/experimental/iOSSampleApp/
H A DSkSampleUIView.h25 GLint fHeight; member in struct:__anon14291
/external/chromium_org/third_party/skia/include/images/
H A DSkMovie.h58 int fHeight; member in struct:SkMovie::Info
H A DSkPageFlipper.h30 int height() const { return fHeight; }
59 int fHeight; member in class:SkPageFlipper
/external/chromium_org/third_party/skia/src/core/
H A DSkMipMap.h23 uint32_t fWidth, fHeight; member in struct:SkMipMap::Level
/external/skia/experimental/iOSSampleApp/
H A DSkSampleUIView.h25 GLint fHeight; member in struct:__anon29559
/external/skia/include/images/
H A DSkMovie.h58 int fHeight; member in struct:SkMovie::Info
H A DSkPageFlipper.h30 int height() const { return fHeight; }
59 int fHeight; member in class:SkPageFlipper
/external/skia/src/core/
H A DSkMipMap.h23 uint32_t fWidth, fHeight; member in struct:SkMipMap::Level
/external/icu/icu4c/source/samples/layout/
H A Dparagraph.h67 le_int32 fHeight; member in class:Paragraph
/external/chromium_org/third_party/skia/gm/
H A Dmorphology.cpp61 int fWidth, fHeight; member in struct:skiagm::MorphologyGM::__anon14317
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLIRect.h24 GrGLsizei fHeight; member in struct:GrGLIRect
27 GR_GL_CALL(gl, Viewport(fLeft, fBottom, fWidth, fHeight));
31 GR_GL_CALL(gl, Scissor(fLeft, fBottom, fWidth, fHeight));
51 fBottom = glRect.fBottom + (glRect.fHeight - topOffset - height);
55 fHeight = height;
60 SkASSERT(fHeight >= 0);
67 fBottom + fHeight >= glRect.fBottom + glRect.fHeight;
70 void invalidate() {fLeft = fWidth = fBottom = fHeight = -1;}
/external/skia/gm/
H A Dmorphology.cpp61 int fWidth, fHeight; member in struct:skiagm::MorphologyGM::__anon29583
/external/skia/src/gpu/gl/
H A DGrGLIRect.h24 GrGLsizei fHeight; member in struct:GrGLIRect
27 GR_GL_CALL(gl, Viewport(fLeft, fBottom, fWidth, fHeight));
31 GR_GL_CALL(gl, Scissor(fLeft, fBottom, fWidth, fHeight));
51 fBottom = glRect.fBottom + (glRect.fHeight - topOffset - height);
55 fHeight = height;
60 SkASSERT(fHeight >= 0);
67 fBottom + fHeight >= glRect.fBottom + glRect.fHeight;
70 void invalidate() {fLeft = fWidth = fBottom = fHeight = -1;}

Completed in 650 milliseconds

1234