Searched defs:fStrokeWidth (Results 1 - 9 of 9) sorted by relevance
/external/skia/bench/ |
H A D | LineBench.cpp | 20 SkScalar fStrokeWidth; member in class:LineBench 30 fStrokeWidth = width; 51 paint.setStrokeWidth(fStrokeWidth);
|
H A D | DashBench.cpp | 216 SkScalar fStrokeWidth; member in class:DashLineBench 223 fStrokeWidth = width; 238 paint.setStrokeWidth(fStrokeWidth); 253 int fStrokeWidth; member in class:DrawPointsDashingBench 262 fStrokeWidth = strokeWidth; 279 p.setStrokeWidth(SkIntToScalar(fStrokeWidth)); 301 SkScalar fStrokeWidth; member in class:GiantDashBench 321 fStrokeWidth = width; 364 p.setStrokeWidth(fStrokeWidth); 380 int fStrokeWidth; member in class:DashGridBench [all...] |
/external/skia/gm/ |
H A D | shadows.cpp | 99 SkScalar fStrokeWidth; member in struct:skiagm::ShadowsGM::__anon17095 114 setup(&paint, gRec[0].fColor, gRec[0].fStrokeWidth); 118 setup(&paint, gRec[1].fColor, gRec[1].fStrokeWidth); 122 setup(&paint, gRec[2].fColor, gRec[2].fStrokeWidth);
|
/external/skia/src/pdf/ |
H A D | SkPDFGraphicState.h | 73 return 0 == memcmp(&fStrokeWidth, &rhs.fStrokeWidth, 12); 75 uint32_t hash() const { return SkChecksum::Murmur3(&fStrokeWidth, 12); } 78 const SkScalar fStrokeWidth; member in class:final
|
/external/skia/samplecode/ |
H A D | SampleStrokePath.cpp | 90 int fStrokeWidth; member in struct:__anon17215 142 paint->setStrokeWidth(SkIntToScalar(gRec[i].fStrokeWidth));
|
/external/skia/src/gpu/batches/ |
H A D | GrAAConvexTessellator.h | 38 , fStrokeWidth(strokeWidth) 259 SkScalar fStrokeWidth; member in class:GrAAConvexTessellator
|
H A D | GrAALinearizingConvexPathRenderer.cpp | 126 SkScalar fStrokeWidth; member in struct:AAFlatteningConvexPathBatch::Geometry 222 GrAAConvexTessellator tess(args.fStrokeWidth, args.fJoin, args.fMiterLimit); 266 SkScalar w = geometry.fStrokeWidth; 333 geometry.fStrokeWidth = args.fStroke->isFillStyle() ? -1.0f : args.fStroke->getWidth();
|
H A D | GrNonAAStrokeRectBatch.cpp | 47 SkScalar fStrokeWidth; member in struct:NonAAStrokeRectBatch::Geometry 70 geometry.fStrokeWidth = strokeWidth; 88 fBatch.fHairline = geo.fStrokeWidth == 0; 97 SkScalar rad = SkScalarHalf(geo.fStrokeWidth); 129 if (args.fStrokeWidth > 0) { 147 if (args.fStrokeWidth > 0) {; 149 init_stroke_rect_strip(vertex, args.fRect, args.fStrokeWidth);
|
/external/skia/src/gpu/effects/ |
H A D | GrDashingEffect.cpp | 327 SkScalar fStrokeWidth; member in struct:DashBatch::DashDraw 559 draw.fStrokeWidth = strokeWidth; 586 draws[i].fIntervals[1], draws[i].fStrokeWidth, 603 draws[i].fIntervals[1], draws[i].fStrokeWidth, capType, 620 draws[i].fIntervals[1], draws[i].fStrokeWidth, capType,
|
Completed in 686 milliseconds