Home
last modified time | relevance | path

Searched refs:em_scale_x (Results 1 – 7 of 7) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-font.cc114 *first_advance = font->em_scale_x (hmtx.get_advance (*first_glyph, font)); in hb_ot_get_glyph_h_advances()
193 extents->x_bearing = font->em_scale_x (extents->x_bearing); in hb_ot_get_glyph_extents()
195 extents->width = font->em_scale_x (extents->width); in hb_ot_get_glyph_extents()
245 metrics->ascender = font->em_scale_x (vmtx.ascender); in hb_ot_get_font_v_extents()
246 metrics->descender = font->em_scale_x (vmtx.descender); in hb_ot_get_font_v_extents()
247 metrics->line_gap = font->em_scale_x (vmtx.line_gap); in hb_ot_get_font_v_extents()
Dhb-aat-layout-kerx-table.hh310 buffer->pos[idx].x_advance += c->font->em_scale_x (v); in transition()
311 buffer->pos[idx].x_offset += c->font->em_scale_x (v); in transition()
322 o.x_offset = c->font->em_scale_x (v); in transition()
559 …o.x_offset = c->font->em_scale_x (markAnchor.xCoordinate) - c->font->em_scale_x (currAnchor.xCoord… in transition()
574 o.x_offset = c->font->em_scale_x (markX) - c->font->em_scale_x (currX); in transition()
Dhb-kern.hh90 kern = font->em_scale_x (kern); in kern()
Dhb-ot-layout-gdef-table.hh103 …return HB_DIRECTION_IS_HORIZONTAL (direction) ? font->em_scale_x (coordinate) : font->em_scale_y (… in get_caret_value()
152 font->em_scale_x (coordinate) + (this+deviceTable).get_x_delta (font, var_store) : in get_caret_value()
Dhb-ot-math-table.hh40 { return font->em_scale_x (value) + (base+deviceTable).get_x_delta (font); } in get_x_value()
Dhb-font.hh132 hb_position_t em_scale_x (int16_t v) { return em_scale (v, x_scale); } in em_scale_x() function
Dhb-ot-layout-gpos-table.hh116 if (format & xPlacement) glyph_pos.x_offset += font->em_scale_x (get_short (values++, &ret)); in apply_value()
119 if (likely (horizontal)) glyph_pos.x_advance += font->em_scale_x (get_short (values, &ret)); in apply_value()