Flutter Engine
The Flutter Engine
|
Public Member Functions | |
SkiaGraphicsPort (SkCanvas *canvas) | |
void | drawRect (const SkRect &r, SkColor c) override |
Public Member Functions inherited from GraphicsPort | |
GraphicsPort (SkCanvas *canvas) | |
virtual | ~GraphicsPort () |
void | save () |
void | saveLayer (const SkRect &bounds, SkAlpha alpha) |
void | restore () |
void | translate (float x, float y) |
void | scale (float s) |
void | clip (const SkRect &r) |
void | drawOval (const SkRect &r, SkColor c) |
virtual void | drawRect (const SkRect &r, SkColor c) |
SkCanvas * | peekCanvas () const |
Additional Inherited Members | |
Protected Attributes inherited from GraphicsPort | |
SkCanvas * | fCanvas |
Definition at line 49 of file rasterhandleallocator.cpp.
|
inline |
Definition at line 51 of file rasterhandleallocator.cpp.
Reimplemented from GraphicsPort.
Definition at line 53 of file rasterhandleallocator.cpp.