Searched refs:fStrokeWidth (Results 1 – 9 of 9) sorted by relevance
/external/skia/src/pdf/ |
D | SkPDFGraphicState.h | 74 return 0 == memcmp(&fStrokeWidth, &rhs.fStrokeWidth, 12); 76 uint32_t hash() const { return SkChecksum::Murmur3(&fStrokeWidth, 12); } in hash() 79 const SkScalar fStrokeWidth;
|
D | SkPDFGraphicState.cpp | 105 : fStrokeWidth(p.getStrokeWidth()) in SkPDFGraphicState() 226 dict->insertScalar("LW", fStrokeWidth); in emitObject()
|
/external/skia/bench/ |
D | DashBench.cpp | 215 SkScalar fStrokeWidth; member in DashLineBench 222 fStrokeWidth = width; in DashLineBench() 237 paint.setStrokeWidth(fStrokeWidth); in onDraw() 252 int fStrokeWidth; member in DrawPointsDashingBench 261 fStrokeWidth = strokeWidth; in DrawPointsDashingBench() 278 p.setStrokeWidth(SkIntToScalar(fStrokeWidth)); in onDraw() 300 SkScalar fStrokeWidth; member in GiantDashBench 320 fStrokeWidth = width; in GiantDashBench() 363 p.setStrokeWidth(fStrokeWidth); in onDraw() 379 int fStrokeWidth; member in DashGridBench [all …]
|
D | LineBench.cpp | 20 SkScalar fStrokeWidth; member in LineBench 30 fStrokeWidth = width; in LineBench() 51 paint.setStrokeWidth(fStrokeWidth); in onDraw()
|
/external/skia/gm/ |
D | glyph_pos.cpp | 25 : fStrokeWidth(strokeWidth) in GlyphPosGM() 33 if (fStrokeWidth == 0.0f) { in onShortName() 113 paint.setStrokeWidth(fStrokeWidth); in drawTestCase() 139 paint.setStrokeWidth(fStrokeWidth); in drawTestCase() 162 SkScalar fStrokeWidth; member in skiagm::GlyphPosGM
|
D | shadows.cpp | 90 SkScalar fStrokeWidth; in onDraw() member 105 setup(&paint, gRec[0].fColor, gRec[0].fStrokeWidth); in onDraw() 109 setup(&paint, gRec[1].fColor, gRec[1].fStrokeWidth); in onDraw() 113 setup(&paint, gRec[2].fColor, gRec[2].fStrokeWidth); in onDraw()
|
/external/skia/samplecode/ |
D | SampleStrokePath.cpp | 90 int fStrokeWidth; member 142 paint->setStrokeWidth(SkIntToScalar(gRec[i].fStrokeWidth)); in drawSet()
|
/external/skia/src/gpu/ |
D | GrContext.cpp | 404 SkScalar fStrokeWidth; member 463 if (args.fStrokeWidth > 0) { in generateGeometry() 482 if (args.fStrokeWidth > 0) {; in generateGeometry() 485 this->setStrokeRectStrip(vertex, args.fRect, args.fStrokeWidth); in generateGeometry() 507 fBatch.fHairline = geometry.fStrokeWidth == 0; in StrokeRectBatch() 513 SkScalar rad = SkScalarHalf(geometry.fStrokeWidth); in StrokeRectBatch() 667 geometry.fStrokeWidth = width; in drawRect() 1893 geometry.fStrokeWidth = random->nextBool() ? 0.0f : 1.0f; in BATCH_TEST_DEFINE()
|
/external/skia/src/gpu/effects/ |
D | GrDashingEffect.cpp | 292 SkScalar fStrokeWidth; member 529 draw.fStrokeWidth = strokeWidth; in generateGeometry() 556 geom.fIntervals[1], draws[i].fStrokeWidth, in generateGeometry() 573 geom.fIntervals[1], draws[i].fStrokeWidth, capType, in generateGeometry() 590 geom.fIntervals[1], draws[i].fStrokeWidth, capType, in generateGeometry()
|