Home | History | Annotate | Download | only in win32

Lines Matching refs:lppt

687             POINT lppt[3];

688 lppt[0].x = screen_x;
689 lppt[0].y = screen_y;
695 lppt[1].x = FXSYS_round(posx);
696 lppt[1].y = FXSYS_round(posy);
702 lppt[2].x = FXSYS_round(posx);
703 lppt[2].y = FXSYS_round(posy);
704 PolyBezierTo(hDC, lppt, 3);