Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-aat-layout-opbd-table.hh68 font->em_scale_y (bounds.topSide), in get_bounds()
70 font->em_scale_y (bounds.bottomSide) in get_bounds()
Dhb-ot-font.cc135 *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()
Dhb-aat-layout-kerx-table.hh302 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()
Dhb-ot-color-sbix-table.hh254 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()
Dhb-kern.hh108 kern = font->em_scale_y (kern); in kern()
Dhb-ot-layout-gdef-table.hh103 …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-color-cbdt-table.hh57 extents->y_bearing = font->em_scale_y (bearingY); in get_extents()
59 extents->height = font->em_scale_y (-height); in get_extents()
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-glyf-table.hh404 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()
Dhb-font.hh135 hb_position_t em_scale_y (int16_t v) { return em_mult (v, y_mult); } in em_scale_y() function
Dhb-ot-layout-gpos-table.hh117 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()
Dhb-ot-layout.cc1975 …*coord = HB_DIRECTION_IS_HORIZONTAL (direction) ? font->em_scale_y (*coord) : font->em_scale_x (*c… in hb_ot_layout_get_baseline()