Lines Matching defs:out
16 SkRRect out;
17 REPORTER_ASSERT(reporter, path.isRRect(&out));
19 path2.addRRect(out);
21 return out;
25 return out;
43 SkRRect out = inner_path_contains_rrect(reporter, in);
44 if (in != out) {
47 REPORTER_ASSERT(reporter, in == out);
51 SkRRect out = inner_path_contains_rrect(reporter, in);
52 if (in == out) {
214 // Test out the basic API entry points
265 // Test out the rrect from skia:3466
282 // Test out the cases when the RR degenerates to a rect
308 // Test out the cases when the RR degenerates to an oval
318 // Test out the non-degenerate RR cases
368 // Test out mixed degenerate and non-degenerate geometry with Conics