Searched defs:TestCanvas (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/tests/common/
H A DTestScene.h28 typedef RecordingCanvas TestCanvas; typedef in namespace:android::uirenderer
31 typedef DisplayListCanvas TestCanvas; typedef in namespace:android::uirenderer
68 virtual void createContent(int width, int height, TestCanvas& renderer) = 0;
H A DTestUtils.h42 typedef RecordingCanvas TestCanvas; typedef in namespace:android::uirenderer
44 typedef DisplayListCanvas TestCanvas;
158 std::function<void(RenderProperties& props, TestCanvas& canvas)> setup) {
169 TestCanvas canvas(props.getWidth(), props.getHeight());
178 std::function<void(TestCanvas&)> contentCallback) {
179 TestCanvas canvas(node.stagingProperties().getWidth(),
/frameworks/base/libs/hwui/tests/microbench/
H A DDisplayListCanvasBench.cpp31 typedef RecordingCanvas TestCanvas; typedef
33 typedef DisplayListCanvas TestCanvas;
55 TestCanvas canvas(100, 100);
67 TestCanvas canvas(100, 100);
83 TestCanvas canvas(100, 100);
102 TestCanvas canvas(100, 100);

Completed in 59 milliseconds