HomeSort by relevance Sort by last modified time
    Searched defs:fHeight (Results 1 - 25 of 63) 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/core/
SkNormalBevelSource.h 18 , fHeight(height) {}
48 SkScalar 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 32 int fHeight;
71 int height() const { return fHeight; }
80 , fHeight(height)
93 builder[2] = copyParams.fHeight;
145 const int fHeight;
GrTextureStripAtlas.h 34 uint16_t fWidth, fHeight, fRowHeight;
  /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;
complexclip2.cpp 36 fHeight = yF - yA;
39 fTotalHeight = kRows * fHeight + SK_Scalar1 * (kRows + 1) * kPadY;
153 kPadY * SK_Scalar1 + (fHeight + kPadY * SK_Scalar1)*i);
191 canvas->drawRect(SkRect::MakeWH(fWidth, fHeight), fillPaint);
205 SkScalar 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 56 int fHeight;
  /external/icu/icu4c/source/samples/layout/
paragraph.h 73 le_int32 fHeight;
  /external/skia/include/core/
SkSize.h 15 T fHeight;
20 s.fHeight = h;
30 fHeight = h;
33 /** Returns true iff fWidth == 0 && fHeight == 0
36 return 0 == fWidth && 0 == fHeight;
41 return fWidth <= 0 || fHeight <= 0;
46 fWidth = fHeight = 0;
50 T height() const { return fHeight; }
57 if (fHeight < 0) {
58 fHeight = 0
    [all...]
SkSurface.h 155 int height() const { return fHeight; }
317 const int fHeight;
SkImage.h 175 int height() const { return fHeight; }
176 SkISize dimensions() const { return SkISize::Make(fWidth, fHeight); }
177 SkIRect bounds() const { return SkIRect::MakeWH(fWidth, fHeight); }
449 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 50 int height() const { return fHeight; }
60 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...]
  /external/skia/src/gpu/vk/
GrVkImage.h 64 uint32_t fHeight;
75 , fHeight(0)

Completed in 839 milliseconds

1 2 3