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

/inkscape/src/libnrtype/
H A DTextWrapper.cpp232 PangoLayoutLine *pLine = pango_layout_iter_get_line(pIter); // no need for unref local
233 int plOffset = pLine->start_index; // start of the line in the uni32_text
238 GSList *curR = pLine->runs; // get ready to iterate over the runs of this line

Completed in 23 milliseconds