HomeSort by relevance Sort by last modified time
    Searched refs:Convexity (Results 1 - 3 of 3) sorted by null

  /external/skia/include/core/
SkPath.h 92 enum Convexity {
99 * Return the path's convexity, as stored in the path. If it is currently unknown,
100 * then this function will attempt to compute the convexity (and cache the result).
102 Convexity getConvexity() const {
104 return static_cast<Convexity>(fConvexity);
111 * Return the currently cached value for convexity, even if that is set to
116 Convexity getConvexityOrUnknown() const { return (Convexity)fConvexity; }
119 * Store a convexity setting in the path. There is no automatic check to
127 void setConvexity(Convexity);
    [all...]
  /external/skia/src/core/
SkPath.cpp 656 void SkPath::setConvexity(Convexity c) {
    [all...]
  /external/skia/tests/
PathTest.cpp     [all...]

Completed in 413 milliseconds