HomeSort by relevance Sort by last modified time
    Searched defs:fHeight (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /external/chromium_org/third_party/skia/src/gpu/
GrRectanizer.h 17 GrRectanizer(int width, int height) : fWidth(width), fHeight(height) {
27 int height() const { return fHeight; }
41 int fHeight;
GrStencilBuffer.h 28 int height() const { return fHeight; }
59 , fHeight(height)
69 int fHeight;
  /external/skia/include/core/
SkImage.h 54 int height() const { return fHeight; }
102 fHeight(height),
111 const int fHeight;
SkPictureRecorder.h 81 int fHeight;
SkSurface.h 101 int height() const { return fHeight; }
198 const int fHeight;
  /external/skia/src/gpu/
GrRectanizer.h 17 GrRectanizer(int width, int height) : fWidth(width), fHeight(height) {
27 int height() const { return fHeight; }
41 int fHeight;
GrStencilBuffer.h 28 int height() const { return fHeight; }
59 , fHeight(height)
69 int fHeight;
  /external/chromium_org/third_party/skia/experimental/iOSSampleApp/
SkSampleUIView.h 25 GLint fHeight;
  /external/chromium_org/third_party/skia/include/core/
SkImage.h 60 int height() const { return fHeight; }
109 fHeight(height),
118 const int fHeight;
SkSize.h 15 T fHeight;
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 = 0
    [all...]
SkSurface.h 129 int height() const { return fHeight; }
229 const int fHeight;
  /external/chromium_org/third_party/skia/include/images/
SkMovie.h 58 int fHeight;
SkPageFlipper.h 30 int height() const { return fHeight; }
59 int fHeight;
  /external/chromium_org/third_party/skia/src/core/
SkMipMap.h 23 uint32_t fWidth, fHeight;
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLIRect.h 24 GrGLsizei fHeight;
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/experimental/iOSSampleApp/
SkSampleUIView.h 25 GLint fHeight;
  /external/skia/include/images/
SkMovie.h 58 int fHeight;
SkPageFlipper.h 30 int height() const { return fHeight; }
59 int fHeight;
  /external/skia/src/core/
SkMipMap.h 23 uint32_t fWidth, fHeight;
  /external/skia/src/gpu/gl/
GrGLIRect.h 24 GrGLsizei fHeight;
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/chromium_org/third_party/icu/source/samples/layout/
paragraph.h 67 le_int32 fHeight;
  /external/icu/icu4c/source/samples/layout/
paragraph.h 67 le_int32 fHeight;
  /external/chromium_org/third_party/skia/gm/
morphology.cpp 62 int fWidth, fHeight;
  /external/chromium_org/third_party/skia/platform_tools/nacl/src/
nacl_hello.cpp 88 position.size().height() == fHeight) {
92 fHeight = position.size().height();
93 fDeviceContext = pp::Graphics2D(this, pp::Size(fWidth, fHeight), false);
100 pp::Size(fWidth, fHeight), false);
101 fBitmap.setConfig(SkBitmap::kARGB_8888_Config, fWidth, fHeight);
123 int fHeight;
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libbmp.cpp 75 fHeight = height;
85 int height() const { return fHeight; }
91 int fHeight;

Completed in 1210 milliseconds

1 2 3 4