Lines Matching refs:shared_tuples
71 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
663 float scalar = iterator.current_tuple->calculate_scalar (coords, num_coords, shared_tuples, in apply_deltas_to_points()