Lines Matching refs:hb_array_t
71 const hb_array_t<const F2DOT14> 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()
380 hb_array_t<const char> shared_tuples = glyph_vars.compiled_shared_tuples.as_array ().copy (c); in serialize()
569 …hb_array_t<const F2DOT14> shared_tuples = (table+table->sharedTuples).as_array (table->sharedTuple… in accelerator_t()
575 hb_array_t<const F2DOT14> tuple = shared_tuples.sub_array (axis_count * i, axis_count); in accelerator_t()
600 static float infer_delta (const hb_array_t<contour_point_t> points, in infer_delta()
601 const hb_array_t<contour_point_t> deltas, in infer_delta()
628 hb_array_t<const int> coords, in apply_deltas_to_points()
629 const hb_array_t<contour_point_t> points, in apply_deltas_to_points()
654 …hb_array_t<const F2DOT14> shared_tuples = (table+table->sharedTuples).as_array (table->sharedTuple… in apply_deltas_to_points()
685 const hb_array_t<unsigned int> &indices = has_private_points ? private_indices : shared_indices; in apply_deltas_to_points()