HomeSort by relevance Sort by last modified time
    Searched refs:em_scale_x (Results 1 - 5 of 5) sorted by null

  /external/harfbuzz_ng/src/
hb-ot-font.cc 120 return font->em_scale_x (ot_font->h_metrics.get_advance (glyph, font));
141 return font->em_scale_x (ot_font->kern->get_h_kerning (left_glyph, right_glyph));
156 extents->x_bearing = font->em_scale_x (extents->x_bearing);
158 extents->width = font->em_scale_x (extents->width);
206 metrics->ascender = font->em_scale_x (ot_font->v_metrics.ascender);
207 metrics->descender = font->em_scale_x (ot_font->v_metrics.descender);
208 metrics->line_gap = font->em_scale_x (ot_font->v_metrics.line_gap);
hb-ot-layout-gdef-table.hh 102 return HB_DIRECTION_IS_HORIZONTAL (direction) ? font->em_scale_x (coordinate) : font->em_scale_y (coordinate);
152 font->em_scale_x (coordinate) + (this+deviceTable).get_x_delta (font, var_store) :
hb-ot-layout-gpos-table.hh 117 if (format & xPlacement) glyph_pos.x_offset += font->em_scale_x (get_short (values++));
120 if (likely (horizontal)) glyph_pos.x_advance += font->em_scale_x (get_short (values));
239 *x = font->em_scale_x (xCoordinate);
270 *x = ret && x_ppem ? cx : font->em_scale_x (xCoordinate);
295 *x = font->em_scale_x (xCoordinate);
    [all...]
hb-ot-math-table.hh 40 { return font->em_scale_x (value) + (base+deviceTable).get_x_delta (font); }
hb-font-private.hh 127 inline hb_position_t em_scale_x (int16_t v) { return em_scale (v, x_scale); } function in struct:hb_font_t

Completed in 250 milliseconds