Home | History | Annotate | Download | only in hwui

Lines Matching defs:forceClose

734     bool forceClose = paintInfo.style != SkPaint::kStroke_Style;
735 bool wasClosed = approximatePathOutlineVertices(path, forceClose,
897 bool PathTessellator::approximatePathOutlineVertices(const SkPath& path, bool forceClose,
902 // perimeter, or resolved into more vertices. Reconsider forceClose-ing in that case.
903 SkPath::Iter iter(path, forceClose);