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 109 enum Convexity {
116 * Return the path's convexity, as stored in the path. If it is currently unknown,
117 * then this function will attempt to compute the convexity (and cache the result).
119 Convexity getConvexity() const {
121 return static_cast<Convexity>(fConvexity);
128 * Return the currently cached value for convexity, even if that is set to
133 Convexity getConvexityOrUnknown() const { return (Convexity)fConvexity; }
136 * Store a convexity setting in the path. There is no automatic check to
144 void setConvexity(Convexity);
    [all...]
  /external/skia/src/core/
SkPath.cpp 699 void SkPath::setConvexity(Convexity c) {
    [all...]
  /external/skia/tests/
PathTest.cpp     [all...]

Completed in 68 milliseconds