Searched refs:nYmax (Results 1 – 2 of 2) sorted by relevance
658 int nYmax = 0; in DrawServerAAForcedString() local679 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 …]
533 sal_uInt16 nYmax; in ImpDetectPCX() local558 nYmax = nTemp16; in ImpDetectPCX()561 aPixSize.Height() = nYmax - nYmin + 1; in ImpDetectPCX()
Completed in 26 milliseconds