HomeSort by relevance Sort by last modified time
    Searched defs:TestCanvas (Results 1 - 3 of 3) sorted by null

  /frameworks/base/libs/hwui/tests/microbench/
DisplayListCanvasBench.cpp 31 typedef RecordingCanvas TestCanvas;
33 typedef DisplayListCanvas TestCanvas;
55 TestCanvas canvas(100, 100);
67 TestCanvas canvas(100, 100);
83 TestCanvas canvas(100, 100);
102 TestCanvas canvas(100, 100);
  /frameworks/base/libs/hwui/tests/common/
TestScene.h 28 typedef RecordingCanvas TestCanvas;
31 typedef DisplayListCanvas TestCanvas;
68 virtual void createContent(int width, int height, TestCanvas& renderer) = 0;
TestUtils.h 42 typedef RecordingCanvas TestCanvas;
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(),

Completed in 68 milliseconds