Searched refs:use_x_device (Results 1 – 1 of 1) sorted by relevance
131 bool use_x_device = font->x_ppem || font->num_coords; in apply_value() local134 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()