Searched refs:fStrokeWidth (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/third_party/skia/bench/ |
D | DashBench.cpp | 216 SkScalar fStrokeWidth; member in DashLineBench 223 fStrokeWidth = width; in DashLineBench() 238 paint.setStrokeWidth(fStrokeWidth); in onDraw() 253 int fStrokeWidth; member in DrawPointsDashingBench 262 fStrokeWidth = strokeWidth; in DrawPointsDashingBench() 279 p.setStrokeWidth(SkIntToScalar(fStrokeWidth)); in onDraw() 301 SkScalar fStrokeWidth; member in GiantDashBench 321 fStrokeWidth = width; in GiantDashBench() 364 p.setStrokeWidth(fStrokeWidth); in onDraw() 380 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/bench/ |
D | DashBench.cpp | 216 SkScalar fStrokeWidth; member in DashLineBench 223 fStrokeWidth = width; in DashLineBench() 238 paint.setStrokeWidth(fStrokeWidth); in onDraw() 253 int fStrokeWidth; member in DrawPointsDashingBench 262 fStrokeWidth = strokeWidth; in DrawPointsDashingBench() 279 p.setStrokeWidth(SkIntToScalar(fStrokeWidth)); in onDraw() 301 SkScalar fStrokeWidth; member in GiantDashBench 321 fStrokeWidth = width; in GiantDashBench() 364 p.setStrokeWidth(fStrokeWidth); in onDraw() 380 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/chromium_org/third_party/skia/gm/ |
D | glyph_pos.cpp | 25 : fStrokeWidth(strokeWidth) in GlyphPosGM() 36 if (fStrokeWidth == 0.0f) { in onShortName() 120 paint.setStrokeWidth(fStrokeWidth); in drawTestCase() 146 paint.setStrokeWidth(fStrokeWidth); in drawTestCase() 169 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/gm/ |
D | shadows.cpp | 94 SkScalar fStrokeWidth; in onDraw() member 109 setup(&paint, gRec[0].fColor, gRec[0].fStrokeWidth); in onDraw() 113 setup(&paint, gRec[1].fColor, gRec[1].fStrokeWidth); in onDraw() 117 setup(&paint, gRec[2].fColor, gRec[2].fStrokeWidth); in onDraw()
|
/external/chromium_org/third_party/skia/samplecode/ |
D | SampleStrokePath.cpp | 90 int fStrokeWidth; member 143 paint->setStrokeWidth(SkIntToScalar(gRec[i].fStrokeWidth)); in drawSet()
|
/external/skia/samplecode/ |
D | SampleStrokePath.cpp | 90 int fStrokeWidth; member 143 paint->setStrokeWidth(SkIntToScalar(gRec[i].fStrokeWidth)); in drawSet()
|