Searched refs:lc_x1 (Results 1 – 1 of 1) sorted by relevance
6502 long lc_x1 = pCaretXArray[2*(nMnemonicPos - nIndex)]; in ImplDrawText() local6504 … nMnemonicWidth = rTargetDevice.ImplLogicWidthToDevicePixel( ::abs((int)(lc_x1 - lc_x2)) ); in ImplDrawText()6507 …etOutOffXPixel() + aTempPos.X() + rTargetDevice.ImplLogicWidthToDevicePixel( Min( lc_x1, lc_x2 ) ); in ImplDrawText()6572 long lc_x1 = pCaretXArray[2*(nMnemonicPos)]; in ImplDrawText() local6574 … nMnemonicWidth = rTargetDevice.ImplLogicWidthToDevicePixel( ::abs((int)(lc_x1 - lc_x2)) ); in ImplDrawText()6577 ….GetOutOffXPixel() + aTempPos.X() + rTargetDevice.ImplLogicWidthToDevicePixel( Min(lc_x1, lc_x2) ); in ImplDrawText()7028 long lc_x1 = pCaretXArray[ 2*(nMnemonicPos - nIndex) ]; in DrawCtrlText() local7030 nMnemonicWidth = ::abs((int)(lc_x1 - lc_x2)); in DrawCtrlText()7032 Point aTempPos( Min(lc_x1,lc_x2), GetFontMetric().GetAscent() ); in DrawCtrlText()7034 aTempPos = Point( Max(lc_x1,lc_x2), GetFontMetric().GetAscent() ); in DrawCtrlText()
Completed in 40 milliseconds