Home | History | Annotate | Download | only in gui

Lines Matching full:bufferheight

802         float bufferHeight = buf->getHeight();
837 if (cropRect.height() < bufferHeight) {
838 ty = (float(bufferHeight - cropRect.bottom) + shrinkAmount) /
839 bufferHeight;
841 bufferHeight;