Home
last modified time | relevance | path

Searched refs:nWidthFactor (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/vcl/source/gdi/
H A Doutdev3.cxx5730 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()
[all …]