Home | History | Annotate | Download | only in src

Lines Matching refs:x_ppem

103     unsigned int x_ppem, y_ppem;
123 x_ppem = font->x_ppem;
126 if (!x_ppem && !y_ppem) return;
130 if (x_ppem) glyph_pos.x_offset += (base + get_device (values)).get_x_delta (font);
138 if (horizontal && x_ppem) glyph_pos.x_advance += (base + get_device (values)).get_x_delta (font);
246 unsigned int x_ppem = font->x_ppem;
251 ret = (x_ppem || y_ppem) &&
253 *x = ret && x_ppem ? cx : font->em_scale_x (xCoordinate);
279 if (font->x_ppem)