Searched defs:rpos (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
513 for (rpos = 0; rpos < glyph_length; 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]
[all...]

Completed in 16 milliseconds