Home | History | Annotate | Download | only in src

Lines Matching refs:x_advance

112       if (likely (horizontal)) glyph_pos.x_advance += font->em_scale_x (get_short (values));
138 if (horizontal && x_ppem) glyph_pos.x_advance += (base + get_device (values)).get_x_delta (font);
930 pos[i].x_advance = exit_x + pos[i].x_offset;
933 pos[j].x_advance -= d;
938 pos[i].x_advance -= d;
941 pos[j].x_advance = entry_x + pos[j].x_offset;
1580 pos[i].x_offset -= pos[k].x_advance;
1585 pos[i].x_offset += pos[k].x_advance;