Home
last modified time | relevance | path

Searched refs:em_scale_y (Results 1 – 5 of 5) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-font.cc130 return font->em_scale_y (-(int) ot_font->v_metrics.get_advance (glyph, font)); in hb_ot_get_glyph_v_advance()
157 extents->y_bearing = font->em_scale_y (extents->y_bearing); in hb_ot_get_glyph_extents()
159 extents->height = font->em_scale_y (extents->height); in hb_ot_get_glyph_extents()
192 metrics->ascender = font->em_scale_y (ot_font->h_metrics.ascender); in hb_ot_get_font_h_extents()
193 metrics->descender = font->em_scale_y (ot_font->h_metrics.descender); in hb_ot_get_font_h_extents()
194 metrics->line_gap = font->em_scale_y (ot_font->h_metrics.line_gap); in hb_ot_get_font_h_extents()
Dhb-ot-layout-gdef-table.hh102 …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()
Dhb-ot-math-table.hh42 { 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()
Dhb-ot-layout-gpos-table.hh118 if (format & yPlacement) glyph_pos.y_offset += font->em_scale_y (get_short (values++)); in apply_value()
125 if (unlikely (!horizontal)) glyph_pos.y_advance -= font->em_scale_y (get_short (values)); in apply_value()
240 *y = font->em_scale_y (yCoordinate); in get_anchor()
271 *y = ret && y_ppem ? cy : font->em_scale_y (yCoordinate); in get_anchor()
296 *y = font->em_scale_y (yCoordinate); in get_anchor()
Dhb-font-private.hh128 inline hb_position_t em_scale_y (int16_t v) { return em_scale (v, y_scale); } in em_scale_y() function