Lines Matching refs:fWidthControl
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()
1289 SkScalar radius = fWidthControl.fValLo; in pt_to_line()
1305 SkScalar radius = fWidthControl.fValLo; in coverage()
1408 SkPathStroker stroker(fPath, fWidthControl.fValLo, 0, in path_stroke()
1513 SkOpAA aaResult(fPath, fWidthControl.fValLo, fResControl.fValLo in onDrawContent()
1520 SkScalar radius = fWidthControl.fValLo; in onDrawContent()
1705 fWidthControl.fValLo = MapScreenYtoValue(click->fCurr.fY, fWidthControl); in onClick()