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

/inkscape/src/extension/internal/pdfinput/
H A Dsvg-builder.cpp1265 const SvgGlyph& prev_glyph = (*prev_iterator); local
1266 if ( !( ( glyph.dy == 0.0 && prev_glyph.dy == 0.0 &&
1267 glyph.text_position[1] == prev_glyph.text_position[1] ) ||
1268 ( glyph.dx == 0.0 && prev_glyph.dx == 0.0 &&
1269 glyph.text_position[0] == prev_glyph.text_position[0] ) ) ) {
1330 const SvgGlyph& prev_glyph = (*prev_iterator); local
1332 if ( glyph.text_position[p] != prev_glyph.text_position[p] ) {
1440 const SvgGlyph& prev_glyph = _glyphs.back(); local
1441 new_glyph.style = prev_glyph.style;
1442 new_glyph.render_mode = prev_glyph
[all...]

Completed in 866 milliseconds