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()
472 Point aFTPos( aCursor ); in updateLayout() local492 aFTPos.Y() = aLBPos.Y() + ((aListBoxSize.Height() - aFixedTextSize.Height()) >> 1); in updateLayout()494 aLBPos.Y() = aFTPos.Y() + ((aFixedTextSize.Height() - aListBoxSize.Height()) >> 1); in updateLayout()500 mpFTStart->SetPosPixel( aFTPos ); in updateLayout()503 aFTPos.Y() += nDeltaY; aLBPos.Y() += nDeltaY; in updateLayout()505 mpFTProperty->SetPosPixel( aFTPos ); in updateLayout()513 aFTPos.Y() += nDeltaY; aLBPos.Y() += nDeltaY; in updateLayout()515 mpFTSpeed->SetPosPixel( aFTPos ); in updateLayout()518 aFTPos.Y() += nDeltaY + aOffset.Y(); in updateLayout()520 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()