Lines Matching refs:dir

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);
169 for (auto dir : {SkPathDirection::kCW, SkPathDirection::kCCW}) {
178 path_contains_rrect_check(reporter, rr, dir, start);
189 path_contains_rrect_nocheck(reporter, rr, dir, start);
196 for (auto dir : {SkPathDirection::kCW, SkPathDirection::kCCW}) {
202 path_contains_rrect_check(reporter, rr, dir, start);
208 path_contains_rrect_check(reporter, rr, dir, start);
214 for (auto dir : {SkPathDirection::kCW, SkPathDirection::kCCW}) {
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);
243 for (auto dir : {SkPathDirection::kCW, SkPathDirection::kCCW}) {
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);
267 for (auto dir : {SkPathDirection::kCW, SkPathDirection::kCCW}) {
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);
341 for (auto dir : {SkPathDirection::kCW, SkPathDirection::kCCW}) {
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);
370 for (auto dir : {SkPathDirection::kCW, SkPathDirection::kCCW}) {
377 path_contains_rrect_check(reporter, rr1, dir, start);
384 for (auto dir : {SkPathDirection::kCW, SkPathDirection::kCCW}) {
391 path_contains_rrect_check(reporter, rr1, dir, start);
399 path_contains_rrect_check(reporter, rr2, dir, start);
405 for (auto dir : {SkPathDirection::kCW, SkPathDirection::kCCW}) {
411 path_contains_rrect_nocheck(reporter, rr1, dir, start);
431 for (auto dir : {SkPathDirection::kCW, SkPathDirection::kCCW}) {
436 path_contains_rrect_check(reporter, rectx, radii, dir, start);
437 path_contains_rrect_check(reporter, recty, radii, dir, start);
444 for (auto dir : {SkPathDirection::kCW, SkPathDirection::kCCW}) {
451 path_contains_rrect_check(reporter, rr, dir, start);