Lines Matching defs:out
16 SkRRect out;
17 REPORTER_ASSERT(reporter, SkPathPriv::IsRRect(path, &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) {
265 // Test out the basic API entry points
319 // Test out the rrect from skia:3466
339 // Test out the cases when the RR degenerates to a rect
368 // Test out the cases when the RR degenerates to an oval
382 // Test out the non-degenerate RR cases
446 // Test out mixed degenerate and non-degenerate geometry with Conics