Lines Matching refs:aTextPos
1040 Point aTextPos; in PaintBullet() local
1044 …aTextPos.Y() = rStartPos.Y() + ( bSymbol ? aBulletArea.Bottom() : aParaInfos.nFirstLineMaxAscent ); in PaintBullet()
1046 aTextPos.X() = rStartPos.X() + aBulletArea.Left(); in PaintBullet()
1048 aTextPos.X() = rStartPos.X() + GetPaperSize().Width() - aBulletArea.Left(); in PaintBullet()
1053 …aTextPos.X() = rStartPos.X() - ( bSymbol ? aBulletArea.Bottom() : aParaInfos.nFirstLineMaxAscent ); in PaintBullet()
1054 aTextPos.Y() = rStartPos.Y() + aBulletArea.Left(); in PaintBullet()
1066 aTextPos -= rOrigin; in PaintBullet()
1068 aRotatedPos.X()=(long) (nCos*aTextPos.X() + nSin*aTextPos.Y()); in PaintBullet()
1069 aRotatedPos.Y()=(long) - (nSin*aTextPos.X() - nCos*aTextPos.Y()); in PaintBullet()
1070 aTextPos = aRotatedPos; in PaintBullet()
1072 aTextPos += rOrigin; in PaintBullet()
1095 aTextPos.Y() -= aMetric.GetDescent(); in PaintBullet()
1098 DrawingText(aTextPos, pPara->GetText(), 0, pPara->GetText().Len(), pBuf, in PaintBullet()
1105 pOutDev->DrawText( aTextPos, pPara->GetText() ); in PaintBullet()