Lines Matching refs:kLine_Verb
141 case SkPath::kLine_Verb: in set_path_pt()
166 case SkPath::kLine_Verb: in set_path_pt()
213 case SkPath::kLine_Verb: in add_path_segment()
253 case SkPath::kLine_Verb: in add_path_segment()
291 case SkPath::kLine_Verb: in delete_path_segment()
327 case SkPath::kLine_Verb: in set_path_weight()
352 SkASSERT(SkPath::kLine_Verb <= v && v <= SkPath::kCubic_Verb); in set_path_verb()
361 SkASSERT(SkPath::kLine_Verb <= verb && verb <= SkPath::kCubic_Verb); in set_path_verb()
363 case SkPath::kLine_Verb: in set_path_verb()
387 case SkPath::kLine_Verb: in set_path_verb()
409 case SkPath::kLine_Verb: in set_path_verb()
436 case SkPath::kLine_Verb: in set_path_verb()
1094 case SkPath::kLine_Verb: in draw_bisects()
1174 if (SkPath::kLine_Verb <= verb && verb <= SkPath::kCubic_Verb) { in draw_bisects()
1199 case SkPath::kLine_Verb: in draw_segment()
1250 case SkPath::kLine_Verb: { in hittest_verb()
1386 case SkPath::kLine_Verb: in path_coverage()
1426 case SkPath::kLine_Verb: in path_stroke()
1680 fLineButton.setEnabled(myClick->fVerb == SkPath::kLine_Verb); in onClick()
1717 set_path_verb(fActiveVerb, SkPath::kLine_Verb, &fPath, 1); in onClick()