HomeSort by relevance Sort by last modified time
    Searched defs:isConvex (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/include/core/
SkPath.h 129 bool isConvex() const {
134 * Set the isConvex flag to true or false. Convex paths may draw faster if
137 * isConvex == false
140 void setIsConvex(bool isConvex) {
141 this->setConvexity(isConvex ? kConvex_Convexity : kConcave_Convexity);
    [all...]
  /external/skia/include/core/
SkPath.h 129 bool isConvex() const {
134 * Set the isConvex flag to true or false. Convex paths may draw faster if
137 * isConvex == false
140 void setIsConvex(bool isConvex) {
141 this->setConvexity(isConvex ? kConvex_Convexity : kConcave_Convexity);
    [all...]

Completed in 38 milliseconds