Searched refs:makeSnapshot (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/tests/unit/
H A DSnapshotTests.cpp26 auto actualRoot = TestUtils::makeSnapshot(Matrix4::identity(), Rect(0, 0, 100, 100));
27 auto root = TestUtils::makeSnapshot(Matrix4::identity(), Rect(10, 10, 90, 90));
28 auto child = TestUtils::makeSnapshot(Matrix4::identity(), Rect(50, 50, 90, 90));
51 auto actualRoot = TestUtils::makeSnapshot(Matrix4::identity(), Rect(0, 0, 100, 100));
52 auto root = TestUtils::makeSnapshot(Matrix4::identity(), Rect(10, 10, 90, 90));
57 auto child = TestUtils::makeSnapshot(Matrix4::identity(), Rect(50, 50, 90, 90));
67 auto child = TestUtils::makeSnapshot(Matrix4::identity(), Rect(50, 50, 90, 90));
H A DBakedOpStateTests.cpp37 auto parentSnapshot = TestUtils::makeSnapshot(Matrix4::identity(), Rect(100, 200));
46 auto parentSnapshot = TestUtils::makeSnapshot(translate10x20, Rect(100, 200));
72 auto parentSnapshot = TestUtils::makeSnapshot(Matrix4::identity(), Rect(100, 200));
79 auto parentSnapshot = TestUtils::makeSnapshot(translate10x20, Rect(100, 200));
171 auto parentSnapshot = TestUtils::makeSnapshot(snapshotMatrix, Rect(200, 200));
187 auto snapshot = TestUtils::makeSnapshot(Matrix4::identity(), Rect(100, 200));
207 auto snapshot = TestUtils::makeSnapshot(translate10x20, Rect()); // Note: empty clip
215 auto snapshot = TestUtils::makeSnapshot(translate10x20, Rect(100, 200));
235 auto snapshot = TestUtils::makeSnapshot(Matrix4::identity(), Rect()); // Note: empty clip
249 auto snapshot = TestUtils::makeSnapshot(Matrix
[all...]
H A DBakedOpDispatcherTests.cpp60 auto snapshot = TestUtils::makeSnapshot(Matrix4::identity(), Rect(100, 100));
/frameworks/base/libs/hwui/tests/common/
H A DTestUtils.h175 static std::unique_ptr<Snapshot> makeSnapshot(const Matrix4& transform, const Rect& clip) { function in class:android::uirenderer::TestUtils

Completed in 369 milliseconds