Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-var-gvar-table.hh591 hb_vector_t<int> y_deltas; in apply_deltas_to_points() local
592 y_deltas.resize (num_deltas); in apply_deltas_to_points()
593 if (!GlyphVariationData::unpack_deltas (p, y_deltas, bytes)) in apply_deltas_to_points()
603 deltas[pt_index].y += y_deltas[i] * scalar; in apply_deltas_to_points()