Flutter Engine
The Flutter Engine
|
#include <GrRecordingContext.h>
Public Member Functions | |
OwnedArenas (bool ddlRecording) | |
~OwnedArenas () | |
Arenas | get () |
OwnedArenas & | operator= (OwnedArenas &&) |
Definition at line 131 of file GrRecordingContext.h.
GrRecordingContext::OwnedArenas::OwnedArenas | ( | bool | ddlRecording | ) |
Definition at line 114 of file GrRecordingContext.cpp.
GrRecordingContext::OwnedArenas::~OwnedArenas | ( | ) |
Definition at line 115 of file GrRecordingContext.cpp.
GrRecordingContext::Arenas GrRecordingContext::OwnedArenas::get | ( | ) |
Definition at line 124 of file GrRecordingContext.cpp.
GrRecordingContext::OwnedArenas & GrRecordingContext::OwnedArenas::operator= | ( | OwnedArenas && | a | ) |