H A D | PathConversion.cpp | 95 RecCubicTo(curX, nData->start, nextX, nData->end, treshhold, 8, 0.0, 1.0, curP); 277 RecCubicTo(curX, nData->start, nextX, nData->end, treshhold, 8); 515 RecCubicTo(curX, nData->start, nextX, nData->end, treshhold, 8, 4 * treshhold); 851 void Path::RecCubicTo( Geom::Point const &iS, Geom::Point const &isD, function in class:Path 880 RecCubicTo(iS, hisD, m, md, tresh, lev - 1, maxL); 882 RecCubicTo(m, md, iE, hieD, tresh, lev - 1,maxL); 899 RecCubicTo(iS, hisD, m, md, tresh, lev - 1, maxL); 901 RecCubicTo(m, md, iE, hieD, tresh, lev - 1,maxL); 994 void Path::RecCubicTo(Geom::Point const &iS, Geom::Point const &isD, function in class:Path 1025 RecCubicTo(i 1113 void Path::RecCubicTo(Geom::Point const &iS, Geom::Point const &isD, function in class:Path [all...] |