Searched refs:firstPt (Results 1 – 2 of 2) sorted by relevance
371 stroke.firstPt = false; in _firstSubPath()397 if (stroke.firstPt) { in _lineTo()451 if (stroke.firstPt) stroke.angleIn = angleIn; in _cubicTo()467 if (stroke.firstPt) { in _cubicTo()671 stroke.firstPt = true; in _beginSubPath()883 if (!stroke->firstPt) _endSubPath(*stroke); in strokeParseOutline()
194 bool firstPt; member