Lines Matching refs:start

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