Home | History | Annotate | Download | only in unit

Lines Matching full:identity

37         auto parentSnapshot = TestUtils::makeSnapshot(Matrix4::identity(), Rect(100, 200));
72 auto parentSnapshot = TestUtils::makeSnapshot(Matrix4::identity(), Rect(100, 200));
167 Matrix4::identity(), &clip, &strokedPaint);
186 RectOp successOp(Rect(30, 40, 100, 200), Matrix4::identity(), &clip, &paint);
187 auto snapshot = TestUtils::makeSnapshot(Matrix4::identity(), Rect(100, 200));
234 RectOp rejectOp(Rect(100, 200), Matrix4::identity(), &clip, &paint);
235 auto snapshot = TestUtils::makeSnapshot(Matrix4::identity(), Rect()); // Note: empty clip
248 RectOp rejectOp(Rect(50, 50, 150, 150), Matrix4::identity(), &clip, &paint);
249 auto snapshot = TestUtils::makeSnapshot(Matrix4::identity(), Rect(200, 200));
263 RectOp rejectOp(Rect(50, 50, 150, 150), Matrix4::identity(), &clip, &paint);
264 auto snapshot = TestUtils::makeSnapshot(Matrix4::identity(), Rect(200, 200));