Searched refs:nXWidth (Results 1 – 3 of 3) sorted by relevance
819 long nXWidth = nMaxLineWidth; in CreateLines() local821 nXWidth = nTmpWidth+1; in CreateLines()852 nXWidth = 0; in CreateLines()853 while ( !nXWidth ) in CreateLines()883 nXWidth = nMaxRangeWidth; in CreateLines()884 if ( nXWidth ) in CreateLines()894 if ( !nXWidth ) // AutoPaperSize in CreateLines()895 nXWidth = 0x7FFFFFFF; in CreateLines()992 nTmpWidth = nXWidth-1; in CreateLines()1035 nTmpWidth = nXWidth-1; in CreateLines()[all …]
2405 long nXWidth = mnMaxTextWidth ? mnMaxTextWidth : 0x7FFFFFFF; in CreateLines() local2406 if ( nXWidth < nTmpWidth ) in CreateLines()2407 nXWidth = nTmpWidth; in CreateLines()2414 …while ( ( nTmpWidth <= nXWidth ) && !bEOL && ( nTmpPortion < pTEParaPortion->GetTextPortions().Cou… in CreateLines()2426 if ( ( nTmpWidth >= nXWidth ) && ( nTmpPortion == pLine->GetStartPortion() ) ) in CreateLines()2429 pPortion->GetWidth() = nXWidth-1; in CreateLines()2454 if ( nTmpWidth > nXWidth ) in CreateLines()
1707 void PSWriter::ImplBmp( Bitmap* pBitmap, Bitmap* pMaskBitmap, const Point & rPoint, double nXWidth,… in ImplBmp() argument1766 ImplScale( nXWidth / nWidth, nYHeight / nHeight ); in ImplBmp()1820 ImplScale( nXWidth, nYHeight ); in ImplBmp()
Completed in 1164 milliseconds