Lines Matching refs:aTextPos

439     Point aTextPos = rPos;  in ImplDrawAlignedImage()  local
521 aTextPos.Y() = rPos.Y() + ( aMax.Height() - aTSSize.Height() ) / 2; in ImplDrawAlignedImage()
527 aTextPos.Y() = rPos.Y() + aMax.Height() - aTSSize.Height(); in ImplDrawAlignedImage()
533 aTextPos.X() = rPos.X() + ( aMax.Width() - aTSSize.Width() ) / 2; in ImplDrawAlignedImage()
539 aTextPos.X() = rPos.X() + aMax.Width() - aTSSize.Width(); in ImplDrawAlignedImage()
546 aTextPos.X() = rPos.X() + aImageSize.Width() + nImageSep; in ImplDrawAlignedImage()
558 aTextPos.Y() = rPos.Y() + aImageSize.Height() + nImageSep; in ImplDrawAlignedImage()
570 aTextPos.X() = rPos.X() + ( aMax.Width() - aTSSize.Width() ) / 2; in ImplDrawAlignedImage()
571 aTextPos.Y() = rPos.Y() + ( aMax.Height() - aTSSize.Height() ) / 2; in ImplDrawAlignedImage()
574 aUnion.Union( Rectangle( aTextPos, aTSSize ) ); in ImplDrawAlignedImage()
606 aTextPos.X() += nXOffset; in ImplDrawAlignedImage()
607 aTextPos.Y() += nYOffset; in ImplDrawAlignedImage()
618 … Point aRightPos = Point( aTextPos.X() + aTextSize.Width() + aSymbolSize.Width()/2, aTextPos.Y() ); in ImplDrawAlignedImage()
623 *pSymbolRect = Rectangle( aTextPos, aSymbolSize ); in ImplDrawAlignedImage()
624 aTextPos.X() += ( 3 * nSymbolHeight / 2 ); in ImplDrawAlignedImage()
629 pSymbolRect->setY( aTextPos.Y() + nYOffset ); in ImplDrawAlignedImage()
655 ImplSetFocusRect( Rectangle( aTextPos, aTextSize ) ); in ImplDrawAlignedImage()
656 … pDev->DrawText( Rectangle( aTextPos, aTextSize ), aText, nTextStyle, pVector, pDisplayText ); in ImplDrawAlignedImage()