[−][src]Struct skia_bindings::SkPictureRecorder
Fields
fActivelyRecording: bool
fFlags: u32
fCullRect: SkRect
fBBH: sk_sp<SkBBoxHierarchy>
fRecorder: u64
fRecord: sk_sp<SkRecord>
fMiniRecorder: u64
Methods
impl SkPictureRecorder
[src]
pub unsafe fn beginRecording(
&mut self,
bounds: *const SkRect,
bbhFactory: *mut SkBBHFactory,
recordFlags: u32
) -> *mut SkCanvas
[src]
&mut self,
bounds: *const SkRect,
bbhFactory: *mut SkBBHFactory,
recordFlags: u32
) -> *mut SkCanvas
pub unsafe fn getRecordingCanvas(&mut self) -> *mut SkCanvas
[src]
pub unsafe fn finishRecordingAsPicture(
&mut self,
endFlags: u32
) -> sk_sp<SkPicture>
[src]
&mut self,
endFlags: u32
) -> sk_sp<SkPicture>
pub unsafe fn finishRecordingAsPictureWithCull(
&mut self,
cullRect: *const SkRect,
endFlags: u32
) -> sk_sp<SkPicture>
[src]
&mut self,
cullRect: *const SkRect,
endFlags: u32
) -> sk_sp<SkPicture>
pub unsafe fn finishRecordingAsDrawable(
&mut self,
endFlags: u32
) -> sk_sp<SkDrawable>
[src]
&mut self,
endFlags: u32
) -> sk_sp<SkDrawable>
pub unsafe fn new() -> Self
[src]
pub unsafe fn destruct(&mut self)
[src]
Auto Trait Implementations
impl !Send for SkPictureRecorder
impl Unpin for SkPictureRecorder
impl !Sync for SkPictureRecorder
impl !RefUnwindSafe for SkPictureRecorder
impl UnwindSafe for SkPictureRecorder
Blanket Implementations
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> From<T> for T
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,