Searched refs:lc_x2 (Results 1 – 1 of 1) sorted by relevance
6503 long lc_x2 = pCaretXArray[2*(nMnemonicPos - nIndex)+1]; 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()6573 long lc_x2 = pCaretXArray[2*(nMnemonicPos)+1]; 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()7029 long lc_x2 = pCaretXArray[ 2*(nMnemonicPos - nIndex)+1 ]; 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 256 milliseconds