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

/inkscape/src/libnrtype/
H A DTextWrapper.cpp238 GSList *curR = pLine->runs; // get ready to iterate over the runs of this line local
239 while ( curR ) {
240 PangoLayoutRun *pRun = (PangoLayoutRun*)curR->data;
306 curR = curR->next;

Completed in 17 milliseconds