Home
last modified time | relevance | path

Searched refs:yBytes (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-glyf-table.hh554 unsigned int xBytes, yBytes; in trim_padding() local
555 xBytes = yBytes = 0; in trim_padding()
559 if (flag & FLAG_Y_SHORT) yBytes = 1; in trim_padding()
560 else if ((flag & FLAG_Y_SAME) == 0) yBytes = 2; in trim_padding()
562 coord_bytes += (xBytes + yBytes) * repeat; in trim_padding()

Completed in 3 milliseconds