Home | History | Annotate | Download | only in gui

Lines Matching refs:dw

947             uint32_t dw = currentWidth - newWidth;
948 auto halfdw = dw / 2;
950 // Not halfdw because it would subtract 1 too few when dw is odd
951 outCrop.right -= (dw - halfdw);