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

1 2 3

  /external/pdfium/fpdfsdk/pdfwindow/
PWL_Utils.cpp 55 const FX_FLOAT fHeight = crBBox.top - crBBox.bottom;
77 pts[i][j].y *= pts[i][j].y * fHeight + crBBox.bottom;
106 FX_FLOAT fHeight = crBBox.top - crBBox.bottom;
108 CFX_PointF pt1(crBBox.left, crBBox.bottom + fHeight / 2);
110 CFX_PointF pt3(crBBox.right, crBBox.bottom + fHeight / 2);
159 FX_FLOAT fHeight = crBBox.top - crBBox.bottom;
161 CFX_PointF pt1(crBBox.left, crBBox.bottom + fHeight / 2);
163 CFX_PointF pt3(crBBox.right, crBBox.bottom + fHeight / 2);
224 FX_FLOAT fHeight = crBBox.top - crBBox.bottom;
227 CFX_PointF pt2(0, fHeight / 2)
    [all...]
  /external/skia/experimental/svg/model/
SkSVGSVG.h 42 SkSVGLength fHeight = SkSVGLength(100, SkSVGLength::Unit::kPercentage);
SkSVGRect.h 44 SkSVGLength fHeight = SkSVGLength(0);
  /external/skia/include/android/
SkBitmapRegionDecoder.h 81 int height() const { return fHeight; }
89 , fHeight(height)
94 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;
GrStencilAttachment.h 27 int height() const { return fHeight; }
40 , fHeight(height)
48 int fHeight;
GrTextureProducer.h 31 int fHeight;
70 int height() const { return fHeight; }
79 , fHeight(height)
92 builder[2] = copyParams.fHeight;
143 const int fHeight;
  /external/mesa3d/src/gallium/targets/haiku-softpipe/
SoftwareRenderer.h 53 GLuint fHeight;
  /external/skia/experimental/iOSSampleApp/
SkSampleUIView.h 25 GLint fHeight;
  /external/skia/gm/
morphology.cpp 58 int fWidth, fHeight;
bigrrectaaeffect.cpp 39 fHeight = fTestOffsetY + kPad;
49 SkISize onISize() override { return SkISize::Make(fWidth, fHeight); }
108 int fHeight;
blurroundrect.cpp 26 : fName("blurroundrect"), fWidth(width), fHeight(height) {
35 return SkISize::Make(fWidth, fHeight);
44 SkRect r = SkRect::MakeWH(SkIntToScalar(fWidth), SkIntToScalar(fHeight));
84 int fWidth, fHeight;
  /external/skia/include/gpu/
GrSurface.h 31 int height() const { return fHeight; }
84 , fHeight(desc.fHeight)
95 int fHeight;
GrBackendSurface.h 41 int height() const { return fHeight; }
70 int fHeight; //<! height in pixels
101 int height() const { return fHeight; }
125 int fHeight; //<! height in pixels
  /external/skia/src/gpu/ccpr/
GrCCPRAtlas.h 49 int fHeight;
  /external/skia/src/gpu/gl/
GrGLIRect.h 24 GrGLsizei fHeight;
35 GR_STATIC_ASSERT(12 == offsetof(GrGLIRect, fHeight));
41 GR_GL_CALL(gl, Viewport(fLeft, fBottom, fWidth, fHeight));
45 GR_GL_CALL(gl, Scissor(fLeft, fBottom, fWidth, fHeight));
70 fBottom = glRect.fBottom + (glRect.fHeight - topOffset - height);
74 fHeight = height;
77 SkASSERT(fHeight >= 0);
84 fBottom + fHeight >= glRect.fBottom + glRect.fHeight;
87 void invalidate() {fLeft = fWidth = fBottom = fHeight = -1;
    [all...]
  /external/skia/tools/viewer/sk_app/unix/
WindowContextFactory_unix.h 29 int fHeight;
  /frameworks/base/core/jni/android/graphics/
Movie.h 57 int fHeight;
  /external/icu/icu4c/source/samples/layout/
paragraph.h 73 le_int32 fHeight;
  /external/skia/include/core/
SkSize.h 15 int32_t fHeight;
23 /** Returns true iff fWidth == 0 && fHeight == 0
25 bool isZero() const { return 0 == fWidth && 0 == fHeight; }
28 bool isEmpty() const { return fWidth <= 0 || fHeight <= 0; }
31 void setEmpty() { fWidth = fHeight = 0; }
34 int32_t height() const { return fHeight; }
36 bool equals(int32_t w, int32_t h) const { return fWidth == w && fHeight == h; }
40 return a.fWidth == b.fWidth && a.fHeight == b.fHeight;
49 SkScalar fHeight;
    [all...]
SkPixelRef.h 41 int height() const { return fHeight; }
121 int fHeight;
SkSurface.h 186 int height() const { return fHeight; }
379 const int fHeight;
  /external/skia/tests/
MipMapTest.cpp 111 int fHeight;
153 int levelCount = SkMipMap::ComputeLevelCount(currentTest.fWidth, currentTest.fHeight);
  /external/skia/tools/viewer/sk_app/
WindowContext.h 52 int height() const { return fHeight; }
62 int fHeight;
  /external/pdfium/xfa/fwl/theme/
cfwl_checkboxtp.cpp 115 FX_FLOAT fHeight = pRtSign->height;
118 path.LineTo(CFX_PointF(pRtSign->left, pRtSign->top + fHeight / 2));
120 path.LineTo(CFX_PointF(pRtSign->right(), pRtSign->top + fHeight / 2));
224 FX_FLOAT fHeight = -kSignPath;
226 CFX_PointF pt1(fWidth / 15.0f, fBottom + fHeight * 2 / 5.0f);
227 CFX_PointF pt2(fWidth / 4.5f, fBottom + fHeight / 16.0f);
229 CFX_PointF pt4(fWidth * 14 / 15.0f, fBottom + fHeight * 15 / 16.0f);
230 CFX_PointF pt5(fWidth / 3.6f, fBottom + fHeight / 3.5f);
231 CFX_PointF pt12(fWidth / 7.0f, fBottom + fHeight * 2 / 7.0f);
232 CFX_PointF pt21(fWidth / 5.0f, fBottom + fHeight / 5.0f)
    [all...]

Completed in 1046 milliseconds

1 2 3