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

  /external/harfbuzz_ng/src/
hb-ot-layout-gdef-table.hh 101 return HB_DIRECTION_IS_HORIZONTAL (direction) ? font->em_scale_x (coordinate) : font->em_scale_y (coordinate);
149 font->em_scale_x (coordinate) + (this+deviceTable).get_x_delta (font) :
hb-ot-layout-gpos-table.hh 109 if (format & xPlacement) glyph_pos.x_offset += font->em_scale_x (get_short (values++));
112 if (likely (horizontal)) glyph_pos.x_advance += font->em_scale_x (get_short (values++)); else values++;
218 *x = font->em_scale_x (xCoordinate);
247 *x = x_ppem && ret ? cx : font->em_scale_x (xCoordinate);
270 *x = font->em_scale_x (xCoordinate);
    [all...]
hb-font-private.hh 180 inline hb_position_t em_scale_x (int16_t v) { return em_scale (v, this->x_scale); } function in struct:hb_font_t

Completed in 2606 milliseconds