Home
last modified time | relevance | path

Searched refs:aTempPos12 (Results 1 – 1 of 1) sorted by relevance

/trunk/main/vcl/source/control/
H A Dbutton.cxx3743 Point aTempPos12( aPos12 ); in Draw() local
3753 aTempPos12.X() = aPos12.X()+nDX; in Draw()
3761 aTempPos12.X() = aPos12.X()-nDX; in Draw()
3765 pDev->DrawLine( aTempPos11, aTempPos12 ); in Draw()