Searched refs:em_scale_y (Results 1 – 4 of 4) sorted by relevance
101 …IRECTION_IS_HORIZONTAL (direction) ? font->em_scale_x (coordinate) : font->em_scale_y (coordinate); in get_caret_value()150 font->em_scale_y (coordinate) + (this+deviceTable).get_y_delta (font); in get_caret_value()
110 if (format & yPlacement) glyph_pos.y_offset += font->em_scale_y (get_short (values++)); in apply_value()117 if (unlikely (!horizontal)) glyph_pos.y_advance -= font->em_scale_y (get_short (values)); in apply_value()225 *y = font->em_scale_y (yCoordinate); in get_anchor()254 *y = ret && y_ppem ? cy : font->em_scale_y (yCoordinate); in get_anchor()277 *y = font->em_scale_y (yCoordinate); in get_anchor()
222 return font->em_scale_y (-ot_font->v_metrics.get_advance (glyph)); in hb_ot_get_glyph_v_advance()
115 inline hb_position_t em_scale_y (int16_t v) { return em_scale (v, this->y_scale); } in em_scale_y() function