Flutter Engine
The Flutter Engine
|
#include <picture_recorder.h>
Public Member Functions | |
PictureRecorder () | |
~PictureRecorder () | |
std::shared_ptr< Canvas > | GetCanvas () const |
Picture | EndRecordingAsPicture () |
Definition at line 13 of file picture_recorder.h.
impeller::PictureRecorder::PictureRecorder | ( | ) |
Definition at line 11 of file picture_recorder.cc.
|
default |
Picture impeller::PictureRecorder::EndRecordingAsPicture | ( | ) |
Definition at line 19 of file picture_recorder.cc.
std::shared_ptr< Canvas > impeller::PictureRecorder::GetCanvas | ( | ) | const |
Definition at line 15 of file picture_recorder.cc.