Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-var-gvar-table.hh587 hb_vector_t<int> x_deltas; in apply_deltas_to_points() local
588 x_deltas.resize (num_deltas); in apply_deltas_to_points()
589 if (!GlyphVariationData::unpack_deltas (p, x_deltas, bytes)) in apply_deltas_to_points()
602 deltas[pt_index].x += x_deltas[i] * scalar; in apply_deltas_to_points()
/third_party/harfbuzz/src/
Dhb-ot-var-gvar-table.hh583 hb_vector_t<int> x_deltas; in apply_deltas_to_points() local
584 x_deltas.resize (num_deltas); in apply_deltas_to_points()
585 if (!GlyphVariationData::unpack_deltas (p, x_deltas, bytes)) in apply_deltas_to_points()
598 deltas[pt_index].x += x_deltas[i] * scalar; in apply_deltas_to_points()