Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-var-gvar-table.hh579 hb_vector_t<unsigned int> private_indices; in apply_deltas_to_points() local
581 !GlyphVariationData::unpack_points (p, private_indices, bytes)) in apply_deltas_to_points()
583 …const hb_array_t<unsigned int> &indices = private_indices.length ? private_indices : shared_indice… in apply_deltas_to_points()
/third_party/chromium/patch/
D0001-cve.patch41744 hb_vector_t<unsigned int> private_indices;
41748 !GlyphVariationData::unpack_points (p, private_indices, bytes))
41750 - const hb_array_t<unsigned int> &indices = private_indices.length ? private_indices : shared_indic…
41751 + const hb_array_t<unsigned int> &indices = has_private_points ? private_indices : shared_indices;