Searched refs:fDWidth (Results 1 – 1 of 1) sorted by relevance
126 SkScalar fWidth, fDWidth; member in QuadStrokerView169 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()