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 93 enum Convexity {
100 * Return the path's convexity, as stored in the path. If it is currently
104 Convexity getConvexity() const {
108 return (Convexity)fConvexity;
112 * Return the currently cached value for convexity, even if that is set to
117 Convexity getConvexityOrUnknown() const { return (Convexity)fConvexity; }
120 * Store a convexity setting in the path. There is no automatic check to
128 void setConvexity(Convexity);
131 * Compute the convexity of the specified path. This does not look at th
    [all...]
  /external/skia/tests/
PathTest.cpp 21 * is flagged with unknown convexity status.
260 SkPath::Convexity expected) {
261 SkPath::Convexity c = SkPath::ComputeConvexity(path);
387 static const SkPath::Convexity C = SkPath::kConcave_Convexity;
388 static const SkPath::Convexity V = SkPath::kConvex_Convexity;
408 SkPath::Convexity fExpectedConvexity;
423 SkPath::Convexity c = SkPath::ComputeConvexity(path);
    [all...]
  /external/skia/src/core/
SkPath.cpp 404 void SkPath::setConvexity(Convexity c) {
    [all...]

Completed in 112 milliseconds