Searched refs:dims (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/2geom/
H A Drect.cpp106 Geom::Point dims = dimensions(); local
107 Geom::Scale scale(vdims[X] / dims[X], vdims[Y] / dims[Y]);
122 Geom::Point offset = vdims - dims * scale;
/inkscape/src/trace/
H A Dsiox.h563 * Stage 1 of the color signature work. 'dims' will be either
571 const unsigned int dims);
582 const unsigned int dims);
589 const unsigned int dims);
H A Dsiox.cpp1131 * Stage 1 of the color signature work. 'dims' will be either
1139 const unsigned int dims)
1142 unsigned int currentDim = recursionDepth % dims;
1193 recursionDepth + 1, clusterCount, dims);
1195 recursionDepth + 1, clusterCount, dims);
1229 const unsigned int dims)
1231 unsigned int currentDim = recursionDepth % dims;
1282 recursionDepth + 1, clusterCount, threshold, dims);
1284 recursionDepth + 1, clusterCount, threshold, dims);
1316 const unsigned int dims)
[all...]

Completed in 30 milliseconds