Lines Matching refs:nXmax
656 int nXmax = 0; in DrawServerAAForcedString() local
677 nXmax = nX2; in DrawServerAAForcedString()
684 if( nXmax < nX2 ) nXmax = nX2; in DrawServerAAForcedString()
740 if( nXmax >= aXRect.x+aXRect.width ) nXmax = aXRect.x + aXRect.width - 1; in DrawServerAAForcedString()
743 if( nXmin > nXmax ) in DrawServerAAForcedString()
750 (nXmax-nXmin+1), (nYmax-nYmin+1), in DrawServerAAForcedString()
772 if( nXmax >= int(w) ) // clip on right window egde in DrawServerAAForcedString()
773 nXmax = w-1; in DrawServerAAForcedString()
776 if( nXmax + x >= nScreenW ) // clip on right screen edge in DrawServerAAForcedString()
777 nXmax -= (nXmax + x - nScreenW)+1; in DrawServerAAForcedString()
780 if( nXmax >= nXmin && nYmax >= nYmin ) in DrawServerAAForcedString()
785 (nXmax-nXmin+1), (nYmax-nYmin+1), in DrawServerAAForcedString()
821 if( (nX1 <= nXmax) && (int(nX1 + pRawBitmap->mnWidth) > nXmin) in DrawServerAAForcedString()
869 0, 0, nXmin, nYmin, (nXmax - nXmin + 1), (nYmax - nYmin + 1) ); in DrawServerAAForcedString()