Searched refs:nXmax (Results 1 – 2 of 2) sorted by relevance
656 int nXmax = 0; in DrawServerAAForcedString() local677 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()777 nXmax -= (nXmax + x - nScreenW)+1; in DrawServerAAForcedString()780 if( nXmax >= nXmin && nYmax >= nYmin ) in DrawServerAAForcedString()[all …]
531 sal_uInt16 nXmax; in ImpDetectPCX() local556 nXmax = nTemp16; in ImpDetectPCX()560 aPixSize.Width() = nXmax - nXmin + 1; in ImpDetectPCX()
Completed in 29 milliseconds