Lines Matching refs:nWidthFactor
5730 int nWidthFactor = pSalLayout->GetUnitsPerPixel(); in GetTextArray() local
5747 if( nWidthFactor > 1 ) in GetTextArray()
5751 pDXAry[i] /= nWidthFactor; in GetTextArray()
5752 nWidth /= nWidthFactor; in GetTextArray()
5779 int nWidthFactor = pSalLayout->GetUnitsPerPixel(); in GetCaretPositions() local
5812 if( nWidthFactor != 1 ) in GetCaretPositions()
5815 pCaretXArray[i] /= nWidthFactor; in GetCaretPositions()
6260 long nWidthFactor = pSalLayout->GetUnitsPerPixel(); in GetTextBreak() local
6261 long nSubPixelFactor = (nWidthFactor < 64 ) ? 64 : 1; in GetTextBreak()
6262 nTextWidth *= nWidthFactor * nSubPixelFactor; in GetTextBreak()
6267 nCharExtra *= nWidthFactor * nSubPixelFactor; in GetTextBreak()
6298 long nWidthFactor = pSalLayout->GetUnitsPerPixel(); in GetTextBreak() local
6299 long nSubPixelFactor = (nWidthFactor < 64 ) ? 64 : 1; in GetTextBreak()
6301 nTextWidth *= nWidthFactor * nSubPixelFactor; in GetTextBreak()
6306 nCharExtra *= nWidthFactor * nSubPixelFactor; in GetTextBreak()
7560 int nWidthFactor = pSalLayout->GetUnitsPerPixel(); in GetTextBoundRect() local
7562 if( nWidthFactor > 1 ) in GetTextBoundRect()
7564 double fFactor = 1.0 / nWidthFactor; in GetTextBoundRect()
7755 int nWidthFactor = pSalLayout->GetUnitsPerPixel(); in GetTextOutlines() local
7758 Point aRotatedOfs( mnTextOffX*nWidthFactor, mnTextOffY*nWidthFactor ); in GetTextOutlines()
7763 if( nWidthFactor > 1 ) in GetTextOutlines()
7765 double fFactor = 1.0 / nWidthFactor; in GetTextOutlines()