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

/external/skia/include/core/
H A DSkPath.h145 bool isConvex() const { function in class:SkPath
151 * Set the isConvex flag to true or false. Convex paths may draw faster if
154 * isConvex == false
156 void setIsConvex(bool isConvex) { argument
157 this->setConvexity(isConvex ? kConvex_Convexity : kConcave_Convexity);
174 This does NOT change the fill-type setting nor isConvex
181 This does NOT change the fill-type setting nor isConvex
/external/skia/legacy/include/core/
H A DSkPath.h149 bool isConvex() const { function in class:SkPath
155 * Set the isConvex flag to true or false. Convex paths may draw faster if
158 * isConvex == false
160 void setIsConvex(bool isConvex) { argument
161 this->setConvexity(isConvex ? kConvex_Convexity : kConcave_Convexity);
166 This does NOT change the fill-type setting nor isConvex
173 This does NOT change the fill-type setting nor isConvex

Completed in 51 milliseconds