Home | History | Annotate | Download | only in include

Lines Matching refs:POINTSTOPOINT

836 #define POINTSTOPOINT(pt,pts) { (pt).x = (LONG)(SHORT)LOWORD(*(LONG*)&pts); (pt).y = (LONG)(SHORT)HIWORD(*(LONG*)&pts); }