Home
last modified time | relevance | path

Searched refs:nYmax (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/unx/generic/gdi/
H A Dsalgdi3.cxx658 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()
775 nYmax = h-1; in DrawServerAAForcedString()
779 nYmax -= (nYmax + y - nScreenH)+1; in DrawServerAAForcedString()
780 if( nXmax >= nXmin && nYmax >= nYmin ) in DrawServerAAForcedString()
829 if( y > nYmax - nY1 ) in DrawServerAAForcedString()
[all …]
/trunk/main/svtools/source/filter/
H A Dfilter2.cxx533 sal_uInt16 nYmax; in ImpDetectPCX() local
558 nYmax = nTemp16; in ImpDetectPCX()
561 aPixSize.Height() = nYmax - nYmin + 1; in ImpDetectPCX()

Completed in 29 milliseconds