Home
last modified time | relevance | path

Searched refs:fStroke (Results 1 – 2 of 2) sorted by relevance

/external/skia/samplecode/
DSamplePath.cpp87 int fDStroke, fStroke, fMinStroke, fMaxStroke; member in PathView
98 fStroke = 10; in PathView()
132 fStroke += fDStroke; in nextStroke()
133 if (fStroke > fMaxStroke || fStroke < fMinStroke) in nextStroke()
153 paint.setStrokeWidth(SkIntToScalar(fStroke)); in drawPath()
/external/skia/bench/
DRectBench.cpp17 int fShift, fStroke; member in RectBench
26 …RectBench(void* param, int shift, int stroke = 0) : INHERITED(param), fShift(shift), fStroke(strok… in RectBench()
48 if (fStroke > 0) { in computeName()
49 fName.appendf("_stroke_%d", fStroke); in computeName()
62 if (fStroke > 0) { in onDraw()
64 paint.setStrokeWidth(SkIntToScalar(fStroke)); in onDraw()