Searched refs:dims (Results 1 - 3 of 3) sorted by relevance
/inkscape/src/2geom/ |
H A D | rect.cpp | 106 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 D | siox.h | 563 * 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 D | siox.cpp | 1131 * 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 18 milliseconds