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

  /external/skia/src/gpu/
GrShape.h 240 // contour hence isLastContourClosed() is a sufficient for a convex path.
241 return (this->style().isSimpleFill() || this->path().isLastContourClosed()) &&
  /external/skia/include/core/
SkPath.h 242 bool isLastContourClosed() const;
    [all...]
  /external/skia/tests/
PathTest.cpp     [all...]
  /external/skia/src/core/
SkStroke.cpp     [all...]
SkPath.cpp 360 bool SkPath::isLastContourClosed() const {
    [all...]

Completed in 97 milliseconds