Lines Matching refs:start
15 SkPathDirection* dir, unsigned* start) { in path_contains_rrect() argument
17 REPORTER_ASSERT(reporter, SkPathPriv::IsRRect(path, &out, dir, start)); in path_contains_rrect()
19 recreatedPath.addRRect(out, *dir, *start); in path_contains_rrect()
44 SkPathDirection dir, unsigned start) { in inner_path_contains_rrect() argument
54 path.addRRect(in, dir, start); in inner_path_contains_rrect()
58 REPORTER_ASSERT(reporter, outDir == dir && outStart == start); in inner_path_contains_rrect()
63 SkPathDirection dir, unsigned start) { in path_contains_rrect_check() argument
64 SkRRect out = inner_path_contains_rrect(reporter, in, dir, start); in path_contains_rrect_check()
72 SkPathDirection dir, unsigned start) { in path_contains_rrect_nocheck() argument
73 SkRRect out = inner_path_contains_rrect(reporter, in, dir, start); in path_contains_rrect_nocheck()
80 SkVector v[4], SkPathDirection dir, unsigned start) { in path_contains_rrect_check() argument
83 path_contains_rrect_check(reporter, rrect, dir, start); in path_contains_rrect_check()
88 ForceIsRRect_Private(SkPath* path, SkPathDirection dir, unsigned start) { in ForceIsRRect_Private() argument
89 path->fPathRef->setIsRRect(true, dir == SkPathDirection::kCCW, start); in ForceIsRRect_Private()
94 SkPathDirection dir, unsigned start) { in force_path_contains_rrect() argument
95 ForceIsRRect_Private force_rrect(&path, dir, start); in force_path_contains_rrect()
99 REPORTER_ASSERT(reporter, outDir == dir && outStart == start); in force_path_contains_rrect()
170 for (int start = 0; start < 8; ++start) { in test_tricky_radii() local
178 path_contains_rrect_check(reporter, rr, dir, start); in test_tricky_radii()
189 path_contains_rrect_nocheck(reporter, rr, dir, start); in test_tricky_radii()
197 for (int start = 0; start < 8; ++start) { in test_empty_crbug_458524() local
202 path_contains_rrect_check(reporter, rr, dir, start); in test_empty_crbug_458524()
208 path_contains_rrect_check(reporter, rr, dir, start); in test_empty_crbug_458524()
215 for (int start = 0; start < 8; ++start) { in test_inset() local
221 path_contains_rrect_check(reporter, rr, dir, start); in test_inset()
224 path_contains_rrect_check(reporter, rr, dir, start); in test_inset()
227 path_contains_rrect_check(reporter, rr, dir, start); in test_inset()
231 path_contains_rrect_check(reporter, rr, dir, start); in test_inset()
233 path_contains_rrect_check(reporter, rr, dir, start); in test_inset()
244 for (int start = 0; start < 8; ++start) { in test_9patch_rrect() local
248 path_contains_rrect_check(reporter, rr, dir, start); in test_9patch_rrect()
250 path_contains_rrect_nocheck(reporter, rr, dir, start); in test_9patch_rrect()
257 path_contains_rrect_check(reporter, rr, dir, start); in test_9patch_rrect()
259 path_contains_rrect_nocheck(reporter, rr, dir, start); in test_9patch_rrect()
268 for (int start = 0; start < 8; ++start) { in test_round_rect_basic() local
274 path_contains_rrect_check(reporter, rr1, dir, start); in test_round_rect_basic()
279 path_contains_rrect_check(reporter, rr1_2, dir, start); in test_round_rect_basic()
282 path_contains_rrect_check(reporter, rr1_2, dir, start); in test_round_rect_basic()
288 path_contains_rrect_check(reporter, rr2, dir, start); in test_round_rect_basic()
296 path_contains_rrect_check(reporter, rr2_2, dir, start); in test_round_rect_basic()
299 path_contains_rrect_check(reporter, rr2_3, dir, start); in test_round_rect_basic()
305 path_contains_rrect_check(reporter, rr3, dir, start); in test_round_rect_basic()
310 path_contains_rrect_check(reporter, rr3_2, dir, start); in test_round_rect_basic()
313 path_contains_rrect_check(reporter, rr3_3, dir, start); in test_round_rect_basic()
334 path_contains_rrect_check(reporter, rr5, dir, start); in test_round_rect_basic()
342 for (int start = 0; start < 8; ++start) { in test_round_rect_rects() local
348 path_contains_rrect_check(reporter, rr1, dir, start); in test_round_rect_rects()
356 path_contains_rrect_check(reporter, rr2, dir, start); in test_round_rect_rects()
363 path_contains_rrect_check(reporter, rr3, dir, start); in test_round_rect_rects()
371 for (int start = 0; start < 8; ++start) { in test_round_rect_ovals() local
377 path_contains_rrect_check(reporter, rr1, dir, start); in test_round_rect_ovals()
385 for (int start = 0; start < 8; ++start) { in test_round_rect_general() local
391 path_contains_rrect_check(reporter, rr1, dir, start); in test_round_rect_general()
399 path_contains_rrect_check(reporter, rr2, dir, start); in test_round_rect_general()
406 for (int start = 0; start < 8; ++start) { in test_round_rect_iffy_parameters() local
411 path_contains_rrect_nocheck(reporter, rr1, dir, start); in test_round_rect_iffy_parameters()
432 for (int start = 0; start < 8; ++start) { in test_skbug_3239() local
436 path_contains_rrect_check(reporter, rectx, radii, dir, start); in test_skbug_3239()
437 path_contains_rrect_check(reporter, recty, radii, dir, start); in test_skbug_3239()
445 for (int start = 0; start < 8; ++start) { in test_mix() local
451 path_contains_rrect_check(reporter, rr, dir, start); in test_mix()