Searched defs:fWidth (Results 26 - 50 of 115) sorted by relevance

12345

/external/skia/samplecode/
H A DSampleMipMap.cpp56 fWidth = N;
93 int fWidth; member in class:MipMapView
H A DSampleAARects.cpp46 fWidth = N;
188 int fWidth; member in class:AARectView
/external/chromium_org/third_party/icu/source/io/
H A Duprintf.h35 int32_t fWidth; /* Width */ member in struct:u_printf_spec_info
/external/chromium_org/third_party/skia/gm/
H A Dmorphology.cpp62 int fWidth, fHeight; member in struct:skiagm::MorphologyGM::__anon15050
/external/chromium_org/third_party/skia/include/core/
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...]
H A DSkSurface.h128 int width() const { return fWidth; }
228 const int fWidth; member in class:SkSurface
H A DSkStrokeRec.h38 SkScalar getWidth() const { return fWidth; }
89 return fWidth == other.fWidth &&
100 SkScalar fWidth; member in class:SkStrokeRec
/external/chromium_org/third_party/skia/samplecode/
H A DSampleAARects.cpp46 fWidth = N;
188 int fWidth; member in class:AARectView
H A DSampleStrokePath.cpp99 SkScalar fWidth; member in class:StrokePathView
104 fWidth = SkIntToScalar(120);
118 scale_to_width(&fPath, fWidth);
145 canvas->translate(fWidth * 5 / 4, 0);
/external/chromium_org/third_party/skia/src/gpu/
H A DGrStencilBuffer.h27 int width() const { return fWidth; }
58 , fWidth(width)
68 int fWidth; member in class:GrStencilBuffer
/external/chromium_org/third_party/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;}
/external/icu/icu4c/source/io/
H A Duprintf.h35 int32_t fWidth; /* Width */ member in struct:u_printf_spec_info
/external/skia/gm/
H A Dmorphology.cpp61 int fWidth, fHeight; member in struct:skiagm::MorphologyGM::__anon30465
/external/skia/include/core/
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/src/gpu/
H A DGrStencilBuffer.h27 int width() const { return fWidth; }
58 , fWidth(width)
68 int fWidth; member in class:GrStencilBuffer
/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;}
/external/chromium_org/third_party/skia/include/ports/
H A DSkFontStyle.h52 int width() const { return fUnion.fR.fWidth; }
63 uint8_t fWidth; // 1 .. 9 member in struct:SkFontStyle::__anon15112::__anon15113
/external/chromium_org/third_party/skia/platform_tools/nacl/src/
H A Dnacl_debugger.cpp155 if (position.size().width() == fWidth &&
159 fWidth = position.size().width();
162 fDeviceContext = pp::Graphics2D(this, pp::Size(fWidth, fHeight), false);
169 pp::Size(fWidth, fHeight), false);
170 const SkImageInfo info = SkImageInfo::MakeN32Premul(fWidth, fHeight);
191 int fWidth; member in class:SkiaInstance
H A Dnacl_hello.cpp87 if (position.size().width() == fWidth &&
91 fWidth = position.size().width();
93 fDeviceContext = pp::Graphics2D(this, pp::Size(fWidth, fHeight), false);
100 pp::Size(fWidth, fHeight), false);
101 fBitmap.setConfig(SkBitmap::kARGB_8888_Config, fWidth, fHeight);
122 int fWidth; member in class:SkiaInstance
/external/chromium_org/third_party/skia/src/core/
H A DSkBitmapHeap.h224 , fWidth(bm.width())
231 const uint32_t fWidth; member in struct:SkBitmapHeap::LookupEntry
H A DSkScan_AntiPath.cpp65 int fWidth; member in class:BaseSuperBlitter
91 fWidth = right - left;
135 int getRunsSz() const { return (fWidth + 1 + (fWidth + 2)/2) * sizeof(int16_t); }
145 fRuns.fAlpha = reinterpret_cast<SkAlpha*>(fRuns.fRuns + fWidth + 1);
146 fRuns.reset(fWidth);
375 SkASSERT((coverageL != 0) + n + (coverageR != 0) <= fWidth);
385 fRuns.reset(fWidth);
/external/chromium_org/third_party/skia/src/images/
H A DSkImageDecoder_libbmp.cpp74 fWidth = width;
84 int width() const { return fWidth; }
90 int fWidth; member in class:SkBmpDecoderCallback
H A DSkImageDecoder_wbmp.cpp52 int fWidth; member in struct:wbmp_head
65 if (!read_mbf(stream, &fWidth) || (unsigned)fWidth > 0xFFFF) {
71 return fWidth != 0 && fHeight != 0;
111 int width = head.fWidth;
/external/chromium_org/ui/gfx/ipc/
H A Dgfx_param_traits.cc23 uint32 fWidth; member in struct:__anon16872::SkBitmap_Data
32 fWidth = info.fWidth;
41 SkImageInfo::Make(fWidth, fHeight, fColorType, fAlphaType)))
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_ListCtrl.cpp98 FX_FLOAT fWidth = rcClient.Width(); local
121 FX_FLOAT fItemHeight = pChild->GetItemHeight(fWidth - fLeft - fRight);
122 pChild->Move(CPDF_Rect(fLeft, fy-fItemHeight, fWidth - fRight, fy), TRUE, FALSE);
137 m_rcContent.right = fWidth;

Completed in 400 milliseconds

12345