Searched refs:ven (Results 1 - 5 of 5) sorted by relevance
/inkscape/src/livarot/ |
H A D | float-line.cpp | 558 runs[i].st, runs[i].vst, runs[i].en, runs[i].ven, runs[i].pente); // localization ok 565 int FloatLigne::AddRun(float st, float en, float vst, float ven) argument 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) argument 582 r.ven = ven; 614 runs[i].ven = a->runs[i].ven; 633 if ( runA.ven < [all...] |
H A D | float-line.h | 19 float ven; member in struct:float_ligne_run 20 float pente; ///< (ven-vst)/(en-st) 40 float val; ///< amount of coverage (ie vst if start==true, and ven if start==false) 41 float pente; ///< (ven-vst)/(en-st) 60 coverage value (0=empty, 1=full) vst -> ven \endverbatim 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 | 18 float ven; member in struct:int_ligne_run 61 int AddRun(int st, int en, float vst, float ven);
|
H A D | int-line.cpp | 155 printf("(%i %f -> %i %f) ", runs[i].st, runs[i].vst, runs[i].en, runs[i].ven); // localization ok 160 int IntLigne::AddRun(int st, int en, float vst, float ven) argument 175 runs[n].ven = ven; 266 valA = inA ? ValAt(nextPos, runA.st, runA.en, runA.vst, runA.ven) : 0; 267 valB = inB ? ValAt(nextPos, runB.st, runB.en, runB.vst, runB.ven) : 0; 340 valA = inA ? ValAt(nextPos,runA.st, runA.en, runA.vst, runA.ven) : 0; 396 valB = inB ? ValAt(nextPos, runB.st, runB.en, runB.vst, runB.ven) : 0; 862 msv = runA.ven; 864 // msv=a->ValAt(miSt,runA.st,runA.en,runA.vst,runA.ven); 1026 float ven = runs[curRun].ven; local 1051 float const ven = runs[curRun].ven; local [all...] |
H A D | LivarotDefs.h | 163 typedef void (*RasterInRunFunc) (raster_info &dest,void *data,int nst,float vst,int nen,float ven); // init for position ph,pv; the last parameter is a pointer
|
Completed in 3707 milliseconds