[][src]Struct skia_bindings::SkShader

#[repr(C)]
pub struct SkShader {
    pub _base: SkFlattenable,
}

Fields

_base: SkFlattenable

Methods

impl SkShader[src]

pub unsafe fn isAImage(
    &self,
    localMatrix: *mut SkMatrix,
    xy: *mut SkTileMode
) -> *mut SkImage
[src]

pub unsafe fn isAImage1(&self) -> bool[src]

pub unsafe fn makeWithLocalMatrix(
    &self,
    arg1: *const SkMatrix
) -> sk_sp<SkShader>
[src]

pub unsafe fn makeWithColorFilter(
    &self,
    arg1: sk_sp<SkColorFilter>
) -> sk_sp<SkShader>
[src]

Trait Implementations

impl Debug for SkShader[src]

Auto Trait Implementations

impl !Sync for SkShader

impl !Send for SkShader

impl Unpin for SkShader

impl !RefUnwindSafe for SkShader

impl UnwindSafe for SkShader

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]