[][src]Trait uikit_sys::ICIImageAccumulator

pub trait ICIImageAccumulator: Sized + Deref {
    unsafe fn initWithExtent_format_(
        self,
        extent: CGRect,
        format: CIFormat
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn initWithExtent_format_colorSpace_(
        self,
        extent: CGRect,
        format: CIFormat,
        colorSpace: CGColorSpaceRef
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn image(self) -> CIImage
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setImage_(self, image: CIImage)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setImage_dirtyRect_(self, image: CIImage, dirtyRect: CGRect)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn clear(self)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn extent(self) -> CGRect
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn format(self) -> CIFormat
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn imageAccumulatorWithExtent_format_(
        extent: CGRect,
        format: CIFormat
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn imageAccumulatorWithExtent_format_colorSpace_(
        extent: CGRect,
        format: CIFormat,
        colorSpace: CGColorSpaceRef
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn initWithExtent_format_(
    self,
    extent: CGRect,
    format: CIFormat
) -> instancetype where
    Self::Target: Message + Sized

unsafe fn initWithExtent_format_colorSpace_(
    self,
    extent: CGRect,
    format: CIFormat,
    colorSpace: CGColorSpaceRef
) -> instancetype where
    Self::Target: Message + Sized

unsafe fn image(self) -> CIImage where
    Self::Target: Message + Sized

unsafe fn setImage_(self, image: CIImage) where
    Self::Target: Message + Sized

unsafe fn setImage_dirtyRect_(self, image: CIImage, dirtyRect: CGRect) where
    Self::Target: Message + Sized

unsafe fn clear(self) where
    Self::Target: Message + Sized

unsafe fn extent(self) -> CGRect where
    Self::Target: Message + Sized

unsafe fn format(self) -> CIFormat where
    Self::Target: Message + Sized

unsafe fn imageAccumulatorWithExtent_format_(
    extent: CGRect,
    format: CIFormat
) -> instancetype where
    Self::Target: Message + Sized

unsafe fn imageAccumulatorWithExtent_format_colorSpace_(
    extent: CGRect,
    format: CIFormat,
    colorSpace: CGColorSpaceRef
) -> instancetype where
    Self::Target: Message + Sized

Loading content...

Implementors

impl ICIImageAccumulator for CIImageAccumulator[src]

Loading content...