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