Trait QuickReject
skia_safe
pub trait QuickReject<T> { fn quick_reject(&self, other: &T) -> bool; }
fn quick_reject(&self, other: &T) -> bool
impl QuickReject<IRect> for Region
fn quick_reject(&self, rect: &IRect) -> bool
impl QuickReject<Rect> for Canvas
fn quick_reject(&self, other: &Rect) -> bool