Searched defs:isConvex (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkPath.h140 bool isConvex() const { function in class:SkPath
146 * Set the isConvex flag to true or false. Convex paths may draw faster if
149 * isConvex == false
151 void setIsConvex(bool isConvex) { argument
152 this->setConvexity(isConvex ? kConvex_Convexity : kConcave_Convexity);
/external/skia/include/core/
H A DSkPath.h140 bool isConvex() const { function in class:SkPath
146 * Set the isConvex flag to true or false. Convex paths may draw faster if
149 * isConvex == false
151 void setIsConvex(bool isConvex) { argument
152 this->setConvexity(isConvex ? kConvex_Convexity : kConcave_Convexity);

Completed in 467 milliseconds