Flutter Engine
The Flutter Engine
|
#include <SkRecorder.h>
Public Member Functions | |
SkDrawableList () | |
~SkDrawableList () | |
int | count () const |
SkDrawable *const * | begin () const |
SkDrawable *const * | end () const |
void | append (SkDrawable *drawable) |
SkBigPicture::SnapshotArray * | newDrawableSnapshot () |
Definition at line 57 of file SkRecorder.h.
|
inline |
Definition at line 59 of file SkRecorder.h.
SkDrawableList::~SkDrawableList | ( | ) |
Definition at line 55 of file SkRecorder.cpp.
void SkDrawableList::append | ( | SkDrawable * | drawable | ) |
Definition at line 74 of file SkRecorder.cpp.
|
inline |
Definition at line 63 of file SkRecorder.h.
|
inline |
Definition at line 62 of file SkRecorder.h.
|
inline |
Definition at line 64 of file SkRecorder.h.
SkBigPicture::SnapshotArray * SkDrawableList::newDrawableSnapshot | ( | ) |
Definition at line 62 of file SkRecorder.cpp.