Home
last modified time | relevance | path

Searched refs:fStrokeWidth (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/skia/bench/
DDashBench.cpp216 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 …]
DLineBench.cpp20 SkScalar fStrokeWidth; member in LineBench
30 fStrokeWidth = width; in LineBench()
51 paint.setStrokeWidth(fStrokeWidth); in onDraw()
/external/skia/bench/
DDashBench.cpp216 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 …]
DLineBench.cpp20 SkScalar fStrokeWidth; member in LineBench
30 fStrokeWidth = width; in LineBench()
51 paint.setStrokeWidth(fStrokeWidth); in onDraw()
/external/chromium_org/third_party/skia/gm/
Dglyph_pos.cpp25 : 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
Dshadows.cpp90 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/
Dshadows.cpp94 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/
DSampleStrokePath.cpp90 int fStrokeWidth; member
143 paint->setStrokeWidth(SkIntToScalar(gRec[i].fStrokeWidth)); in drawSet()
/external/skia/samplecode/
DSampleStrokePath.cpp90 int fStrokeWidth; member
143 paint->setStrokeWidth(SkIntToScalar(gRec[i].fStrokeWidth)); in drawSet()