Searched refs:ven (Results 1 - 5 of 5) sorted by relevance

/inkscape/src/livarot/
H A Dfloat-line.cpp558 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 Dfloat-line.h19 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 Dint-line.h18 float ven; member in struct:int_ligne_run
61 int AddRun(int st, int en, float vst, float ven);
H A Dint-line.cpp155 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 DLivarotDefs.h163 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 47 milliseconds