Searched refs:nWidthFactor (Results 1 – 1 of 1) sorted by relevance
5730 int nWidthFactor = pSalLayout->GetUnitsPerPixel(); in GetTextArray() local5747 if( nWidthFactor > 1 ) in GetTextArray()5751 pDXAry[i] /= nWidthFactor; in GetTextArray()5752 nWidth /= nWidthFactor; in GetTextArray()5779 int nWidthFactor = pSalLayout->GetUnitsPerPixel(); in GetCaretPositions() local5812 if( nWidthFactor != 1 ) in GetCaretPositions()5815 pCaretXArray[i] /= nWidthFactor; in GetCaretPositions()6260 long nWidthFactor = pSalLayout->GetUnitsPerPixel(); in GetTextBreak() local6261 long nSubPixelFactor = (nWidthFactor < 64 ) ? 64 : 1; in GetTextBreak()6262 nTextWidth *= nWidthFactor * nSubPixelFactor; in GetTextBreak()[all …]