Lines Matching refs:aTextPos

441     Point aTextPos = rPos;  in ImplDrawAlignedImage()  local
523 aTextPos.Y() = rPos.Y() + ( aMax.Height() - aTSSize.Height() ) / 2; in ImplDrawAlignedImage()
529 aTextPos.Y() = rPos.Y() + aMax.Height() - aTSSize.Height(); in ImplDrawAlignedImage()
535 aTextPos.X() = rPos.X() + ( aMax.Width() - aTSSize.Width() ) / 2; in ImplDrawAlignedImage()
541 aTextPos.X() = rPos.X() + aMax.Width() - aTSSize.Width(); in ImplDrawAlignedImage()
548 aTextPos.X() = rPos.X() + aImageSize.Width() + nImageSep; in ImplDrawAlignedImage()
560 aTextPos.Y() = rPos.Y() + aImageSize.Height() + nImageSep; in ImplDrawAlignedImage()
572 aTextPos.X() = rPos.X() + ( aMax.Width() - aTSSize.Width() ) / 2; in ImplDrawAlignedImage()
573 aTextPos.Y() = rPos.Y() + ( aMax.Height() - aTSSize.Height() ) / 2; in ImplDrawAlignedImage()
576 aUnion.Union( Rectangle( aTextPos, aTSSize ) ); in ImplDrawAlignedImage()
608 aTextPos.X() += nXOffset; in ImplDrawAlignedImage()
609 aTextPos.Y() += nYOffset; in ImplDrawAlignedImage()
620 … Point aRightPos = Point( aTextPos.X() + aTextSize.Width() + aSymbolSize.Width()/2, aTextPos.Y() ); in ImplDrawAlignedImage()
625 *pSymbolRect = Rectangle( aTextPos, aSymbolSize ); in ImplDrawAlignedImage()
626 aTextPos.X() += ( 3 * nSymbolHeight / 2 ); in ImplDrawAlignedImage()
631 pSymbolRect->setY( aTextPos.Y() + nYOffset ); in ImplDrawAlignedImage()
657 ImplSetFocusRect( Rectangle( aTextPos, aTextSize ) ); in ImplDrawAlignedImage()
658 … pDev->DrawText( Rectangle( aTextPos, aTextSize ), aText, nTextStyle, pVector, pDisplayText ); in ImplDrawAlignedImage()