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

/inkscape/src/libnrtype/
H A DTextWrapper.cpp240 PangoLayoutRun *pRun = (PangoLayoutRun*)curR->data; local
241 if ( pRun ) {
242 int prOffset = pRun->item->offset; // start of the run in the line
245 for (int i = 0; i < pRun->glyphs->num_glyphs; i++) { // add glyph sequentially, reading them from the run
260 glyph_text[glyph_length].font = pRun->item->analysis.font;
261 glyph_text[glyph_length].gl = pRun->glyphs->glyphs[i].glyph;
262 glyph_text[glyph_length].uni_st = plOffset + prOffset + pRun->glyphs->log_clusters[i];
265 if ( pRun->item->analysis.level == 1 ) {
267 if ( i < pRun->glyphs->num_glyphs - 1 ) {
283 glyph_text[glyph_length].x = plX + pango_to_ink * ((double)pRun
[all...]

Completed in 15 milliseconds