Home | History | Annotate | Download | only in win32

Lines Matching defs:lppt

780       POINT lppt[3];
781 lppt[0].x = screen_x;
782 lppt[0].y = screen_y;
788 lppt[1].x = FXSYS_round(posx);
789 lppt[1].y = FXSYS_round(posy);
795 lppt[2].x = FXSYS_round(posx);
796 lppt[2].y = FXSYS_round(posy);
797 PolyBezierTo(hDC, lppt, 3);