Flutter Engine
The Flutter Engine
|
#include <DrawCommand.h>
Public Member Functions | |
DrawTextBlobCommand (sk_sp< SkTextBlob > blob, SkScalar x, SkScalar y, const SkPaint &paint) | |
void | execute (SkCanvas *canvas) const override |
bool | render (SkCanvas *canvas) const override |
void | toJSON (SkJSONWriter &writer, UrlDataManager &urlDataManager) const override |
Public Member Functions inherited from DrawCommand | |
DrawCommand (OpType opType) | |
virtual | ~DrawCommand () |
bool | isVisible () const |
void | setVisible (bool toggle) |
virtual void | execute (SkCanvas *) const =0 |
virtual bool | render (SkCanvas *canvas) const |
virtual void | toJSON (SkJSONWriter &writer, UrlDataManager &urlDataManager) const |
OpType | getOpType () const |
Definition at line 518 of file DrawCommand.h.
DrawTextBlobCommand::DrawTextBlobCommand | ( | sk_sp< SkTextBlob > | blob, |
SkScalar | x, | ||
SkScalar | y, | ||
const SkPaint & | paint | ||
) |
Definition at line 1664 of file DrawCommand.cpp.
|
overridevirtual |
Implements DrawCommand.
Definition at line 1674 of file DrawCommand.cpp.
|
overridevirtual |
Reimplemented from DrawCommand.
Definition at line 1678 of file DrawCommand.cpp.
|
overridevirtual |
Reimplemented from DrawCommand.
Definition at line 1692 of file DrawCommand.cpp.