Lines Matching refs:aPos

981     Point aPos( rInf.GetPos() );  in DrawText()  local
992 aPos.X() += rInf.GetFrm()->IsRightToLeft() ? 0 : nPixWidth; in DrawText()
1049 aPos.X() += ( nWidthPerChar - nCharWidth ) / 2; in DrawText()
1056 aPos.X() += nWidthPerChar - nCharWidth; in DrawText()
1084 aPos.X() + rInf.GetPos().X() ; in DrawText()
1087 rInf.GetFrm()->SwitchHorizontalToVertical( aPos ); in DrawText()
1089 rInf.GetOut().DrawTextArray( aPos, rInf.GetText(), in DrawText()
1125 rInf.GetFrm()->SwitchHorizontalToVertical( aPos ); in DrawText()
1140 rInf.GetKanaComp(), (sal_uInt16)aFont.GetSize().Height(),&aPos ); in DrawText()
1183 rInf.GetOut().DrawTextArray( aPos, rInf.GetText(), in DrawText()
1189 rInf.GetOut().DrawTextArray( aPos, rInf.GetText(), in DrawText()
1195 rInf.GetOut().DrawTextArray( aPos, rInf.GetText(), in DrawText()
1201 Point aTmpPos( aPos ); in DrawText()
1215 aTmpPos.X() = aPos.X() + pKernArray[ i ] + nKernSum; in DrawText()
1233 rInf.GetOut().DrawTextArray( aPos, rInf.GetText(), in DrawText()
1252 rInf.GetFrm()->SwitchLTRtoRTL( aPos ); in DrawText()
1255 rInf.GetFrm()->SwitchHorizontalToVertical( aPos ); in DrawText()
1314 (sal_uInt16)aFont.GetSize().Height(), &aPos ); in DrawText()
1396 rInf.GetOut().DrawTextArray( aPos, rInf.GetText(), in DrawText()
1402 rInf.GetOut().DrawTextArray( aPos, rInf.GetText(), in DrawText()
1407 rInf.GetOut().DrawTextArray( aPos, rInf.GetText(), in DrawText()
1412 Point aTmpPos( aPos ); in DrawText()
1427 aTmpPos.X() = aPos.X() + nAdd; in DrawText()
1441 rInf.GetOut().DrawStretchText( aPos, nTmpWidth, in DrawText()
1458 rInf.GetOut().DrawStretchText( aPos, (sal_uInt16)nTmpWidth, in DrawText()
1462 rInf.GetOut().DrawText( aPos, rInf.GetText(), in DrawText()
1534 Point aTmpPos( aPos ); in DrawText()
1540 (sal_uInt16)aFont.GetSize().Height(), &aPos ); in DrawText()
1636 rInf.GetFrm()->SwitchLTRtoRTL( aPos ); in DrawText()
1639 rInf.GetFrm()->SwitchHorizontalToVertical( aPos ); in DrawText()
1641 rInf.GetOut().DrawTextArray( aPos, rInf.GetText(), in DrawText()
1644 rInf.GetOut().DrawTextArray( aPos, *pStr, pKernArray, in DrawText()
1838 if( aPos.X() < rInf.GetLeft() ) in DrawText()
1841 aPos.X() + pKernArray[ nOffs ] < rInf.GetLeft() ) in DrawText()
1847 aPos.X() + pKernArray[ nLen ] > rInf.GetRight() ) in DrawText()
1856 aPos.X() += nDiff; in DrawText()
1873 rInf.GetFrm()->SwitchLTRtoRTL( aPos ); in DrawText()
1876 rInf.GetFrm()->SwitchHorizontalToVertical( aPos ); in DrawText()
1878 rInf.GetOut().DrawTextArray( aPos, *pStr, pKernArray + nOffs, in DrawText()