Home
last modified time | relevance | path

Searched refs:xBytes (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()
556 if (flag & FLAG_X_SHORT) xBytes = 1; in trim_padding()
557 else if ((flag & FLAG_X_SAME) == 0) xBytes = 2; in trim_padding()
562 coord_bytes += (xBytes + yBytes) * repeat; in trim_padding()

Completed in 3 milliseconds