Lines Matching refs:aTempPos
6506 Point aTempPos = rTargetDevice.LogicToPixel( aPos ); in ImplDrawText() local
6507 …nMnemonicX = rTargetDevice.GetOutOffXPixel() + aTempPos.X() + rTargetDevice.ImplLogicWidthToDevice… in ImplDrawText()
6508 …nMnemonicY = rTargetDevice.GetOutOffYPixel() + aTempPos.Y() + rTargetDevice.ImplLogicWidthToDevice… in ImplDrawText()
6576 Point aTempPos = rTargetDevice.LogicToPixel( aPos ); in ImplDrawText() local
6577 …nMnemonicX = rTargetDevice.GetOutOffXPixel() + aTempPos.X() + rTargetDevice.ImplLogicWidthToDevice… in ImplDrawText()
6578 …nMnemonicY = rTargetDevice.GetOutOffYPixel() + aTempPos.Y() + rTargetDevice.ImplLogicWidthToDevice… in ImplDrawText()
7032 Point aTempPos( Min(lc_x1,lc_x2), GetFontMetric().GetAscent() ); in DrawCtrlText() local
7034 aTempPos = Point( Max(lc_x1,lc_x2), GetFontMetric().GetAscent() ); in DrawCtrlText()
7036 aTempPos += rPos; in DrawCtrlText()
7037 aTempPos = LogicToPixel( aTempPos ); in DrawCtrlText()
7038 nMnemonicX = mnOutOffX + aTempPos.X(); in DrawCtrlText()
7039 nMnemonicY = mnOutOffY + aTempPos.Y(); in DrawCtrlText()