Lines Matching refs:conicWeight
122 return verb == SkPath::kConic_Verb ? iter.conicWeight() : 1; in get_path_weight()
174 result.conicTo(pts[1], pts[2], iter.conicWeight()); in set_path_pt()
224 conic.set(pts, iter.conicWeight()); in add_path_segment()
246 weight = iter.conicWeight(); in add_path_segment()
297 result.conicTo(pts[1], pts[2], iter.conicWeight()); in delete_path_segment()
333 result.conicTo(pts[1], pts[2], counter == index ? w : iter.conicWeight()); in set_path_weight()
358 SkScalar weight = verb == SkPath::kConic_Verb ? iter.conicWeight() : 1; in set_path_verb()
1207 conicPath.conicTo(pts[1], pts[2], iter.conicWeight()); in draw_segment()
1264 SkScalar w = iter.conicWeight(); in hittest_verb()
1387 conic_coverage(pts, iter.conicWeight(), distanceMap, w, h); in path_coverage()
1439 stroker.conicTo(pts[1], pts[2], iter.conicWeight()); in path_stroke()