Searched refs:shared_tuples (Results 1 – 2 of 2) sorted by relevance
93 const hb_array_t<const F2DOT14> shared_tuples) const in calculate_scalar()102 if (unlikely (index * coord_count >= shared_tuples.length)) in calculate_scalar()104 peak_tuple = shared_tuples.sub_array (coord_count * index, coord_count); in calculate_scalar()568 …hb_array_t<const F2DOT14> shared_tuples = (table+table->sharedTuples).as_array (table->sharedTuple… in apply_deltas_to_points() local571 float scalar = iterator.current_tuple->calculate_scalar (coords, num_coords, shared_tuples); in apply_deltas_to_points()
93 const hb_array_t<const F2DOT14> shared_tuples) const in calculate_scalar()102 if (unlikely (index * coord_count >= shared_tuples.length)) in calculate_scalar()104 peak_tuple = shared_tuples.sub_array (coord_count * index, coord_count); in calculate_scalar()564 …hb_array_t<const F2DOT14> shared_tuples = (table+table->sharedTuples).as_array (table->sharedTuple… in apply_deltas_to_points() local567 float scalar = iterator.current_tuple->calculate_scalar (coords, num_coords, shared_tuples); in apply_deltas_to_points()