Home | History | Annotate | Download | only in tests

Lines Matching refs:DisplayListCanvas

22 #include <DisplayListCanvas.h>
44 static DisplayListCanvas* startRecording(RenderNode* node) {
45 DisplayListCanvas* renderer = new DisplayListCanvas();
52 static void endRecording(DisplayListCanvas* renderer, RenderNode* node) {
68 virtual void createContent(int width, int height, DisplayListCanvas* renderer) = 0;
100 DisplayListCanvas* renderer = startRecording(rootNode);
130 void createContent(int width, int height, DisplayListCanvas* renderer) override {
161 DisplayListCanvas* renderer = startRecording(node.get());
171 void createContent(int width, int height, DisplayListCanvas* renderer) override {
202 DisplayListCanvas* renderer = startRecording(node.get());
212 void createContent(int width, int height, DisplayListCanvas* renderer) override {
233 DisplayListCanvas* renderer = startRecording(node.get());
260 void createContent(int width, int height, DisplayListCanvas* renderer) override {
282 DisplayListCanvas* renderer = startRecording(node.get());