Searched refs:bmheight (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/ui/dialog/ |
H A D | export.cpp | 294 bmheight_adj = createSpinbutton ( "bmheight", 16.0, 1.0, 1000000.0, 1.0, 10.0, 1653 float bmheight = floor (height * ydpi / DPI_BASE + 0.5); local 1655 if (bmheight < SP_EXPORT_MIN_SIZE) { 1656 bmheight = SP_EXPORT_MIN_SIZE; 1657 height = bmheight * DPI_BASE / ydpi; 1662 setValue(bmheight_adj, bmheight); 1746 float y0, y1, bmheight, xdpi; local 1756 bmheight = getValue(bmheight_adj); 1758 if (bmheight < SP_EXPORT_MIN_SIZE) { 1759 bmheight [all...] |
Completed in 16 milliseconds