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

12

/external/skia/include/core/
H A DSkStroke.h52 SkScalar fWidth, fMiterLimit; member in class:SkStroke
H A DSkPicture.h89 int width() const { return fWidth; }
107 int fWidth, fHeight; member in class:SkPicture
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 DSkBitmap.h89 bool empty() const { return 0 == fWidth || 0 == fHeight; }
104 int width() const { return fWidth; }
621 uint32_t fWidth; member in class:SkBitmap
816 SkASSERT((unsigned)x < fWidth && (unsigned)y < fHeight);
823 SkASSERT((unsigned)x < fWidth && (unsigned)y < fHeight);
830 SkASSERT((unsigned)x < fWidth && (unsigned)y < fHeight);
837 SkASSERT((unsigned)x < fWidth && (unsigned)y < fHeight);
846 SkASSERT((unsigned)x < fWidth && (unsigned)y < fHeight);
/external/skia/include/images/
H A DSkBitmapRegionDecoder.h23 fWidth = width;
34 virtual int getWidth() { return fWidth; }
42 int fWidth; member in class:SkBitmapRegionDecoder
H A DSkMovie.h55 int fWidth; member in struct:SkMovie::Info
H A DSkPageFlipper.h29 int width() const { return fWidth; }
58 int fWidth; member in class:SkPageFlipper
/external/skia/src/gpu/
H A DGrRectanizer.h26 GrRectanizer(int width, int height) : fWidth(width), fHeight(height) {
33 int width() const { return fWidth; }
51 int fWidth; member in class:GrRectanizer
H A DGrStencilBuffer.h27 int width() const { return fWidth; }
37 GrAssert(width <= fWidth);
69 , fWidth(width)
91 int fWidth; member in class:GrStencilBuffer
/external/icu4c/samples/layout/
H A Dparagraph.h66 le_int32 fWidth; member in class:Paragraph
H A Dpflow.c57 le_int32 fWidth; member in struct:pf_object
136 flow->fWidth = -1;
286 if (obj->fWidth == width) {
290 obj->fWidth = width;
333 x = (obj->fWidth - lastX - MARGIN);
344 rs_drawGlyphs(surface, font, glyphs, glyphCount, positions, x, y, obj->fWidth, obj->fHeight);
/external/skia/include/gpu/
H A DGrTexture.h26 int width() const { return fWidth; }
39 GrFixed normalizeFixedX(GrFixed x) const { GrAssert(GrIsPow2(fWidth));
53 return (size_t) fWidth * fHeight * GrBytesPerPixel(fConfig);
130 , fWidth(width)
134 fShiftFixedX = 31 - Gr_clz(fWidth);
146 int fWidth; member in class:GrTexture
H A DGrRenderTarget.h40 int width() const { return fWidth; }
184 , fWidth(width)
205 int fWidth; member in class:GrRenderTarget
/external/icu4c/io/
H A Duprintf.h35 int32_t fWidth; /* Width */ member in struct:u_printf_spec_info
/external/skia/samplecode/
H A DSampleAARects.cpp47 fWidth = N;
189 int fWidth; member in class:AARectView
H A DSampleDrawLooper.cpp28 SkScalar fWidth; member in struct:LooperView::__anon12600
51 paint->setStrokeWidth(gParams[i].fWidth);
H A DSampleMipMap.cpp47 fWidth = N;
106 fWidth = 8 + SkScalarRound(N * time);
109 dst.set(0, 0, SkIntToScalar(fWidth), SkIntToScalar(fWidth));
129 m.setScale(SkIntToScalar(fWidth) / N,
130 SkIntToScalar(fWidth) / N);
141 int fWidth; member in class:MipMapView
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);
H A DSampleSkLayer.cpp162 int fWidth; member in struct:SkLayerView::__anon12609
178 child->setSize(gData[i].fWidth, gData[i].fHeight);
H A DSampleTextEffects.cpp182 : Sk2DPathEffect(matrix), fWidth(width) {}
186 *width = fWidth;
195 buffer.writeScalar(fWidth);
215 fWidth = buffer.readScalar();
219 SkScalar fWidth; member in class:Line2DPathEffect
/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));
48 fWidth = width;
53 GrAssert(fWidth >= 0);
61 fLeft + fWidth >= glRect.fLeft + glRect.fWidth &&
65 void invalidate() {fLeft = fWidth = fBottom = fHeight = -1;}
H A DGrGLTexture.h63 int fWidth; member in struct:GrGLTexture::Desc
/external/skia/src/images/
H A DSkImageDecoder_libbmp.cpp55 fWidth = width;
65 int width() const { return fWidth; }
71 int fWidth; member in class:SkBmpDecoderCallback
H A DSkImageDecoder_wbmp.cpp49 int fWidth; member in struct:wbmp_head
62 if (!read_mbf(stream, &fWidth) || (unsigned)fWidth > 0xFFFF) {
68 return fWidth != 0 && fHeight != 0;
110 int width = head.fWidth;
/external/skia/gm/
H A Dcomplexclip2.cpp35 fWidth = xF - xA;
53 fTotalWidth = kCols * fWidth + SK_Scalar1 * (kCols + 1) * kPadX;
102 canvas->translate(kPadX * SK_Scalar1 + (fWidth + kPadX * SK_Scalar1)*j,
108 canvas->drawRect(SkRect::MakeWH(fWidth, fHeight), fillPaint);
122 SkScalar fWidth; member in class:skiagm::ComplexClip2GM

Completed in 383 milliseconds

12