Path construction interpreter (m l c re S f B)
This commit is contained in:
@@ -21,6 +21,7 @@ public:
|
||||
void visit(const DrawTextCommand& cmd) override;
|
||||
void visit(const FillPathCommand& cmd) override;
|
||||
void visit(const StrokePathCommand& cmd) override;
|
||||
void visit(const FillStrokePathCommand& cmd) override;
|
||||
void visit(const DrawImageCommand& cmd) override;
|
||||
// Renders the entire display list to the canvas
|
||||
void render(const DisplayList& displayList);
|
||||
|
||||
Reference in New Issue
Block a user