Lines Matching refs:convex
92 convex.
284 // This only handles non-degenerate convex paths currently.
1640 // Due to finite/fragile float numerics, we can't assume that a convex path remains
1641 // convex after a transformation, so mark it as unknown here.
1647 // Not safe to still assume we're convex...
2116 kBackwards_DirChange, // if double back, allow simple lines to be convex
2123 /** The direction returned is only valid if the path is determined convex */
2148 // point, line, or triangle are always convex
2184 return SkPathConvexity::kConvex; // that is, it may be convex, don't know yet
2289 // more than one contour and cannot be convex.
2340 // there's multiple contours and the path can't be convex
3231 // This is a pie wedge. It's convex if the angle is <= 180.
3235 // to a secant, i.e. convex.
3261 bool convex = DrawArcIsConvex(sweepAngle, useCenter, isFillNoPathEffect);
3284 path->setConvexity(convex ? SkPathConvexity::kConvex : SkPathConvexity::kConcave);