pub type DeferredDisplayListRecorder = Handle<SkDeferredDisplayListRecorder>;

Implementations§

source§

impl DeferredDisplayListRecorder

source

pub fn new(characterization: &SurfaceCharacterization) -> Self

source

pub fn canvas(&mut self) -> &mut Canvas

source

pub fn detach(self) -> Option<DeferredDisplayList>

Trait Implementations§

source§

impl Debug for DeferredDisplayListRecorder

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more