Searched refs:em_scale_y (Results 1 – 4 of 4) sorted by relevance
381 return font->em_scale_y (-(int) ot_font->v_metrics.get_advance (glyph)); in hb_ot_get_glyph_v_advance()394 extents->y_bearing = font->em_scale_y (extents->y_bearing); in hb_ot_get_glyph_extents()396 extents->height = font->em_scale_y (extents->height); in hb_ot_get_glyph_extents()407 metrics->ascender = font->em_scale_y (ot_font->h_metrics.ascender); in hb_ot_get_font_h_extents()408 metrics->descender = font->em_scale_y (ot_font->h_metrics.descender); in hb_ot_get_font_h_extents()409 metrics->line_gap = font->em_scale_y (ot_font->h_metrics.line_gap); in hb_ot_get_font_h_extents()
102 …IRECTION_IS_HORIZONTAL (direction) ? font->em_scale_x (coordinate) : font->em_scale_y (coordinate); in get_caret_value()153 font->em_scale_y (coordinate) + (this+deviceTable).get_y_delta (font); in get_caret_value()
119 if (format & yPlacement) glyph_pos.y_offset += font->em_scale_y (get_short (values++)); in apply_value()126 if (unlikely (!horizontal)) glyph_pos.y_advance -= font->em_scale_y (get_short (values)); in apply_value()238 *y = font->em_scale_y (yCoordinate); in get_anchor()268 *y = ret && y_ppem ? cy : font->em_scale_y (yCoordinate); in get_anchor()292 *y = font->em_scale_y (yCoordinate); in get_anchor()
120 inline hb_position_t em_scale_y (int16_t v) { return em_scale (v, this->y_scale); } in em_scale_y() function