Searched refs:fWidthControl (Results 1 – 3 of 3) sorted by relevance
/third_party/flutter/skia/samplecode/ |
D | SampleAAGeometry.cpp | 795 UniControl fWidthControl; member in AAGeometryView 824 , fWidthControl("width", FLT_EPSILON, 100) in AAGeometryView() 873 fWidthControl.fValLo = 50; in AAGeometryView() 874 fWidthControl.fVisible = true; in AAGeometryView() 1046 bisect.setLength(fWidthControl.fValLo * 2); in draw_bisect() 1050 lastV.setLength(fWidthControl.fValLo); in draw_bisect() 1054 nextV.setLength(fWidthControl.fValLo); in draw_bisect() 1059 SkScalar r = fWidthControl.fValLo; in draw_bisect() 1108 tangent.setLength(fWidthControl.fValLo * 2); in draw_bisects() 1154 tangent.setLength(fWidthControl.fValLo * 2); in draw_bisects() [all …]
|
D | SampleQuadStroker.cpp | 128 SkRect fWidthControl; member in QuadStrokerView 239 fWidthControl.setXYWH(this->width() - 50, 30, 30, 400); in onSizeChange() 707 draw_control(canvas, fWidthControl, fWidth * fWidthScale, kWidthMin * fWidthScale, in onDrawContent() 743 if (fWidthControl.contains(rectPt)) { in onFindClickHandler() 802 fWidth = SkTMax(FLT_EPSILON, MapScreenYtoValue(click->fCurr.fY, fWidthControl, in onClick()
|
/third_party/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()
|