Searched refs:fWidthScale (Results 1 – 2 of 2) sorted by relevance
/external/skia/samplecode/ |
D | SampleQuadStroker.cpp | 128 SkScalar fWidthScale; member in QuadStrokerView 521 fWidthScale = 1; in setForGeometry() 526 fWidthScale = 0.002f; in setForText() 668 draw_stroke(canvas, path, width * fWidthScale / fTextSize, fTextSize, true); in onDrawContent() 690 draw_control(canvas, fWidthControl, fWidth * fWidthScale, kWidthMin * fWidthScale, in onDrawContent() 691 kWidthMax * fWidthScale, "width"); in onDrawContent()
|
/external/skqp/samplecode/ |
D | SampleQuadStroker.cpp | 128 SkScalar fWidthScale; member in QuadStrokerView 521 fWidthScale = 1; in setForGeometry() 526 fWidthScale = 0.002f; in setForText() 668 draw_stroke(canvas, path, width * fWidthScale / fTextSize, fTextSize, true); in onDrawContent() 690 draw_control(canvas, fWidthControl, fWidth * fWidthScale, kWidthMin * fWidthScale, in onDrawContent() 691 kWidthMax * fWidthScale, "width"); in onDrawContent()
|