Searched refs:em_scale_y (Results 1 – 7 of 7) sorted by relevance
134 *first_advance = font->em_scale_y (-(int) vmtx.get_advance (*first_glyph, font)); in hb_ot_get_glyph_v_advances()155 *y = font->em_scale_y (VORG.get_y_origin (glyph)); in hb_ot_get_glyph_v_origin()164 *y = font->em_scale_y (extents.y_bearing + tsb); in hb_ot_get_glyph_v_origin()194 extents->y_bearing = font->em_scale_y (extents->y_bearing); in hb_ot_get_glyph_extents()196 extents->height = font->em_scale_y (extents->height); in hb_ot_get_glyph_extents()230 metrics->ascender = font->em_scale_y (hmtx.ascender); in hb_ot_get_font_h_extents()231 metrics->descender = font->em_scale_y (hmtx.descender); in hb_ot_get_font_h_extents()232 metrics->line_gap = font->em_scale_y (hmtx.line_gap); in hb_ot_get_font_h_extents()
302 o.y_offset = c->font->em_scale_y (v); in transition()330 buffer->pos[idx].y_advance += c->font->em_scale_y (v); in transition()331 buffer->pos[idx].y_offset += c->font->em_scale_y (v); in transition()560 …o.y_offset = c->font->em_scale_y (markAnchor.yCoordinate) - c->font->em_scale_y (currAnchor.yCoord… in transition()575 o.y_offset = c->font->em_scale_y (markY) - c->font->em_scale_y (currY); in transition()
108 kern = font->em_scale_y (kern); in kern()
103 …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, var_store); in get_caret_value()
42 { return font->em_scale_y (value) + (base+deviceTable).get_y_delta (font); } in get_y_value()91 …return font->em_scale_y (minHeight[constant - HB_OT_MATH_CONSTANT_DELIMITED_SUB_FORMULA_MIN_HEIGHT… in get_value()
133 hb_position_t em_scale_y (int16_t v) { return em_scale (v, y_scale); } in em_scale_y() function
117 if (format & yPlacement) glyph_pos.y_offset += font->em_scale_y (get_short (values++, &ret)); in apply_value()124 … if (unlikely (!horizontal)) glyph_pos.y_advance -= font->em_scale_y (get_short (values, &ret)); in apply_value()