Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-var-gvar-table.hh93 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() local
571 float scalar = iterator.current_tuple->calculate_scalar (coords, num_coords, shared_tuples); in apply_deltas_to_points()
/third_party/harfbuzz/src/
Dhb-ot-var-gvar-table.hh93 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() local
567 float scalar = iterator.current_tuple->calculate_scalar (coords, num_coords, shared_tuples); in apply_deltas_to_points()