Home
last modified time | relevance | path

Searched refs:FakeCanvas (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/experimental/sorttoy/
H A DCmds.h9 class FakeCanvas;
32 virtual void execute(FakeCanvas*) const = 0;
54 void execute(FakeCanvas*) const override;
77 void execute(FakeCanvas*) const override;
105 void execute(FakeCanvas*) const override;
143 void execute(FakeCanvas*) const override;
H A DFake.cpp163 void FakeCanvas::drawShape(ID id, Shape shape, SkIRect r, FakePaint p) { in drawShape()
169 void FakeCanvas::clipShape(ID id, Shape shape, SkIRect r) { in clipShape()
175 void FakeCanvas::finalize() { in finalize()
184 std::vector<ID> FakeCanvas::getOrder() const { in getOrder()
H A DCmds.cpp22 void SaveCmd::execute(FakeCanvas* f) const { in execute()
36 void RestoreCmd::execute(FakeCanvas* f) const { in execute()
102 void DrawCmd::execute(FakeCanvas* c) const { in execute()
224 void ClipCmd::execute(FakeCanvas* c) const { in execute()
H A DFake.h19 class FakeCanvas;
235 class FakeCanvas { class
237 FakeCanvas(SkBitmap& bm) { in FakeCanvas() function in FakeCanvas
H A Dsorttoy.cpp53 * For the actual (v2) image, the RectCmds are replayed into a FakeCanvas - preserving the
54 * unique ID of the RectCmd. The FakeCanvas creates new RectCmd objects, sorts them using
55 * the SortKey and then performs a kludgey z-buffered rasterization. The FakeCanvas also
263 FakeCanvas fake(actualBM); in sort_test()

Completed in 3 milliseconds