Searched refs:fWidth (Results 101 - 125 of 416) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/icu/source/samples/layout/
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);
H A Dparagraph.h66 le_int32 fWidth; member in class:Paragraph
/external/icu/icu4c/source/samples/layout/
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/chromium_org/third_party/skia/gm/
H A Ddrawlooper.cpp66 SkScalar fWidth; member in struct:DrawLooperGM::__anon15041
87 paint->setStrokeWidth(gParams[i].fWidth);
H A Dfilterindiabox.cpp93 size.fWidth += 20;
96 draw_row(canvas, fBM, fMatrix[i], size.fWidth);
H A Ddiscard.cpp46 size.fWidth /= 10;
H A Dimage.cpp43 SkScalar stroke = size.fWidth / 10;
44 SkScalar radius = (size.fWidth - stroke) / 2;
50 canvas->drawCircle(size.fWidth/2, size.fHeight/2, radius, paint);
55 canvas->drawCircle(size.fWidth/2, size.fHeight/2, radius, paint);
H A Dxfermodes3.cpp66 static const struct { SkPaint::Style fStyle; SkScalar fWidth; } kStrokes[] = { member in struct:skiagm::Xfermodes3GM::__anon15066
83 modePaint.setStrokeWidth(kStrokes[s].fWidth);
100 modePaint.setStrokeWidth(kStrokes[s].fWidth);
130 desc.fWidth = w;
/external/chromium_org/third_party/skia/include/core/
H A DSkSurface.h128 int width() const { return fWidth; }
228 const int fWidth; member in class:SkSurface
/external/chromium_org/third_party/skia/include/effects/
H A DSk2DPathEffect.h72 : Sk2DPathEffect(matrix), fWidth(width) {}
82 SkScalar fWidth; member in class:SkLine2DPathEffect
/external/chromium_org/third_party/skia/src/core/
H A DSkGlyph.h29 uint16_t fWidth, fHeight; member in struct:SkGlyph
66 return ComputeRowBytes(fWidth, (SkMask::Format)fMaskFormat);
/external/skia/gm/
H A Ddrawlooper.cpp69 SkScalar fWidth; member in struct:DrawLooperGM::__anon30456
90 paint->setStrokeWidth(gParams[i].fWidth);
/external/skia/include/effects/
H A DSk2DPathEffect.h75 : Sk2DPathEffect(matrix), fWidth(width) {}
83 SkScalar fWidth; member in class:SkLine2DPathEffect
/external/skia/src/core/
H A DSkGlyph.h29 uint16_t fWidth, fHeight; member in struct:SkGlyph
64 return ComputeRowBytes(fWidth, (SkMask::Format)fMaskFormat);
/external/skia/src/effects/
H A DSkBicubicImageFilter.cpp47 fScale.fWidth = buffer.readScalar();
49 buffer.validate(SkScalarIsFinite(fScale.fWidth) &&
51 (fScale.fWidth >= 0) &&
58 buffer.writeScalar(fScale.fWidth);
103 SkRect dstRect = SkRect::MakeWH(SkScalarMul(SkIntToScalar(src.width()), fScale.fWidth),
179 SkRect dstRect = SkRect::MakeWH(srcBM.width() * fScale.fWidth,
184 desc.fWidth = SkScalarCeilToInt(dstRect.width());
199 WrapTexture(dst, desc.fWidth, desc.fHeight, result);
/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/samplecode/
H A DSampleManyRects.cpp44 int x = fRandom.nextRangeU(0, dsize.fWidth);
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 DSampleStrokeRect.cpp57 SkRect r = SkRect::MakeWH(SkIntToScalar(gSize[j].fWidth),
/external/chromium_org/third_party/skia/src/gpu/
H A DGrFontScaler.cpp92 bounds->setXYWH(glyph.fLeft, glyph.fTop, glyph.fWidth, glyph.fHeight);
101 bounds->setXYWH(glyph.fLeft, glyph.fTop, glyph.fWidth, glyph.fHeight);
139 SkASSERT(glyph.fWidth == width);
191 SkASSERT(glyph.fWidth + 2*SK_DistanceFieldPad == width);
/external/chromium_org/third_party/skia/src/image/
H A DSkSurface.cpp119 : fProps(SkSurfacePropsCopyOrDefault(props)), fWidth(width), fHeight(height)
121 SkASSERT(fWidth >= 0);
127 : fProps(SkSurfacePropsCopyOrDefault(props)), fWidth(info.width()), fHeight(info.height())
129 SkASSERT(fWidth >= 0);
/external/chromium_org/third_party/skia/src/images/
H A DSkMovie.cpp38 return fInfo.fWidth;
/external/chromium_org/third_party/skia/tests/
H A DFloatingPointTextureTest.cpp44 desc.fWidth = DEV_W;
H A DGpuRectanizerTest.cpp39 if (!rectanizer->addRect(rects[i].fWidth, rects[i].fHeight, &loc)) {
/external/icu/icu4c/source/io/
H A Duprintf.h35 int32_t fWidth; /* Width */ member in struct:u_printf_spec_info

Completed in 1404 milliseconds

1234567891011>>