Lines Matching refs:kConic_Verb
49 } else if (SkPath::kConic_Verb == fVerb) {
124 return verb == SkPath::kConic_Verb ? iter.conicWeight() : 1; in get_path_weight()
146 case SkPath::kConic_Verb: in set_path_pt()
175 case SkPath::kConic_Verb: in set_path_pt()
223 case SkPath::kConic_Verb: { in add_path_segment()
247 } else if (verb == SkPath::kConic_Verb) { in add_path_segment()
260 case SkPath::kConic_Verb: in add_path_segment()
298 case SkPath::kConic_Verb: in delete_path_segment()
334 case SkPath::kConic_Verb: in set_path_weight()
360 SkScalar weight = verb == SkPath::kConic_Verb ? iter.conicWeight() : 1; in set_path_verb()
366 case SkPath::kConic_Verb: in set_path_verb()
386 case SkPath::kConic_Verb: in set_path_verb()
391 case SkPath::kConic_Verb: in set_path_verb()
413 case SkPath::kConic_Verb: in set_path_verb()
443 case SkPath::kConic_Verb: in set_path_verb()
1118 case SkPath::kConic_Verb: in draw_bisects()
1209 case SkPath::kConic_Verb: { in draw_segment()
1267 case SkPath::kConic_Verb: { in hittest_verb()
1391 case SkPath::kConic_Verb: in path_coverage()
1441 case SkPath::kConic_Verb: in path_stroke()
1681 fConicButton.setEnabled(myClick->fVerb == SkPath::kConic_Verb); in onClick()
1684 fWeightControl.fVisible = myClick->fVerb == SkPath::kConic_Verb; in onClick()
1731 set_path_verb(fActiveVerb, SkPath::kConic_Verb, &fPath, defaultConicWeight); in onClick()