Searched refs:aBulletPos (Results 1 – 1 of 1) sorted by relevance
1114 Point aBulletPos; in PaintBullet() local1117 aBulletPos.Y() = rStartPos.Y() + aBulletArea.Top(); in PaintBullet()1119 aBulletPos.X() = rStartPos.X() + aBulletArea.Left(); in PaintBullet()1125 aBulletPos.X() = rStartPos.X() - aBulletArea.Bottom(); in PaintBullet()1126 aBulletPos.Y() = rStartPos.Y() + aBulletArea.Left(); in PaintBullet()1139 aBulletPos, in PaintBullet()1742 Point aBulletPos( aBulletDocPos ); in ImpCalcBulletArea() local1746 aBulletPos.Y() = aBulletDocPos.X(); in ImpCalcBulletArea()1747 aBulletPos.X() = GetPaperSize().Width() - aBulletDocPos.Y(); in ImpCalcBulletArea()1749 aBulletPos.X() -= aBulletSize.Height(); in ImpCalcBulletArea()[all …]
Completed in 32 milliseconds