Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-glyf-table.hh539 unsigned int coord_bytes = 0; in trim_padding() local
562 coord_bytes += (xBytes + yBytes) * repeat; in trim_padding()
568 return Glyph (bytes.sub_array (0, bytes.length + coord_bytes - (glyph_end - glyph))); in trim_padding()