Home
last modified time | relevance | path

Searched defs:rgb_image (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/plotters/src/element/
Dimage.rs171 let rgb_image = image.to_rgb().into_raw(); in from() localVariable
185 let rgb_image = image.to_bgra().into_raw(); in from() localVariable