Lines Matching refs:nSpaceAdd

1128                 long nSpaceAdd = rInf.GetSpace() / SPACING_PRECISION_FACTOR;  in DrawText()  local
1144 if ( ( SW_CJK == nActual || SW_LATIN == nActual ) && nSpaceAdd ) in DrawText()
1149 long nSpaceSum = nSpaceAdd; in DrawText()
1153 nSpaceSum += nSpaceAdd; in DrawText()
1156 nSpaceAdd = 0; in DrawText()
1170 nKernSum += nSpaceAdd; in DrawText()
1182 pKernArray[0] = rInf.GetWidth() + nSpaceAdd; in DrawText()
1188 pKernArray[ rInf.GetLen() - 2] += nSpaceAdd; in DrawText()
1209 nSpaceSum += nSpaceAdd; in DrawText()
1299 long nSpaceAdd = rInf.GetSpace() / SPACING_PRECISION_FACTOR; in DrawText() local
1319 if ( SW_CJK == nActual && nSpaceAdd ) in DrawText()
1325 long nSpaceSum = nSpaceAdd; in DrawText()
1329 nSpaceSum += nSpaceAdd; in DrawText()
1333 nSpaceAdd = 0; in DrawText()
1338 if ( SW_CTL == nActual && nSpaceAdd ) in DrawText()
1344 rInf.GetLen(), nSpaceAdd ) != STRING_LEN ) in DrawText()
1347 nSpaceAdd = 0; in DrawText()
1353 if ( SW_CTL == nActual && nSpaceAdd ) in DrawText()
1368 nSpaceAdd = 0; in DrawText()
1381 nKernSum += nSpaceAdd; in DrawText()
1394 pKernArray[0] = rInf.GetWidth() + nSpaceAdd; in DrawText()
1401 pKernArray[ rInf.GetLen() - 2 ] += nSpaceAdd; in DrawText()
1419 nKernSum += nSpaceAdd; in DrawText()
1521 long nSpaceAdd = rInf.GetSpace() / SPACING_PRECISION_FACTOR; in DrawText() local
1544 if ( SW_CJK == nActual && nSpaceAdd ) in DrawText()
1550 long nSpaceSum = nSpaceAdd; in DrawText()
1555 nSpaceSum += nSpaceAdd; in DrawText()
1558 nSpaceAdd = 0; in DrawText()
1563 if ( SW_CTL == nActual && nSpaceAdd ) in DrawText()
1569 rInf.GetLen(), nSpaceAdd ) != STRING_LEN ) in DrawText()
1570 nSpaceAdd = 0; in DrawText()
1577 if ( SW_CTL == nActual && nSpaceAdd ) in DrawText()
1590 nSpaceAdd = 0; in DrawText()
1670 const long nHalfSpace = pPrtFont->IsWordLineMode() || bNoHalfSpace ? 0 : nSpaceAdd / 2; in DrawText()
1671 const long nOtherHalf = nSpaceAdd - nHalfSpace; in DrawText()
1672 if ( nSpaceAdd && ( cChPrev == CH_BLANK ) ) in DrawText()
1696 nSpaceSum += nSpaceAdd; in DrawText()
1735 pKernArray[i-1] = pKernArray[i-1] - nSpaceAdd; in DrawText()
2116 long nSpaceAdd = rInf.GetSpace() / SPACING_PRECISION_FACTOR; in GetCrsrOfst() local
2159 long nSpaceSum = nSpaceAdd; in GetCrsrOfst()
2163 nSpaceSum += nSpaceAdd; in GetCrsrOfst()
2166 nSpaceAdd = 0; in GetCrsrOfst()
2178 nSpaceAdd ) != STRING_LEN ) in GetCrsrOfst()
2179 nSpaceAdd = 0; in GetCrsrOfst()
2184 if ( SW_CTL == nActual && nSpaceAdd ) in GetCrsrOfst()
2196 nSpaceAdd = 0; in GetCrsrOfst()
2252 long nScr = pKernArray[ j ] + ( nSpaceAdd + nGridWidthAdd ) * ( j + 1 ); in GetCrsrOfst()
2283 if ( nSpaceAdd && CH_BLANK == rInf.GetText().GetChar( nIdx ) ) in GetCrsrOfst()
2284 nSpaceSum += nSpaceAdd; in GetCrsrOfst()