Searched refs:coverage_modulation_table (Results 1 – 1 of 1) sorted by relevance
23539 pub fn coverage_modulation_table(mut self, coverage_modulation_table: &'a [f32]) -> Self { in coverage_modulation_table() method23540 self.inner.coverage_modulation_table_count = coverage_modulation_table.len() as _; in coverage_modulation_table()23541 self.inner.p_coverage_modulation_table = coverage_modulation_table.as_ptr(); in coverage_modulation_table()