Home | History | Annotate | Download | only in src

Lines Matching refs:em_scale_x

118     if (format & xPlacement) glyph_pos.x_offset  += font->em_scale_x (get_short (values++));
121 if (likely (horizontal)) glyph_pos.x_advance += font->em_scale_x (get_short (values));
237 *x = font->em_scale_x (xCoordinate);
267 *x = ret && x_ppem ? cx : font->em_scale_x (xCoordinate);
291 *x = font->em_scale_x (xCoordinate);