Lines Matching refs:SkPathVerb
69 case SkPathVerb::kMove: in SubsetContours()
71 case SkPathVerb::kLine: in SubsetContours()
72 case SkPathVerb::kQuad: in SubsetContours()
73 case SkPathVerb::kConic: in SubsetContours()
74 case SkPathVerb::kCubic: in SubsetContours()
77 case SkPathVerb::kClose: in SubsetContours()
108 case SkPathVerb::kMove: in getSubsetPath()
110 case SkPathVerb::kLine: in getSubsetPath()
115 case SkPathVerb::kQuad: in getSubsetPath()
120 case SkPathVerb::kConic: in getSubsetPath()
125 case SkPathVerb::kCubic: in getSubsetPath()
130 case SkPathVerb::kClose: in getSubsetPath()
153 case SkPathVerb::kMove: in SubsetVerbs()
155 case SkPathVerb::kLine: in SubsetVerbs()
156 case SkPathVerb::kQuad: in SubsetVerbs()
157 case SkPathVerb::kConic: in SubsetVerbs()
158 case SkPathVerb::kCubic: in SubsetVerbs()
161 case SkPathVerb::kClose: in SubsetVerbs()
184 bool enabled = SkPathVerb::kLine <= verb && verb <= SkPathVerb::kCubic in getSubsetPath()
196 case SkPathVerb::kMove: in getSubsetPath()
198 case SkPathVerb::kLine: in getSubsetPath()
203 case SkPathVerb::kQuad: in getSubsetPath()
208 case SkPathVerb::kConic: in getSubsetPath()
213 case SkPathVerb::kCubic: in getSubsetPath()
218 case SkPathVerb::kClose: in getSubsetPath()