Home
last modified time | relevance | path

Searched refs:fWidthControl (Results 1 – 4 of 4) sorted by relevance

/external/skqp/samplecode/
DSampleAAGeometry.cpp798 UniControl fWidthControl; member in AAGeometryView
827 , fWidthControl("width", FLT_EPSILON, 100) in AAGeometryView()
879 fWidthControl.fValLo = 50; in AAGeometryView()
880 fWidthControl.fVisible = true; in AAGeometryView()
1052 bisect.setLength(fWidthControl.fValLo * 2); in draw_bisect()
1056 lastV.setLength(fWidthControl.fValLo); in draw_bisect()
1060 nextV.setLength(fWidthControl.fValLo); in draw_bisect()
1065 SkScalar r = fWidthControl.fValLo; in draw_bisect()
1114 tangent.setLength(fWidthControl.fValLo * 2); in draw_bisects()
1160 tangent.setLength(fWidthControl.fValLo * 2); in draw_bisects()
[all …]
DSampleQuadStroker.cpp110 SkRect fWidthControl; member in QuadStrokerView
224 fWidthControl.setXYWH(this->width() - 50, 30, 30, 400); in onSizeChange()
690 draw_control(canvas, fWidthControl, fWidth * fWidthScale, kWidthMin * fWidthScale, in onDrawContent()
726 if (fWidthControl.contains(rectPt)) { in onFindClickHandler()
785 fWidth = SkTMax(FLT_EPSILON, MapScreenYtoValue(click->fICurr.fY, fWidthControl, in onClick()
/external/skia/samplecode/
DSampleAAGeometry.cpp798 UniControl fWidthControl; member in AAGeometryView
827 , fWidthControl("width", FLT_EPSILON, 100) in AAGeometryView()
879 fWidthControl.fValLo = 50; in AAGeometryView()
880 fWidthControl.fVisible = true; in AAGeometryView()
1052 bisect.setLength(fWidthControl.fValLo * 2); in draw_bisect()
1056 lastV.setLength(fWidthControl.fValLo); in draw_bisect()
1060 nextV.setLength(fWidthControl.fValLo); in draw_bisect()
1065 SkScalar r = fWidthControl.fValLo; in draw_bisect()
1114 tangent.setLength(fWidthControl.fValLo * 2); in draw_bisects()
1160 tangent.setLength(fWidthControl.fValLo * 2); in draw_bisects()
[all …]
DSampleQuadStroker.cpp110 SkRect fWidthControl; member in QuadStrokerView
224 fWidthControl.setXYWH(this->width() - 50, 30, 30, 400); in onSizeChange()
690 draw_control(canvas, fWidthControl, fWidth * fWidthScale, kWidthMin * fWidthScale, in onDrawContent()
726 if (fWidthControl.contains(rectPt)) { in onFindClickHandler()
785 fWidth = SkTMax(FLT_EPSILON, MapScreenYtoValue(click->fICurr.fY, fWidthControl, in onClick()