Lines Matching refs:kCubic_Verb
47 if (SkPath::kCubic_Verb == fVerb) {
149 case SkPath::kCubic_Verb: in set_path_pt()
179 case SkPath::kCubic_Verb: in set_path_pt()
234 case SkPath::kCubic_Verb: { in add_path_segment()
263 case SkPath::kCubic_Verb: in add_path_segment()
301 case SkPath::kCubic_Verb: in delete_path_segment()
337 case SkPath::kCubic_Verb: in set_path_weight()
353 SkASSERT(SkPath::kLine_Verb <= v && v <= SkPath::kCubic_Verb); in set_path_verb()
362 SkASSERT(SkPath::kLine_Verb <= verb && verb <= SkPath::kCubic_Verb); in set_path_verb()
373 case SkPath::kCubic_Verb: in set_path_verb()
395 case SkPath::kCubic_Verb: { in set_path_verb()
408 case SkPath::kCubic_Verb: in set_path_verb()
446 case SkPath::kCubic_Verb: in set_path_verb()
1132 case SkPath::kCubic_Verb: { in draw_bisects()
1173 if (SkPath::kLine_Verb <= verb && verb <= SkPath::kCubic_Verb) { in draw_bisects()
1216 case SkPath::kCubic_Verb: { in draw_segment()
1277 case SkPath::kCubic_Verb: { in hittest_verb()
1394 case SkPath::kCubic_Verb: in path_coverage()
1449 case SkPath::kCubic_Verb: in path_stroke()
1682 fCubicButton.setEnabled(myClick->fVerb == SkPath::kCubic_Verb); in onClick()
1739 set_path_verb(fActiveVerb, SkPath::kCubic_Verb, &fPath, 1); in onClick()