Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-glyf-table.hh469 unsigned int num_coordinates = StructAtOffset<HBUINT16> (glyph - 2, 0) + 1; in trim_padding() local
500 if (coords_with_flags >= num_coordinates) break; in trim_padding()
503 if (unlikely (coords_with_flags != num_coordinates)) return Glyph (); in trim_padding()