Searched refs:AddRun (Results 1 - 6 of 6) sorted by relevance
/inkscape/src/livarot/ |
H A D | float-line.cpp | 519 AddRun(lastStart, cur, lastVal, totStart, totPente); 565 int FloatLigne::AddRun(float st, float en, float vst, float ven) function in class:FloatLigne 567 return AddRun(st, en, vst, ven, (ven - vst) / (en - st)); 571 int FloatLigne::AddRun(float st, float en, float vst, float ven, float pente) function in class:FloatLigne 639 AddRun(lastStart, lastEnd, tresh, tresh); 654 AddRun(lastStart, cutPos, tresh, tresh); 656 AddRun(cutPos,runA.en, tresh, runA.ven); 659 AddRun(lastStart, lastEnd, tresh, tresh); 662 AddRun(runA.st, cutPos, tresh, tresh); 664 AddRun(cutPo [all...] |
H A D | int-line.cpp | 138 AddRun(lastStart, cur, lastVal, leftV + midV); 160 int IntLigne::AddRun(int st, int en, float vst, float ven) function in class:IntLigne 272 AddRun(curPos, nextPos, oValA + oValB, valA + valB); 278 AddRun(curPos, nextPos, oValA * oValB, valA * valB); 284 AddRun(curPos, nextPos, oValA - oValB, valA - valB); 289 AddRun(curPos, nextPos, oValA - oValB, valA - valB); 292 AddRun(curPos, nextPos, oValB - oValA, valB - valA); 345 AddRun(curPos, nextPos, oValA + oValB, valA + valB); 349 AddRun(curPos, nextPos, oValA * oValB, valA * valB); 353 AddRun(curPo [all...] |
H A D | AlphaLigne.h | 67 void AddRun(int st,float pente);
|
H A D | float-line.h | 113 int AddRun(float st, float en, float vst, float ven, float pente); 117 int AddRun(float st, float en, float vst, float ven);
|
H A D | int-line.h | 61 int AddRun(int st, int en, float vst, float ven);
|
H A D | AlphaLigne.cpp | 240 AddRun(curSt,/*(int)ldexpf(*/(((float)(curSt+1))-spos)*tPente/*,24)*/); 241 AddRun(curSt+1,/*(int)ldexpf(*/(spos-((float)(curSt)))*tPente/*,24)*/); 251 void AlphaLigne::AddRun(int st,float pente) function in class:AlphaLigne
|
Completed in 47 milliseconds