Searched defs:wpos (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/libnrtype/
H A DTextWrapper.cpp511 int wpos = 0, rpos = 0; // wpos is the position where we read glyphs, rpos is the position where we write them back local
512 // since we only eat whitespace, wpos <= rpos
515 glyph_text[wpos].gl = glyph_text[rpos].gl;
516 glyph_text[wpos].uni_st = glyph_text[rpos].uni_st;
517 glyph_text[wpos].uni_en = glyph_text[rpos].uni_en;
518 glyph_text[wpos].font = glyph_text[rpos].font;
519 glyph_text[wpos].x = glyph_text[rpos].x - delta_x;
520 glyph_text[wpos].y = glyph_text[rpos].y - delta_y;
521 wpos
[all...]

Completed in 16 milliseconds