Searched defs:shared_tuples (Results 1 – 4 of 4) sorted by relevance
50 shared_tuples: SharedTuples<'a>, field81 let shared_tuples = self.shared_tuples()?; in glyph_variation_data() localVariable199 shared_tuples: SharedTuples<'a>, field434 let shared_tuples = SharedTuples::read(SKIA_GVAR_SHARED_TUPLES_DATA, 8, 2).unwrap(); in smoke_test() localVariable
339 …hb_array_t<const F2DOT14> shared_tuples = (this+sharedTuples).as_array ((unsigned) sharedTupleCoun… in decompile_glyph_variations() local379 hb_array_t<const char> shared_tuples = glyph_vars.compiled_shared_tuples.as_array ().copy (c); in serialize() local568 …hb_array_t<const F2DOT14> shared_tuples = (table+table->sharedTuples).as_array (table->sharedTuple… in accelerator_t() local653 …hb_array_t<const F2DOT14> shared_tuples = (table+table->sharedTuples).as_array (table->sharedTuple… in apply_deltas_to_points() local
93 hb_array_t<const F2DOT14> shared_tuples = hb_array<F2DOT14> (); in calculate_cvt_deltas() local
107 pub fn shared_tuples(&self) -> Result<SharedTuples<'a>, ReadError> { in shared_tuples() method