Searched defs:over (Results 1 - 1 of 1) sorted by relevance
| /inkscape/src/livarot/ |
| H A D | float-line.cpp | 710 * over will receive the parts where coverage > tresh, while the present 713 void FloatLigne::Split(FloatLigne *a, float tresh, FloatLigne *over) argument 724 if ( over ) { 725 over->AddRun(runA.st, runA.en, runA.vst, runA.ven); 729 if ( over ) { 730 over->AddRun(runA.st, cutPos, runA.vst, tresh); 738 if ( over ) { 739 over->AddRun(cutPos, runA.en, tresh, runA.ven);
|
Completed in 2306 milliseconds