Searched defs:fWidth (Results 1 - 25 of 98) sorted by relevance

1234

/external/skia/src/core/
H A DSkBitmapCache.h24 int32_t fWidth; member in struct:SkBitmapCacheDesc
H A DSkStroke.h70 SkScalar fWidth, fMiterLimit; member in class:SkStroke
/external/skia/src/gpu/
H A DGrRectanizer.h17 GrRectanizer(int width, int height) : fWidth(width), fHeight(height) {
26 int width() const { return fWidth; }
40 int fWidth; member in class:GrRectanizer
H A DGrRectanizer_skyline.h30 seg->fWidth = this->width();
43 int fWidth; member in struct:GrRectanizerSkyline::SkylineSegment
H A DGrStencilAttachment.h27 int width() const { return fWidth; }
59 , fWidth(width)
69 int fWidth; member in class:GrStencilAttachment
/external/icu/icu4c/source/i18n/
H A Ddigitaffixesandpadding.h88 int32_t fWidth; member in class:DigitAffixesAndPadding
96 : fPadPosition(kPadBeforePrefix), fPadChar(0x2a), fWidth(0) { }
107 fWidth == rhs.fWidth &&
/external/pdfium/xfa/src/fwl/src/theme/
H A Dedittp.cpp66 FX_FLOAT fWidth = 1.0f; local
69 pParams->m_pGraphics->SetLineWidth(fWidth);
H A Ddatetimepickertp.cpp74 FX_FLOAT fWidth = bPressed ? 1.0f : 2.0f; local
76 Draw3DRect(pParams->m_pGraphics, eType, fWidth, &pParams->m_rtPart,
81 path.AddRectangle(pParams->m_rtPart.left + fWidth,
82 pParams->m_rtPart.top + fWidth,
83 pParams->m_rtPart.width - 2 * fWidth,
84 pParams->m_rtPart.height - 2 * fWidth);
H A Dcomboboxtp.cpp117 FX_FLOAT fWidth = bPressed ? 1.0f : 2.0f; local
119 Draw3DRect(pParams->m_pGraphics, eType, fWidth, &pParams->m_rtPart,
124 path.AddRectangle(pParams->m_rtPart.left + fWidth,
125 pParams->m_rtPart.top + fWidth,
126 pParams->m_rtPart.width - 2 * fWidth,
127 pParams->m_rtPart.height - 2 * fWidth);
/external/skia/experimental/iOSSampleApp/
H A DSkSampleUIView.h24 GLint fWidth; member in struct:__anon16623
/external/skia/include/android/
H A DSkBitmapRegionDecoder.h73 int width() const { return fWidth; }
81 : fWidth(width)
86 const int fWidth; member in class:SkBitmapRegionDecoder
/external/skia/include/images/
H A DSkMovie.h57 int fWidth; member in struct:SkMovie::Info
H A DSkPageFlipper.h29 int width() const { return fWidth; }
58 int fWidth; member in class:SkPageFlipper
/external/icu/icu4c/source/samples/layout/
H A Dparagraph.h66 le_int32 fWidth; 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
75 fWidth
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/skia/gm/
H A Ddrawlooper.cpp66 SkScalar fWidth; member in struct:DrawLooperGM::__anon16644
87 paint->setStrokeWidth(gParams[i].fWidth);
H A Dbigrrectaaeffect.cpp39 fWidth = 2 * fTestOffsetX + kPad;
50 SkISize onISize() override { return SkISize::Make(fWidth, fHeight); }
116 int fWidth; member in class:skiagm::BigRRectAAEffectGM
H A Dmorphology.cpp62 int fWidth, fHeight; member in struct:skiagm::MorphologyGM::__anon16661
/external/skia/include/effects/
H A DSk2DPathEffect.h70 : Sk2DPathEffect(matrix), fWidth(width) {}
76 SkScalar fWidth; member in class:SkLine2DPathEffect
/external/icu/icu4c/source/io/
H A Duprintf.h35 int32_t fWidth; /* Width */ member in struct:u_printf_spec_info
/external/pdfium/xfa/include/fwl/core/
H A Dfwl_grid.h15 FX_FLOAT fWidth; member in struct:FWL_LAYOUTDATA
/external/skia/include/core/
H A DSkImage.h150 int width() const { return fWidth; }
152 SkISize dimensions() const { return SkISize::Make(fWidth, fHeight); }
153 SkIRect bounds() const { return SkIRect::MakeWH(fWidth, fHeight); }
345 const int fWidth; member in class:SkImage
H A DSkSize.h14 T fWidth; member in struct:SkTSize
19 s.fWidth = w;
25 fWidth = w;
29 /** Returns true iff fWidth == 0 && fHeight == 0
32 return 0 == fWidth && 0 == fHeight;
37 return fWidth <= 0 || fHeight <= 0;
42 fWidth = fHeight = 0;
45 T width() const { return fWidth; }
50 if (fWidth < 0) {
51 fWidth
[all...]
/external/skia/samplecode/
H A DSampleAARects.cpp46 fWidth = N;
188 int fWidth; member in class:AARectView
/external/skia/src/gpu/gl/
H A DGrGLIRect.h23 GrGLsizei fWidth; member in struct:GrGLIRect
27 GR_GL_CALL(gl, Viewport(fLeft, fBottom, fWidth, fHeight));
31 GR_GL_CALL(gl, Scissor(fLeft, fBottom, fWidth, fHeight));
49 fWidth = width;
58 SkASSERT(fWidth >= 0);
66 fLeft + fWidth >= glRect.fLeft + glRect.fWidth &&
70 void invalidate() {fLeft = fWidth = fBottom = fHeight = -1;}

Completed in 871 milliseconds

1234