Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-layout-gpos-table.hh131 bool use_x_device = font->x_ppem || font->num_coords; in apply_value() local
134 if (!use_x_device && !use_y_device) return; in apply_value()
140 … if (use_x_device) glyph_pos.x_offset += (base + get_device (values)).get_x_delta (font, store); in apply_value()
148 …if (horizontal && use_x_device) glyph_pos.x_advance += (base + get_device (values)).get_x_delta (f… in apply_value()