Lines Matching refs:aPos1
230 Point aPos1, aPos2; in drawPopupButton() local
231 aPos1.X() = aCenter.X() - 4; in drawPopupButton()
233 aPos1.Y() = aCenter.Y() - 3; in drawPopupButton()
238 aPos1.X() += 1; in drawPopupButton()
240 aPos1.Y() += 1; in drawPopupButton()
246 ++aPos1.X(); in drawPopupButton()
248 ++aPos1.Y(); in drawPopupButton()
250 mpOutDev->DrawLine(aPos1, aPos2); in drawPopupButton()
252 while (aPos1 != aPos2); in drawPopupButton()
836 Point aPos1(nLeftMargin, nTopMargin); in getMenuItemPosSize() local
839 rPos = aPos1; in getMenuItemPosSize()