Searched defs:ri (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/display/
H A Dnr-filter-morphology.cpp65 int ri = round(radius); // TODO: Support fractional radii? local
66 int wi = 2*ri+1;
88 for (int j = 0; j < w+ri; ++j) {
101 if (j >= ri) {
107 if (axis == Geom::Y && j >= ri) out_p += strideout - BPP;
109 for (int j = 0; j < std::min(ri,w); ++j) {
120 // If w<=ri, then the following loop does nothing (which is as it should).
121 for (int j = ri; j < w; ++j) {
144 for (int j = std::max(w,ri); j < w+ri;
[all...]
/inkscape/src/livarot/
H A DShape.cpp568 int le = s, ri = e; local
569 while (le < ppos || ri > plast)
627 if (ri > plast)
632 if (getPoint(ri).x[1] > pvaly)
636 else if (getPoint(ri).x[1] == pvaly)
638 if (getPoint(ri).x[0] > pvalx)
642 else if (getPoint(ri).x[0] == pvalx)
658 if (ri > plast + 1)
660 SwapPoints (ri, plast + 1, plast);
662 continue; // sans changer ri
751 int le = s, ri = e; local
954 int le = s, ri = e; local
1717 int le = s, ri = e; local
[all...]
/inkscape/src/
H A Dverbs.cpp105 unsigned ri = 0; local
110 ret[ri] = c;
111 ri++;

Completed in 488 milliseconds