Home | History | Annotate | Download | only in tests

Lines Matching refs:start

15                                    SkPath::Direction* dir, unsigned* start) {
17 REPORTER_ASSERT(reporter, path.isRRect(&out, dir, start));
19 recreatedPath.addRRect(out, *dir, *start);
44 SkPath::Direction dir, unsigned start) {
54 path.addRRect(in, dir, start);
58 REPORTER_ASSERT(reporter, outDir == dir && outStart == start);
63 SkPath::Direction dir, unsigned start) {
64 SkRRect out = inner_path_contains_rrect(reporter, in, dir, start);
72 SkPath::Direction dir, unsigned start) {
73 SkRRect out = inner_path_contains_rrect(reporter, in, dir, start);
80 SkVector v[4], SkPath::Direction dir, unsigned start) {
83 path_contains_rrect_check(reporter, rrect, dir, start);
88 ForceIsRRect_Private(SkPath* path, SkPath::Direction dir, unsigned start) {
89 path->fPathRef->setIsRRect(true, dir == SkPath::kCCW_Direction, start);
94 SkPath::Direction dir, unsigned start) {
95 ForceIsRRect_Private force_rrect(&path, dir, start);
99 REPORTER_ASSERT(reporter, outDir == dir && outStart == start);
174 for (int start = 0; start < 8; ++start) {
182 path_contains_rrect_check(reporter, rr, dir, start);
193 path_contains_rrect_nocheck(reporter, rr, dir, start);
201 for (int start = 0; start < 8; ++start) {
206 path_contains_rrect_check(reporter, rr, dir, start);
212 path_contains_rrect_check(reporter, rr, dir, start);
219 for (int start = 0; start < 8; ++start) {
225 path_contains_rrect_check(reporter, rr, dir, start);
228 path_contains_rrect_check(reporter, rr, dir, start);
231 path_contains_rrect_check(reporter, rr, dir, start);
235 path_contains_rrect_check(reporter, rr, dir, start);
237 path_contains_rrect_check(reporter, rr, dir, start);
248 for (int start = 0; start < 8; ++start) {
252 path_contains_rrect_check(reporter, rr, dir, start);
254 path_contains_rrect_nocheck(reporter, rr, dir, start);
261 path_contains_rrect_check(reporter, rr, dir, start);
263 path_contains_rrect_nocheck(reporter, rr, dir, start);
272 for (int start = 0; start < 8; ++start) {
278 path_contains_rrect_check(reporter, rr1, dir, start);
283 path_contains_rrect_check(reporter, rr1_2, dir, start);
286 path_contains_rrect_check(reporter, rr1_2, dir, start);
292 path_contains_rrect_check(reporter, rr2, dir, start);
300 path_contains_rrect_check(reporter, rr2_2, dir, start);
303 path_contains_rrect_check(reporter, rr2_3, dir, start);
309 path_contains_rrect_check(reporter, rr3, dir, start);
314 path_contains_rrect_check(reporter, rr3_2, dir, start);
317 path_contains_rrect_check(reporter, rr3_3, dir, start);
338 path_contains_rrect_check(reporter, rr5, dir, start);
346 for (int start = 0; start < 8; ++start) {
352 path_contains_rrect_check(reporter, rr1, dir, start);
360 path_contains_rrect_check(reporter, rr2, dir, start);
367 path_contains_rrect_check(reporter, rr3, dir, start);
375 for (int start = 0; start < 8; ++start) {
381 path_contains_rrect_check(reporter, rr1, dir, start);
389 for (int start = 0; start < 8; ++start) {
395 path_contains_rrect_check(reporter, rr1, dir, start);
403 path_contains_rrect_check(reporter, rr2, dir, start);
410 for (int start = 0; start < 8; ++start) {
415 path_contains_rrect_nocheck(reporter, rr1, dir, start);
436 for (int startstart < 8; ++start) {
440 path_contains_rrect_check(reporter, rectx, radii, dir, start);
441 path_contains_rrect_check(reporter, recty, radii, dir, start);
449 for (int start = 0; start < 8; ++start) {
455 path_contains_rrect_check(reporter, rr, dir, start);