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

/external/skia/include/core/
H A DSkPath.h150 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
161 void setIsConvex(bool isConvex) { argument
162 this->setConvexity(isConvex ? kConvex_Convexity : kConcave_Convexity);
/external/skia/src/utils/
H A DSkLua.cpp1532 bool isConvex = SkPath::kConvex_Convexity == get_obj<SkPath>(L, 1)->getConvexity(); local
1533 SkLua(L).pushBool(isConvex);
1626 { "isConvex", lpath_isConvex },
/external/robolectric/v3/runtime/
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 111 milliseconds