Lines Matching refs:nYmax
658 int nYmax = 0; in DrawServerAAForcedString() local
679 nYmax = nY2; in DrawServerAAForcedString()
686 if( nYmax < nY2 ) nYmax = nY2; in DrawServerAAForcedString()
741 if( nYmax >= aXRect.y+aXRect.height ) nYmax = aXRect.y + aXRect.height - 1; in DrawServerAAForcedString()
745 if( nYmin > nYmax ) in DrawServerAAForcedString()
750 (nXmax-nXmin+1), (nYmax-nYmin+1), in DrawServerAAForcedString()
774 if( nYmax >= int(h) ) // clip on bottom window edge in DrawServerAAForcedString()
775 nYmax = h-1; in DrawServerAAForcedString()
778 if( nYmax + y >= nScreenH ) // clip on bottom screen edge in DrawServerAAForcedString()
779 nYmax -= (nYmax + y - nScreenH)+1; in DrawServerAAForcedString()
780 if( nXmax >= nXmin && nYmax >= nYmin ) in DrawServerAAForcedString()
785 (nXmax-nXmin+1), (nYmax-nYmin+1), in DrawServerAAForcedString()
822 && (nY1 <= nYmax) && (int(nY1 + pRawBitmap->mnHeight) > nYmin) ) in DrawServerAAForcedString()
829 if( y > nYmax - nY1 ) in DrawServerAAForcedString()
830 y = nYmax - nY1 + 1; in DrawServerAAForcedString()
869 0, 0, nXmin, nYmin, (nXmax - nXmin + 1), (nYmax - nYmin + 1) ); in DrawServerAAForcedString()