Searched refs:aFTPos (Results 1 – 3 of 3) sorted by relevance
160 Point aFTPos = m_aFT_Connection.GetPosPixel(); in DBG_NAME() local164 aEDPos.Y() = aPos.Y() + aEDPos.Y() - aFTPos.Y(); in DBG_NAME()165 aPBPos.Y() = aPos.Y() + aPBPos.Y() - aFTPos.Y(); in DBG_NAME()166 aFTPos.Y() = aPos.Y(); in DBG_NAME()167 m_aFT_Connection.SetPosPixel(aFTPos); in DBG_NAME()
474 Point aFTPos( aCursor ); in updateLayout() local494 aFTPos.Y() = aLBPos.Y() + ((aListBoxSize.Height() - aFixedTextSize.Height()) >> 1); in updateLayout()496 aLBPos.Y() = aFTPos.Y() + ((aFixedTextSize.Height() - aListBoxSize.Height()) >> 1); in updateLayout()502 mpFTStart->SetPosPixel( aFTPos ); in updateLayout()505 aFTPos.Y() += nDeltaY; aLBPos.Y() += nDeltaY; in updateLayout()507 mpFTProperty->SetPosPixel( aFTPos ); in updateLayout()515 aFTPos.Y() += nDeltaY; aLBPos.Y() += nDeltaY; in updateLayout()517 mpFTSpeed->SetPosPixel( aFTPos ); in updateLayout()520 aFTPos.Y() += nDeltaY + aOffset.Y(); in updateLayout()522 Point aListPos( aFTPos ); in updateLayout()
424 Point aFTPos( aRelated.Width(), aFLPos.Y() + aFLSize.Height() + aRelated.Height() ); in Resize() local425 m_aHelpText.SetPosSizePixel( aFTPos, aHelpTextSize ); in Resize()
Completed in 28 milliseconds