Home
last modified time | relevance | path

Searched refs:allocate_planes_with_default_values (Results 1 – 2 of 2) sorted by relevance

/external/rust/crabbyavif/src/
Dimage.rs303 pub(crate) fn allocate_planes_with_default_values( in allocate_planes_with_default_values() method
335 self.allocate_planes_with_default_values(category, [0, 0, 0, self.max_channel()]) in allocate_planes()
/external/rust/crabbyavif/src/decoder/
Dmod.rs1459 .allocate_planes_with_default_values(category, canvas_fill_values)?; in decode_tile()
1465 .allocate_planes_with_default_values(category, canvas_fill_values)?; in decode_tile()
1475 .allocate_planes_with_default_values(category, canvas_fill_values)?; in decode_tile()