Lines Matching refs:SkPathVerb
49 case SkPathVerb::kMove: in getOnCurvePoints()
50 case SkPathVerb::kLine: in getOnCurvePoints()
51 case SkPathVerb::kQuad: in getOnCurvePoints()
52 case SkPathVerb::kConic: in getOnCurvePoints()
53 case SkPathVerb::kCubic: in getOnCurvePoints()
67 case SkPathVerb::kMove: in getContourCounts()
68 case SkPathVerb::kLine: in getContourCounts()
71 case SkPathVerb::kQuad: in getContourCounts()
72 case SkPathVerb::kConic: in getContourCounts()
75 case SkPathVerb::kCubic: in getContourCounts()
78 case SkPathVerb::kClose: in getContourCounts()