Lines Matching refs:snapshot
21 is_empty(reporter, b.snapshot());
26 SkPath p0 = b.snapshot();
27 SkPath p1 = b.snapshot();
41 is_empty(reporter, b.snapshot());
54 for (const SkPath& path : { b.snapshot(), b.detach() }) {
104 REPORTER_ASSERT(reporter, check_points(b.snapshot(), pts0, SK_ARRAY_COUNT(pts0)));
111 REPORTER_ASSERT(reporter, check_points(b.snapshot(), pts1, SK_ARRAY_COUNT(pts1)));
257 auto p1 = builder.snapshot();
260 auto p2 = builder.snapshot();
292 // SkPathBuilder::snapshot() creates copies of its arrays for perfectly sized paths,
303 SkPath s = b.snapshot(),