Searched defs:fStroke (Results 1 - 5 of 5) sorted by relevance

/external/skia/samplecode/
H A DSamplePathOverstroke.cpp21 SkScalar fStroke; member in class:OverstrokeView
27 fStroke = 5;
45 fStroke += 1.0;
49 fStroke -= 1.0;
168 p.setStrokeWidth(fStroke);
H A DSamplePath.cpp76 SkScalar fDStroke, fStroke, fMinStroke, fMaxStroke; member in class:PathView
98 fStroke = 10;
147 paint.setStrokeWidth(fStroke);
191 fStroke += fDStroke * delta;
192 if (fStroke > fMaxStroke || fStroke < fMinStroke) {
/external/skia/bench/
H A DRectBench.cpp19 int fShift, fStroke; member in class:RectBench
30 , fStroke(stroke) {}
34 if (fStroke > 0) {
35 fBaseName.appendf("_stroke_%d", fStroke);
71 if (fStroke > 0) {
73 paint.setStrokeWidth(SkIntToScalar(fStroke));
/external/skia/experimental/svg/model/
H A DSkSVGAttribute.h63 SkTLazy<SkSVGPaint> fStroke; member in struct:SkSVGPresentationAttributes
/external/skia/src/gpu/ops/
H A DGrOvalOpFactory.cpp101 fStroke = stroke;
168 if (cgp.fStroke) {
176 const char* innerEdgeDistance = cgp.fStroke ? "distanceToInnerEdge" : "0.0";
214 key = cgp.fStroke ? 0x01 : 0x0;
239 bool fStroke; member in class:CircleGeometryProcessor
274 fStroke = stroke;
341 if (egp.fStroke) {
357 uint16_t key = egp.fStroke ? 0x1 : 0x0;
377 bool fStroke; member in class:EllipseGeometryProcessor

Completed in 178 milliseconds