Searched refs:aImagePos (Results 1 – 5 of 5) sorted by relevance
440 Point aImagePos = rPos; in ImplDrawAlignedImage() local442 Rectangle aUnion = Rectangle( aImagePos, aImageSize ); in ImplDrawAlignedImage()522 aImagePos.Y() = rPos.Y() + ( aMax.Height() - aImageSize.Height() ) / 2; in ImplDrawAlignedImage()528 aImagePos.Y() = rPos.Y() + aMax.Height() - aImageSize.Height(); in ImplDrawAlignedImage()534 aImagePos.X() = rPos.X() + ( aMax.Width() - aImageSize.Width() ) / 2; in ImplDrawAlignedImage()540 aImagePos.X() = rPos.X() + aMax.Width() - aImageSize.Width(); in ImplDrawAlignedImage()554 aImagePos.X() = rPos.X() + aTSSize.Width() + nImageSep; in ImplDrawAlignedImage()566 aImagePos.Y() = rPos.Y() + aTSSize.Height() + nImageSep; in ImplDrawAlignedImage()570 aImagePos.X() = rPos.X() + ( aMax.Width() - aImageSize.Width() ) / 2; in ImplDrawAlignedImage()571 aImagePos.Y() = rPos.Y() + ( aMax.Height() - aImageSize.Height() ) / 2; in ImplDrawAlignedImage()[all …]
644 Point aImagePos; in impl_renderItemContent() local647 … aImagePos.X() = aRenderArea.Left() + ( aRenderArea.GetWidth() - aImageSize.Width() ) / 2; in impl_renderItemContent()648 aImagePos.Y() = aRenderArea.Top(); in impl_renderItemContent()652 aImagePos.X() = aRenderArea.Left(); in impl_renderItemContent()653 … aImagePos.Y() = aRenderArea.Top() + ( aRenderArea.GetHeight() - aImageSize.Height() ) / 2; in impl_renderItemContent()655 m_rTabBar.DrawImage( aImagePos, aItemImage ); in impl_renderItemContent()
1995 Point aImagePos( pInfo->mrStartPos ); in IMPL_LINK() local1996 aImagePos.X() += aOutSize.Width() - aImageSize.Width() - aOffset.Width() ; in IMPL_LINK()1997 aImagePos.Y() += (aOutSize.Height() - aImageSize.Height()) / 2; in IMPL_LINK()1999 pInfo->mpOutDev->DrawImage( aImagePos, aImageSize, maSlideImage ); in IMPL_LINK()2006 Point aTextPos( aImagePos.X() - aOffset.Width(), pInfo->mrStartPos.Y() ); in IMPL_LINK()
301 Point aImagePos( aPos ); in Paint() local302 aImagePos.Y() += ( aSize.Height() - rImage.GetSizePixel().Height() ) >> 1; in Paint()303 rDev.DrawImage( aImagePos, rImage ); in Paint()
46 Point aImagePos; member in SvExpander