Searched refs:maxStep (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/livarot/
H A DAlphaLigne.cpp23 nbStep=maxStep=0;
33 nbStep=maxStep=0;
99 if ( nbStep+2 >= maxStep ) {
100 maxStep=2*nbStep+2;
101 steps=(alpha_step*)g_realloc(steps,maxStep*sizeof(alpha_step));
115 if ( nbStep+3 >= maxStep ) {
116 maxStep=2*nbStep+3;
117 steps=(alpha_step*)g_realloc(steps,maxStep*sizeof(alpha_step));
138 if ( nbStep+(max-min) >= maxStep ) {
139 maxStep
[all...]
H A DAlphaLigne.h40 int nbStep,maxStep; member in class:AlphaLigne

Completed in 109 milliseconds