Home
last modified time | relevance | path

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

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