/external/skia/src/core/ |
H A D | SkBitmapCache.h | 25 int32_t fHeight; member in struct:SkBitmapCacheDesc
|
H A D | SkBitmapHeap.h | 217 , fHeight(bm.height()) 224 const uint32_t fHeight; member in struct:SkBitmapHeap::LookupEntry
|
/external/skia/src/gpu/ |
H A D | GrRectanizer.h | 17 GrRectanizer(int width, int height) : fWidth(width), fHeight(height) { 27 int height() const { return fHeight; } 41 int fHeight; member in class:GrRectanizer
|
H A D | GrStencilAttachment.h | 28 int height() const { return fHeight; } 60 , fHeight(height) 70 int fHeight; member in class:GrStencilAttachment
|
H A D | GrTextureParamsAdjuster.h | 34 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 D | SkSampleUIView.h | 25 GLint fHeight; member in struct:__anon15821
|
/external/skia/include/android/ |
H A D | SkBitmapRegionDecoder.h | 74 int height() const { return fHeight; } 82 , fHeight(height) 87 const int fHeight; member in class:SkBitmapRegionDecoder
|
/external/skia/include/images/ |
H A D | SkMovie.h | 58 int fHeight; member in struct:SkMovie::Info
|
H A D | SkPageFlipper.h | 30 int height() const { return fHeight; } 59 int fHeight; member in class:SkPageFlipper
|
/external/icu/icu4c/source/samples/layout/ |
H A D | paragraph.h | 67 le_int32 fHeight; member in class:Paragraph
|
/external/pdfium/xfa/src/fwl/src/core/ |
H A D | fwl_contentimp.cpp | 23 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 D | checkbox.cpp | 34 FWL_ERR CFWL_CheckBox::SetBoxSize(FX_FLOAT fHeight) {
argument 35 m_checkboxData.m_fBoxHeight = fHeight;
|
/external/pdfium/xfa/include/fwl/core/ |
H A D | fwl_grid.h | 16 FX_FLOAT fHeight;
member in struct:FWL_LAYOUTDATA
|
/external/skia/gm/ |
H A D | bigrrectaaeffect.cpp | 40 fHeight = fTestOffsetY + kPad; 50 SkISize onISize() override { return SkISize::Make(fWidth, fHeight); } 117 int fHeight; member in class:skiagm::BigRRectAAEffectGM
|
H A D | morphology.cpp | 62 int fWidth, fHeight; member in struct:skiagm::MorphologyGM::__anon15859
|
H A D | blurroundrect.cpp | 26 : 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 D | SkImage.h | 151 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 D | SkSize.h | 15 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 D | SkSurface.h | 138 int height() const { return fHeight; } 314 const int fHeight; member in class:SkSurface
|
/external/skia/src/gpu/gl/ |
H A D | GrGLIRect.h | 24 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 D | MipMapTest.cpp | 109 int fHeight; member in struct:LevelCountScenario 151 int levelCount = SkMipMap::ComputeLevelCount(currentTest.fWidth, currentTest.fHeight);
|
H A D | RecordingXfermodeTest.cpp | 104 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 D | GrVkImage.h | 76 uint32_t fHeight; member in struct:GrVkImage::ImageDesc 87 , fHeight(0)
|
/external/skia/src/images/ |
H A D | SkImageDecoder_libbmp.cpp | 76 fHeight = height; 86 int height() const { return fHeight; } 92 int fHeight; member in class:SkBmpDecoderCallback
|
H A D | SkImageDecoder_wbmp.cpp | 53 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;
|