Home | History | Annotate | Download | only in gui

Lines Matching full:bufferheight

847         float bufferHeight = buf->getHeight();
881 if (cropRect.height() < bufferHeight) {
882 ty = (float(bufferHeight - cropRect.bottom) + shrinkAmount) /
883 bufferHeight;
885 bufferHeight;