Lines Matching refs:getConvexity
370 SkDebugf("convexity %c=\n", one.getConvexity() == two.getConvexity() ? '=' : '!');
730 canvas->drawString(labels[(int) path.getConvexity()], 30, 100, paint);
736 #SeeAlso Contour Direction getConvexity getConvexityOrUnknown setConvexity isConvex
740 #Method Convexity getConvexity() const
750 SkPath::kUnknown_Convexity == path.getConvexity() ? "unknown" :
751 SkPath::kConvex_Convexity == path.getConvexity() ? "convex" : "concave"); };
777 Convexity is unknown unless getConvexity is called without a subsequent call
789 path.getConvexity();
793 path.getConvexity();
798 #SeeAlso Convexity Contour Direction getConvexity setConvexity isConvex
814 SkPath::kUnknown_Convexity == path.getConvexity() ? "unknown" :
815 SkPath::kConvex_Convexity == path.getConvexity() ? "convex" : "concave"); };
827 #SeeAlso Convexity Contour Direction getConvexity getConvexityOrUnknown isConvex
859 #SeeAlso Convexity Contour Direction getConvexity getConvexityOrUnknown setConvexity