#include <dl.h>
Public Member Functions | |
DisplayList (sk_sp< flutter::DisplayList > display_list) | |
~DisplayList () override | |
DisplayList (const DisplayList &)=delete | |
DisplayList & | operator= (const DisplayList &)=delete |
bool | IsValid () const |
const sk_sp< flutter::DisplayList > | GetDisplayList () const |
![]() | |
ObjectBase ()=default | |
virtual | ~ObjectBase ()=default |
ObjectBase (const ObjectBase &)=delete | |
ObjectBase (ObjectBase &&)=delete | |
ObjectBase & | operator= (const ObjectBase &)=delete |
ObjectBase & | operator= (ObjectBase &&)=delete |
void | Retain () |
void | Release () |
uint64_t | GetRefCountForTests () const |
Additional Inherited Members | |
![]() | |
using | InteropClass = DisplayList |
using | InteropCSibling = IMPELLER_INTERNAL_HANDLE_NAME(ImpellerDisplayList) |
![]() | |
static void | SafeRetain (void *ptr) |
static void | SafeRelease (void *ptr) |
|
explicit |
|
overridedefault |
|
delete |
const sk_sp< flutter::DisplayList > impeller::interop::DisplayList::GetDisplayList | ( | ) | const |
Definition at line 18 of file dl.cc.
Referenced by impeller::interop::Surface::DrawDisplayList(), and impeller::interop::DisplayListBuilder::DrawDisplayList().
bool impeller::interop::DisplayList::IsValid | ( | ) | const |
Definition at line 14 of file dl.cc.
Referenced by impeller::interop::Surface::DrawDisplayList().
|
delete |