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

  /external/harfbuzz_ng/src/
hb-ot-font.cc 381 return font->em_scale_y (-(int) ot_font->v_metrics.get_advance (glyph));
394 extents->y_bearing = font->em_scale_y (extents->y_bearing);
396 extents->height = font->em_scale_y (extents->height);
407 metrics->ascender = font->em_scale_y (ot_font->h_metrics.ascender);
408 metrics->descender = font->em_scale_y (ot_font->h_metrics.descender);
409 metrics->line_gap = font->em_scale_y (ot_font->h_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);
153 font->em_scale_y (coordinate) + (this+deviceTable).get_y_delta (font);
hb-ot-layout-gpos-table.hh 119 if (format & yPlacement) glyph_pos.y_offset += font->em_scale_y (get_short (values++));
126 if (unlikely (!horizontal)) glyph_pos.y_advance -= font->em_scale_y (get_short (values));
238 *y = font->em_scale_y (yCoordinate);
268 *y = ret && y_ppem ? cy : font->em_scale_y (yCoordinate);
292 *y = font->em_scale_y (yCoordinate);
    [all...]
hb-font-private.hh 120 inline hb_position_t em_scale_y (int16_t v) { return em_scale (v, this->y_scale); } function in struct:hb_font_t

Completed in 256 milliseconds