Home
last modified time | relevance | path

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

/external/rust/crabbyavif/src/reformat/
Dalpha.rs77 let max_channel_f = self.max_channel_f(); in premultiply_alpha() localVariable
151 let max_channel_f = self.max_channel_f(); in unpremultiply_alpha() localVariable
Drgb.rs134 pub(crate) fn max_channel_f(&self) -> f32 { in max_channel_f() method
/external/rust/crabbyavif/src/
Dimage.rs158 pub(crate) fn max_channel_f(&self) -> f32 { in max_channel_f() method