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

/inkscape/src/extension/internal/
H A Dwmf-print.cpp183 float dwInchesY = d.height() - 1.0 / 1200.0; local
185 int dwPxY = round(dwInchesY * 1200.0);
188 float dwInchesY = d.height();
193 U_PAIRF *ps = U_PAIRF_set(dwInchesX, dwInchesY);
H A Demf-print.cpp185 float dwInchesY = d.height(); local
187 // dwInchesX x dwInchesY in micrometer units, 1200 dpi/25.4 -> dpmm
188 (void) drawing_size((int) ceil(dwInchesX * 25.4), (int) ceil(dwInchesY * 25.4),1200.0/25.4, &rclBounds, &rclFrame);
256 snprintf(buff, sizeof(buff) - 1, "Drawing=%.1fx%.1fpx, %.1fx%.1fmm", _width, _height, Inkscape::Util::Quantity::convert(dwInchesX, "in", "mm"), Inkscape::Util::Quantity::convert(dwInchesY, "in", "mm"));

Completed in 25 milliseconds