Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSampleQuadStroker.cpp126 SkScalar fWidth, fDWidth; member in QuadStrokerView
169 fDWidth = 0.25f; in QuadStrokerView()
673 fWidth += fDWidth; in onDrawContent()
674 if (fDWidth > 0 && fWidth > kWidthMax) { in onDrawContent()
675 fDWidth = -fDWidth; in onDrawContent()
676 } else if (fDWidth < 0 && fWidth < kWidthMin) { in onDrawContent()
677 fDWidth = -fDWidth; in onDrawContent()