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

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

Completed in 54 milliseconds