Searched refs:fWidthControl (Results 1 – 3 of 3) sorted by relevance
/external/skqp/samplecode/ |
D | SampleAAGeometry.cpp | 800 UniControl fWidthControl; member in AAGeometryView 829 , fWidthControl("width", FLT_EPSILON, 100) in AAGeometryView() 879 fWidthControl.fValLo = 50; in AAGeometryView() 880 fWidthControl.fVisible = true; in AAGeometryView() 1051 bisect.setLength(fWidthControl.fValLo * 2); in draw_bisect() 1055 lastV.setLength(fWidthControl.fValLo); in draw_bisect() 1059 nextV.setLength(fWidthControl.fValLo); in draw_bisect() 1064 SkScalar r = fWidthControl.fValLo; in draw_bisect() 1113 tangent.setLength(fWidthControl.fValLo * 2); in draw_bisects() 1159 tangent.setLength(fWidthControl.fValLo * 2); in draw_bisects() [all …]
|
D | SampleQuadStroker.cpp | 128 SkRect fWidthControl; member in QuadStrokerView 242 fWidthControl.setXYWH(this->width() - 50, 30, 30, 400); in onSizeChange() 710 draw_control(canvas, fWidthControl, fWidth * fWidthScale, kWidthMin * fWidthScale, in onDrawContent() 746 if (fWidthControl.contains(rectPt)) { in onFindClickHandler() 805 fWidth = SkTMax(FLT_EPSILON, MapScreenYtoValue(click->fICurr.fY, fWidthControl, in onClick()
|
/external/skia/samplecode/ |
D | SampleQuadStroker.cpp | 121 SkRect fWidthControl; member in QuadStrokerView 232 fWidthControl.setXYWH(this->width() - 50, 30, 30, 400); in onSizeChange() 700 draw_control(canvas, fWidthControl, fWidth * fWidthScale, kWidthMin * fWidthScale, in onDrawContent() 735 if (fWidthControl.contains(rectPt)) { in onFindClickHandler() 794 fWidth = std::max(FLT_EPSILON, MapScreenYtoValue(click->fCurr.fY, fWidthControl, in onClick()
|