Searched refs:endp (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/
H A Ddir-util.cpp67 /* endp points the last position which is safe in the result buffer. */
68 const char *endp = result + size - 1; local
101 if (rp > endp)
140 if (rp + strlen (pp) > endp)
153 // endp points the last position which is safe in the result buffer.
154 const char *endp = result + size - 1; local
183 if (rp > endp)
195 if (rp + 3 > endp)
201 if (rp > endp)
207 if (rp + strlen (branch + 1) > endp)
[all...]
/inkscape/src/libnrtype/
H A DFontInstance.cpp420 POINTFX const *endp=p+polyCurve->cpfx; local
424 while ( p != endp )
435 while ( p+1 != endp ) { // Process all "midpoints" (all points except the last)
447 while ( p != endp ) {

Completed in 20 milliseconds