Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-layout-gpos-table.hh132 bool use_y_device = font->y_ppem || font->num_coords; in apply_value() local
134 if (!use_x_device && !use_y_device) return; in apply_value()
144 … if (use_y_device) glyph_pos.y_offset += (base + get_device (values)).get_y_delta (font, store); in apply_value()
153 …if (!horizontal && use_y_device) glyph_pos.y_advance -= (base + get_device (values)).get_y_delta (… in apply_value()