Searched refs:firstP (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/livarot/ |
H A D | PathOutline.cpp | 368 Geom::Point firstP(0, 0); 388 if ( Geom::LInfty (curX- firstP) < 0.0001 ) { 389 OutlineJoin (dest, firstP, curT, firstT, width, join, 393 PathDescrLineTo temp(firstP); 414 pos = firstP; 422 firstP = nextX; 429 if (Geom::LInfty (curX - firstP) < 0.0001) 431 OutlineJoin (dest, firstP, curT, firstT, width, join, 437 PathDescrLineTo temp(firstP); 438 nextX = firstP; [all...] |
H A D | PathSimplify.cpp | 1188 Geom::Point firstP; local 1215 firstP = nData->p;
|
Completed in 271 milliseconds