Type Definition skia_safe::OpBuilder

source ·
pub type OpBuilder = Handle<SkOpBuilder>;

Implementations§

source§

impl OpBuilder

source

pub fn add(&mut self, path: &Path, operator: PathOp) -> &mut Self

source

pub fn resolve(&mut self) -> Option<Path>

Trait Implementations§

source§

impl Debug for OpBuilder

source§

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

Formats the value using the given formatter. Read more
source§

impl Send for OpBuilder

source§

impl Sync for OpBuilder