Searched refs:threshold_zoom_img_region (Results 1 – 1 of 1) sorted by relevance
72 static const unsigned int threshold_zoom_img_region = 30; variable1949 …con(":/imgRegion-icon"), tr("Zoom x%1 (see label) (CTRL+X)").arg(threshold_zoom_img_region), this); in createActions()2491 …scaleView((threshold_zoom_img_region / param_matrixWorld.m11() - 1) * 5, QPointF(size().width() / … in imgRegion()2703 if (param_matrixWorld.m11()*ratioX >= threshold_zoom_img_region && in paintEvent()2704 param_matrixWorld.m11()*ratioY >= threshold_zoom_img_region) in paintEvent()2962 f.setPixelSize(10+(pixel_height-threshold_zoom_img_region)/5); in drawImgRegion()