Home | History | Annotate | Download | only in src

Lines Matching refs:em_scale_x

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);