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

123

/external/skia/src/core/
H A DSkBitmapCache.h25 int32_t fHeight; member in struct:SkBitmapCacheDesc
H A DSkBitmapHeap.h217 , fHeight(bm.height())
224 const uint32_t fHeight; member in struct:SkBitmapHeap::LookupEntry
/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.h28 int height() const { return fHeight; }
60 , fHeight(height)
70 int fHeight; member in class:GrStencilAttachment
H A DGrTextureParamsAdjuster.h34 int fHeight; member in struct:GrTextureProducer::CopyParams
72 int height() const { return fHeight; }
78 , fHeight(height)
91 builder[2] = copyParams.fHeight;
112 const int fHeight; member in class:GrTextureProducer
/external/skia/experimental/iOSSampleApp/
H A DSkSampleUIView.h25 GLint fHeight; member in struct:__anon15821
/external/skia/include/android/
H A DSkBitmapRegionDecoder.h74 int height() const { return fHeight; }
82 , fHeight(height)
87 const int fHeight; member in class:SkBitmapRegionDecoder
/external/skia/include/images/
H A DSkMovie.h58 int fHeight; member in struct:SkMovie::Info
H A DSkPageFlipper.h30 int height() const { return fHeight; }
59 int fHeight; member in class:SkPageFlipper
/external/icu/icu4c/source/samples/layout/
H A Dparagraph.h67 le_int32 fHeight; member in class:Paragraph
/external/pdfium/xfa/src/fwl/src/core/
H A Dfwl_contentimp.cpp23 FWL_ERR IFWL_Content::GetMinSize(FX_FLOAT& fWidth, FX_FLOAT& fHeight) { argument
24 return static_cast<CFWL_ContentImp*>(GetImpl())->GetMinSize(fWidth, fHeight);
26 FWL_ERR IFWL_Content::SetMinSize(FX_FLOAT fWidth, FX_FLOAT fHeight) { argument
27 return static_cast<CFWL_ContentImp*>(GetImpl())->SetMinSize(fWidth, fHeight);
29 FWL_ERR IFWL_Content::GetMaxSize(FX_FLOAT& fWidth, FX_FLOAT& fHeight) { argument
30 return static_cast<CFWL_ContentImp*>(GetImpl())->GetMaxSize(fWidth, fHeight);
32 FWL_ERR IFWL_Content::SetMaxSize(FX_FLOAT fWidth, FX_FLOAT fHeight) { argument
33 return static_cast<CFWL_ContentImp*>(GetImpl())->SetMaxSize(fWidth, fHeight);
74 FWL_ERR CFWL_ContentImp::GetMinSize(FX_FLOAT& fWidth, FX_FLOAT& fHeight) { argument
76 fHeight
79 SetMinSize(FX_FLOAT fWidth, FX_FLOAT fHeight) argument
84 GetMaxSize(FX_FLOAT& fWidth, FX_FLOAT& fHeight) argument
89 SetMaxSize(FX_FLOAT fWidth, FX_FLOAT fHeight) argument
[all...]
/external/pdfium/xfa/src/fwl/src/lightwidget/
H A Dcheckbox.cpp34 FWL_ERR CFWL_CheckBox::SetBoxSize(FX_FLOAT fHeight) { argument
35 m_checkboxData.m_fBoxHeight = fHeight;
/external/pdfium/xfa/include/fwl/core/
H A Dfwl_grid.h16 FX_FLOAT fHeight; member in struct:FWL_LAYOUTDATA
/external/skia/gm/
H A Dbigrrectaaeffect.cpp40 fHeight = fTestOffsetY + kPad;
50 SkISize onISize() override { return SkISize::Make(fWidth, fHeight); }
117 int fHeight; member in class:skiagm::BigRRectAAEffectGM
H A Dmorphology.cpp62 int fWidth, fHeight; member in struct:skiagm::MorphologyGM::__anon15859
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));
86 int fWidth, fHeight; member in class:BlurRoundRectGM
/external/skia/include/core/
H A DSkImage.h151 int height() const { return fHeight; }
152 SkISize dimensions() const { return SkISize::Make(fWidth, fHeight); }
153 SkIRect bounds() const { return SkIRect::MakeWH(fWidth, fHeight); }
346 const int fHeight; member in class:SkImage
H A DSkSize.h15 T fHeight; member in struct:SkTSize
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
[all...]
H A DSkSurface.h138 int height() const { return fHeight; }
314 const int fHeight; member in class:SkSurface
/external/skia/src/gpu/gl/
H A DGrGLIRect.h24 GrGLsizei fHeight; member in struct:GrGLIRect
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/tests/
H A DMipMapTest.cpp109 int fHeight; member in struct:LevelCountScenario
151 int levelCount = SkMipMap::ComputeLevelCount(currentTest.fWidth, currentTest.fHeight);
H A DRecordingXfermodeTest.cpp104 fHeight = imageInfo.height();
112 SkRect canvasRect(SkRect::MakeWH(SkIntToScalar(fWidth),SkIntToScalar(fHeight)));
114 SkIntToScalar(fHeight),
129 int fHeight; member in class:__anon16289::PictureStrategy
/external/skia/src/gpu/vk/
H A DGrVkImage.h76 uint32_t fHeight; member in struct:GrVkImage::ImageDesc
87 , fHeight(0)
/external/skia/src/images/
H A DSkImageDecoder_libbmp.cpp76 fHeight = height;
86 int height() const { return fHeight; }
92 int fHeight; member in class:SkBmpDecoderCallback
H A DSkImageDecoder_wbmp.cpp53 int fHeight; member in struct:wbmp_head
68 if (!read_mbf(stream, &fHeight) || (unsigned)fHeight > 0xFFFF) {
71 return fWidth != 0 && fHeight != 0;
112 int height = head.fHeight;

Completed in 36 milliseconds

123