Home | History | Annotate | Download | only in gui

Lines Matching full:bufferheight

846         float bufferHeight = buf->getHeight();
880 if (cropRect.height() < bufferHeight) {
881 ty = (float(bufferHeight - cropRect.bottom) + shrinkAmount) /
882 bufferHeight;
884 bufferHeight;