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

12345

/external/skia/experimental/svg/model/
H A DSkSVGSVG.h42 SkSVGLength fHeight = SkSVGLength(100, SkSVGLength::Unit::kPercentage); member in class:SkSVGSVG
H A DSkSVGPattern.h43 fHeight; member in struct:final::PatternAttributes
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.h25 int height() const { return fHeight; }
41 , fHeight(height)
51 int fHeight; member in class:GrStencilAttachment
/external/skqp/experimental/svg/model/
H A DSkSVGSVG.h42 SkSVGLength fHeight = SkSVGLength(100, SkSVGLength::Unit::kPercentage); member in class:SkSVGSVG
H A DSkSVGPattern.h43 fHeight; member in struct:final::PatternAttributes
H A DSkSVGRect.h44 SkSVGLength fHeight = SkSVGLength(0); member in class:final
/external/skqp/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.h25 int height() const { return fHeight; }
41 , fHeight(height)
50 int fHeight; member in class:GrStencilAttachment
/external/mesa3d/src/gallium/targets/haiku-softpipe/
H A DSoftwareRenderer.h53 GLuint fHeight; member in class:SoftwareRenderer
/external/skia/include/android/
H A DSkBitmapRegionDecoder.h76 int height() const { return fHeight; }
84 , fHeight(height)
89 const int fHeight; member in class:SkBitmapRegionDecoder
/external/skia/include/atlastext/
H A DSkAtlasTextTarget.h45 int height() const { return fHeight; }
82 const int fHeight; member in class:SkAtlasTextTarget
/external/skia/include/gpu/
H A DGrSurface.h31 int height() const { return fHeight; }
79 , fHeight(desc.fHeight) {}
91 int fHeight; member in class:GrSurface
/external/skia/src/gpu/ccpr/
H A DGrCCAtlas.h56 int fWidth, fHeight; member in class:GrCCAtlas
/external/skia/tools/sk_app/unix/
H A DWindowContextFactory_unix.h29 int fHeight; member in struct:sk_app::window_context_factory::XlibWindowInfo
/external/skqp/include/android/
H A DSkBitmapRegionDecoder.h76 int height() const { return fHeight; }
84 , fHeight(height)
89 const int fHeight; member in class:SkBitmapRegionDecoder
/external/skqp/include/atlastext/
H A DSkAtlasTextTarget.h45 int height() const { return fHeight; }
82 const int fHeight; member in class:SkAtlasTextTarget
/external/skqp/include/gpu/
H A DGrSurface.h31 int height() const { return fHeight; }
79 , fHeight(desc.fHeight) {}
89 int fHeight; member in class:GrSurface
/external/skqp/src/gpu/ccpr/
H A DGrCCAtlas.h59 int fHeight; member in class:GrCCAtlas
/external/skqp/tools/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::__anon20522
H A Dbigrrectaaeffect.cpp39 fHeight = fTestOffsetY + kPad;
49 SkISize onISize() override { return SkISize::Make(fWidth, fHeight); }
109 int fHeight; member in class:skiagm::BigRRectAAEffectGM
/external/skqp/gm/
H A Dmorphology.cpp58 int fWidth, fHeight; member in struct:skiagm::MorphologyGM::__anon21192

Completed in 532 milliseconds

12345