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

/external/chromium_org/third_party/skia/bench/
H A DLineBench.cpp20 SkScalar fStrokeWidth; member in class:LineBench
30 fStrokeWidth = width;
51 paint.setStrokeWidth(fStrokeWidth);
H A DDashBench.cpp216 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/bench/
H A DLineBench.cpp20 SkScalar fStrokeWidth; member in class:LineBench
30 fStrokeWidth = width;
51 paint.setStrokeWidth(fStrokeWidth);
H A DDashBench.cpp216 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/chromium_org/third_party/skia/gm/
H A Dshadows.cpp90 SkScalar fStrokeWidth; member in struct:skiagm::ShadowsGM::__anon15053
105 setup(&paint, gRec[0].fColor, gRec[0].fStrokeWidth);
109 setup(&paint, gRec[1].fColor, gRec[1].fStrokeWidth);
113 setup(&paint, gRec[2].fColor, gRec[2].fStrokeWidth);
H A Dglyph_pos.cpp25 : fStrokeWidth(strokeWidth)
36 if (fStrokeWidth == 0.0f) {
120 paint.setStrokeWidth(fStrokeWidth);
146 paint.setStrokeWidth(fStrokeWidth);
169 SkScalar fStrokeWidth; member in class:skiagm::GlyphPosGM
/external/skia/gm/
H A Dshadows.cpp94 SkScalar fStrokeWidth; member in struct:skiagm::ShadowsGM::__anon30467
109 setup(&paint, gRec[0].fColor, gRec[0].fStrokeWidth);
113 setup(&paint, gRec[1].fColor, gRec[1].fStrokeWidth);
117 setup(&paint, gRec[2].fColor, gRec[2].fStrokeWidth);
/external/chromium_org/third_party/skia/samplecode/
H A DSampleStrokePath.cpp90 int fStrokeWidth; member in struct:__anon15150
143 paint->setStrokeWidth(SkIntToScalar(gRec[i].fStrokeWidth));
/external/skia/samplecode/
H A DSampleStrokePath.cpp90 int fStrokeWidth; member in struct:__anon30560
143 paint->setStrokeWidth(SkIntToScalar(gRec[i].fStrokeWidth));

Completed in 1372 milliseconds