Lines Matching refs:Contour
47 manage Contour, and terminate Path.
50 #Line # starts new Contour at next Point ##
52 ignored. kMove_Verb after other Verbs implicitly closes the previous Contour
59 extend Contour. kLine_Verb at same position as prior kMove_Verb is
85 #Line # closes Contour ##
86 Closes Contour, connecting Last_Point to kMove_Verb Point. Consecutive
144 #Line # sets Contour clockwise or counterclockwise ##
153 Direction describes whether Contour is clockwise or counterclockwise.
157 Direction also determines how Contour is measured. For instance, dashing
485 fills if the sum of Contour edges is not zero, where clockwise edges add one, and
487 number of Contour edges is odd. Each Fill_Type has an inverse variant that
489 kInverseWinding_FillType fills where the sum of Contour edges is zero;
490 kInverseEvenOdd_FillType fills where the number of Contour edges is even.
524 #Line # is enclosed by a non-zero sum of Contour Directions ##
530 #Line # is enclosed by a zero sum of Contour Directions ##
699 Path is convex if it contains one Contour and Contour loops no more than
700 360 degrees, and Contour angles all have same Direction. Convex Path
714 #Line # one Contour made of a simple geometry without indentations ##
717 #Line # more than one Contour, or a geometry with indentations ##
736 #SeeAlso Contour Direction getConvexity getConvexityOrUnknown setConvexity isConvex
763 #SeeAlso Convexity Contour Direction getConvexityOrUnknown setConvexity isConvex
798 #SeeAlso Convexity Contour Direction getConvexity setConvexity isConvex
827 #SeeAlso Convexity Contour Direction getConvexity getConvexityOrUnknown isConvex
859 #SeeAlso Convexity Contour Direction getConvexity getConvexityOrUnknown setConvexity
1005 #Line # returns if final Contour forms a loop ##
1279 each Verb in Verb_Array. For instance, Path containing one Contour with Line
1388 the quantity of kMove_Verb equals the Contour count.
1686 #Line # starts Contour ##
1706 #SeeAlso Contour lineTo rMoveTo quadTo conicTo cubicTo close()
1731 #SeeAlso Contour lineTo rMoveTo quadTo conicTo cubicTo close()
1737 #Line # starts Contour relative to Last_Point ##
1756 #SeeAlso Contour lineTo moveTo quadTo conicTo cubicTo close()
1792 #SeeAlso Contour moveTo rLineTo addRect
1816 #SeeAlso Contour moveTo rLineTo addRect
1846 #SeeAlso Contour moveTo lineTo addRect
1933 #SeeAlso Contour moveTo conicTo rQuadTo
1957 #SeeAlso Contour moveTo conicTo rQuadTo
1983 #SeeAlso Contour moveTo conicTo quadTo
2289 #SeeAlso Contour moveTo rCubicTo quadTo
2313 #SeeAlso Contour moveTo rCubicTo quadTo
2342 #SeeAlso Contour moveTo cubicTo quadTo
2361 which may continue Contour or start a new one. This construction is similar to PostScript and
2362 HTML_Canvas arcs. Variation addArc always starts new Contour. SkCanvas::drawArc draws without
2441 # 3 is similar to 1, but always begins new Contour. ##
2820 #Line # makes last Contour a loop ##
3126 #Line # adds one Contour containing Rect ##
3250 #Line # adds one Contour containing Oval ##
3329 #Line # adds one Contour containing Circle ##
3366 #Line # adds one Contour containing Arc ##
3398 #Line # adds one Contour containing Round_Rect with common corner radii ##
3435 Appends Round_Rect to Path, creating a new closed Contour. Round_Rect has bounds
3493 #Line # adds one Contour containing Round_Rect ##
3522 Adds rrect to Path, creating a new closed Contour. If dir is kCW_Direction, rrect
3581 #Line # adds one Contour containing connected lines ##
3647 the last Contour or start a new Contour.
3653 starts a new Contour.
3656 #Line # add line if prior Contour is not closed ##
3657 If destination is closed or empty, start a new Contour. If destination
3912 #Line # final Point in Contour ##
3915 Contour. Last_Point of Contour is shared as first Point of added Line or Curve.
4085 # kWinding_FillType # a non-zero sum of Contour Directions. ##
4087 # kInverseWinding_FillType # a zero sum of Contour Directions. ##
4663 #Line # returns if Contour has kClose_Verb ##