Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-glyf-table.hh540 unsigned int coords_with_flags = 0; in trim_padding() local
563 coords_with_flags += repeat; in trim_padding()
564 if (coords_with_flags >= num_coordinates) break; in trim_padding()
567 if (unlikely (coords_with_flags != num_coordinates)) return Glyph (); in trim_padding()