Home
last modified time | relevance | path

Searched refs:shared_tuples (Results 1 – 11 of 11) sorted by relevance

/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/read-fonts-0.23.2/src/tables/
Dgvar.rs74 let shared_tuples = self.shared_tuples()?; in glyph_variation_data() localVariable
77 GlyphVariationData::new(data, axis_count, shared_tuples) in glyph_variation_data()
124 shared_tuples: SharedTuples<'a>, in new()
144 shared_tuples: Some(shared_tuples), in new()
321 let shared_tuples = SharedTuples::read(SKIA_GVAR_SHARED_TUPLES_DATA, 8, 2).unwrap(); in smoke_test() localVariable
323 let vardata = GlyphVariationData::new(SKIA_GVAR_I_DATA, 2, shared_tuples).unwrap(); in smoke_test()
Dcvar.rs33 shared_tuples: None, in variation_data()
Dvariations.rs548 pub(crate) shared_tuples: Option<SharedTuples<'a>>, field
626 shared_tuples: self.parent.shared_tuples.clone(), in next_tuple()
650 shared_tuples: Option<SharedTuples<'a>>, field
674 .and_then(|idx| self.shared_tuples.as_ref()?.tuples().get(idx as usize).ok()) in peak()
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/read-fonts-0.23.2/src/tables/
Dgvar.rs74 let shared_tuples = self.shared_tuples()?; in glyph_variation_data() localVariable
77 GlyphVariationData::new(data, axis_count, shared_tuples) in glyph_variation_data()
124 shared_tuples: SharedTuples<'a>, in new()
144 shared_tuples: Some(shared_tuples), in new()
321 let shared_tuples = SharedTuples::read(SKIA_GVAR_SHARED_TUPLES_DATA, 8, 2).unwrap(); in smoke_test() localVariable
323 let vardata = GlyphVariationData::new(SKIA_GVAR_I_DATA, 2, shared_tuples).unwrap(); in smoke_test()
Dcvar.rs33 shared_tuples: None, in variation_data()
Dvariations.rs548 pub(crate) shared_tuples: Option<SharedTuples<'a>>, field
626 shared_tuples: self.parent.shared_tuples.clone(), in next_tuple()
650 shared_tuples: Option<SharedTuples<'a>>, field
674 .and_then(|idx| self.shared_tuples.as_ref()?.tuples().get(idx as usize).ok()) in peak()
/external/harfbuzz_ng/src/
Dhb-ot-var-gvar-table.hh71 const hb_array_t<const F2DOT14> shared_tuples, in create_from_glyphs_var_data()
109 shared_indices, shared_tuples, in create_from_glyphs_var_data()
340 …hb_array_t<const F2DOT14> shared_tuples = (this+sharedTuples).as_array ((unsigned) sharedTupleCoun… in decompile_glyph_variations() local
341 …return glyph_vars.create_from_glyphs_var_data (axisCount, shared_tuples, c->plan, new_gid_var_data… in decompile_glyph_variations()
380 hb_array_t<const char> shared_tuples = glyph_vars.compiled_shared_tuples.as_array ().copy (c); in serialize() local
381 if (!shared_tuples.arrayZ) return_trace (false); in serialize()
382 out->sharedTuples = shared_tuples.arrayZ - (char *) out; in serialize()
569 …hb_array_t<const F2DOT14> shared_tuples = (table+table->sharedTuples).as_array (table->sharedTuple… in accelerator_t() local
575 hb_array_t<const F2DOT14> tuple = shared_tuples.sub_array (axis_count * i, axis_count); in accelerator_t()
654 …hb_array_t<const F2DOT14> shared_tuples = (table+table->sharedTuples).as_array (table->sharedTuple… in apply_deltas_to_points() local
[all …]
Dhb-ot-var-cvar-table.hh93 hb_array_t<const F2DOT14> shared_tuples = hb_array<F2DOT14> (); in calculate_cvt_deltas() local
99 float scalar = iterator.current_tuple->calculate_scalar (coords, axis_count, shared_tuples); in calculate_cvt_deltas()
Dhb-ot-var-common.hh50 const hb_array_t<const F2DOT14> shared_tuples, in unpack_axis_tuples()
60 if (unlikely ((index + 1) * axis_count > shared_tuples.length)) in unpack_axis_tuples()
62 peak_tuple = shared_tuples.sub_array (axis_count * index, axis_count).arrayZ; in unpack_axis_tuples()
102 const hb_array_t<const F2DOT14> shared_tuples, in calculate_scalar()
116 if (unlikely ((index + 1) * coord_count > shared_tuples.length)) in calculate_scalar()
118 peak_tuple = shared_tuples.sub_array (coord_count * index, coord_count).arrayZ; in calculate_scalar()
926 const hb_array_t<const F2DOT14> shared_tuples, in create_from_tuple_var_data()
937 …if (!iterator.current_tuple->unpack_axis_tuples (iterator.get_axis_count (), shared_tuples, axes_o… in create_from_tuple_var_data()
1463 const hb_array_t<const F2DOT14> shared_tuples, in decompile_tuple_variations()
1471 shared_tuples, in decompile_tuple_variations()
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/read-fonts-0.23.2/generated/
Dgenerated_gvar.rs108 pub fn shared_tuples(&self) -> Result<SharedTuples<'a>, ReadError> { in shared_tuples() method
156 FieldType::offset(self.shared_tuples_offset(), self.shared_tuples()), in get_field()
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/read-fonts-0.23.2/generated/
Dgenerated_gvar.rs108 pub fn shared_tuples(&self) -> Result<SharedTuples<'a>, ReadError> { in shared_tuples() method
156 FieldType::offset(self.shared_tuples_offset(), self.shared_tuples()), in get_field()