Home
last modified time | relevance | path

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

/trunk/main/svtools/source/filter/
H A Dsgvmain.cxx575 Point aPts[4]; in Draw() local
580 aPts[0]=Point(Pos1.x,Pos1.y); in Draw()
581 aPts[1]=Point(Pos2.x,Pos1.y); in Draw()
582 aPts[2]=Point(Pos2.x,Pos2.y); in Draw()
583 aPts[3]=Point(Pos1.x,Pos2.y); in Draw()
585 RotatePoint(aPts[i],Pos1.x,Pos1.y,sn,cs); in Draw()
588 Polygon aPoly(4,aPts); in Draw()

Completed in 15 milliseconds