Searched refs:em_scale_y (Results 1 – 12 of 12) sorted by relevance
68 font->em_scale_y (bounds.topSide), in get_bounds()70 font->em_scale_y (bounds.bottomSide) in get_bounds()
135 *first_advance = font->em_scale_y (-(int) vmtx.get_advance (*first_glyph, font)); in hb_ot_get_glyph_v_advances()157 *y = font->em_scale_y (VORG.get_y_origin (glyph)); in hb_ot_get_glyph_v_origin()167 *y = extents.y_bearing + font->em_scale_y (tsb); in hb_ot_get_glyph_v_origin()
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()554 …o.y_offset = c->font->em_scale_y (markAnchor.yCoordinate) - c->font->em_scale_y (currAnchor.yCoord… in transition()568 o.y_offset = c->font->em_scale_y (markY) - c->font->em_scale_y (currY); in transition()
254 extents->y_bearing = font->em_scale_y (extents->y_bearing); in get_png_extents()256 extents->height = font->em_scale_y (extents->height); in get_png_extents()
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()
57 extents->y_bearing = font->em_scale_y (bearingY); in get_extents()59 extents->height = font->em_scale_y (-height); in get_extents()
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()
404 extents->y_bearing = font->em_scale_y (hb_max (yMin, yMax)); in get_extents()406 extents->height = font->em_scale_y (hb_min (yMin, yMax) - hb_max (yMin, yMax)); in get_extents()
135 hb_position_t em_scale_y (int16_t v) { return em_mult (v, y_mult); } 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()
1975 …*coord = HB_DIRECTION_IS_HORIZONTAL (direction) ? font->em_scale_y (*coord) : font->em_scale_x (*c… in hb_ot_layout_get_baseline()