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

123

/external/skia/experimental/svg/model/
H A DSkSVGSVG.h42 SkSVGLength fHeight = SkSVGLength(100, SkSVGLength::Unit::kPercentage); member in class:SkSVGSVG
H A DSkSVGRect.h44 SkSVGLength fHeight = SkSVGLength(0); member in class:final
/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 DGrStencilAttachment.h27 int height() const { return fHeight; }
40 , fHeight(height)
48 int fHeight; member in class:GrStencilAttachment
H A DGrTextureProducer.h32 int fHeight; member in struct:GrTextureProducer::CopyParams
71 int height() const { return fHeight; }
80 , fHeight(height)
93 builder[2] = copyParams.fHeight;
145 const int fHeight; member in class:GrTextureProducer
/external/pdfium/fpdfsdk/pdfwindow/
H A DPWL_Utils.cpp55 const FX_FLOAT fHeight = crBBox.top - crBBox.bottom; local
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 /
[all...]
H A DPWL_Icon.cpp62 void CPWL_Image::GetImageSize(FX_FLOAT& fWidth, FX_FLOAT& fHeight) { argument
64 fHeight = 0.0f;
71 fHeight = rect.top - rect.bottom;
/external/skia/experimental/iOSSampleApp/
H A DSkSampleUIView.h25 GLint fHeight; member in struct:__anon16759
/external/skia/include/android/
H A DSkBitmapRegionDecoder.h81 int height() const { return fHeight; }
89 , fHeight(height)
94 const int fHeight; member in class:SkBitmapRegionDecoder
/external/skia/src/core/
H A DSkNormalBevelSource.h18 , fHeight(height) {}
48 SkScalar fHeight; member in class:SkNormalBevelSourceImpl
/external/skia/tools/viewer/sk_app/unix/
H A DWindowContextFactory_unix.h29 int fHeight; member in struct:sk_app::window_context_factory::XlibWindowInfo
/external/icu/icu4c/source/samples/layout/
H A Dparagraph.h73 le_int32 fHeight; member in class:Paragraph
/external/skia/gm/
H A Dmorphology.cpp58 int fWidth, fHeight; member in struct:skiagm::MorphologyGM::__anon16801
H A Dbigrrectaaeffect.cpp39 fHeight = fTestOffsetY + kPad;
49 SkISize onISize() override { return SkISize::Make(fWidth, fHeight); }
108 int fHeight; member in class:skiagm::BigRRectAAEffectGM
H A Dblurroundrect.cpp26 : 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; member in class:BlurRoundRectGM
/external/skia/src/gpu/gl/
H A DGrGLIRect.h24 GrGLsizei fHeight; member in struct:GrGLIRect
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
[all...]
/external/skia/tools/viewer/sk_app/
H A DWindowContext.h50 int height() const { return fHeight; }
60 int fHeight; member in class:sk_app::WindowContext
/external/pdfium/xfa/fwl/
H A Dcfwl_checkbox.cpp50 void CFWL_CheckBox::SetBoxSize(FX_FLOAT fHeight) { argument
51 m_fBoxHeight = fHeight;
/external/skia/include/core/
H A DSkImage.h175 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; member in class:SkImage
H A DSkSize.h15 T fHeight; member in struct:SkTSize
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
[all...]
H A DSkSurface.h155 int height() const { return fHeight; }
317 const int fHeight; member in class:SkSurface
/external/skia/src/gpu/vk/
H A DGrVkImage.h64 uint32_t fHeight; member in struct:GrVkImage::ImageDesc
75 , fHeight(0)
/external/skia/tests/
H A DMipMapTest.cpp111 int fHeight; member in struct:LevelCountScenario
153 int levelCount = SkMipMap::ComputeLevelCount(currentTest.fWidth, currentTest.fHeight);
H A DRecordingXfermodeTest.cpp104 fHeight = imageInfo.height();
111 SkRect canvasRect(SkRect::MakeWH(SkIntToScalar(fWidth),SkIntToScalar(fHeight)));
113 SkIntToScalar(fHeight),
128 int fHeight; member in class:__anon17273::PictureStrategy
/external/pdfium/xfa/fwl/theme/
H A Dcfwl_checkboxtp.cpp115 FX_FLOAT fHeight = pRtSign->height; local
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; local
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.
[all...]

Completed in 4988 milliseconds

123