Searched refs:em_scale_x (Results 1 – 4 of 4) sorted by relevance
101 …return HB_DIRECTION_IS_HORIZONTAL (direction) ? font->em_scale_x (coordinate) : font->em_scale_y (… in get_caret_value()149 font->em_scale_x (coordinate) + (this+deviceTable).get_x_delta (font) : in get_caret_value()
109 if (format & xPlacement) glyph_pos.x_offset += font->em_scale_x (get_short (values++)); in apply_value()112 if (likely (horizontal)) glyph_pos.x_advance += font->em_scale_x (get_short (values)); in apply_value()224 *x = font->em_scale_x (xCoordinate); in get_anchor()253 *x = ret && x_ppem ? cx : font->em_scale_x (xCoordinate); in get_anchor()276 *x = font->em_scale_x (xCoordinate); in get_anchor()
212 return font->em_scale_x (ot_font->h_metrics.get_advance (glyph)); in hb_ot_get_glyph_h_advance()
114 inline hb_position_t em_scale_x (int16_t v) { return em_scale (v, this->x_scale); } in em_scale_x() function