Lines Matching defs:out
16 SkRRect out;
17 REPORTER_ASSERT(reporter, path.isRRect(&out, dir, start));
19 recreatedPath.addRRect(out, *dir, *start);
40 return out;
64 SkRRect out = inner_path_contains_rrect(reporter, in, dir, start);
65 if (in != out) {
68 REPORTER_ASSERT(reporter, in == out);
73 SkRRect out = inner_path_contains_rrect(reporter, in, dir, start);
74 if (in == out) {
269 // Test out the basic API entry points
323 // Test out the rrect from skia:3466
343 // Test out the cases when the RR degenerates to a rect
372 // Test out the cases when the RR degenerates to an oval
386 // Test out the non-degenerate RR cases
450 // Test out mixed degenerate and non-degenerate geometry with Conics