Searched refs:closedSubPath (Results 1 – 2 of 2) sorted by relevance
673 stroke.closedSubPath = closed; in _beginSubPath()680 …if ((stroke.join != StrokeJoin::Round) || (!stroke.closedSubPath && stroke.cap == StrokeCap::Butt)) in _beginSubPath()692 if (stroke.closedSubPath) { in _endSubPath()
195 bool closedSubPath; member