Searched refs:EMPTYPOINT (Results 1 – 2 of 2) sorted by relevance
26 #define EMPTYPOINT(pt) ((pt).x == -1 && (pt).y == -1)77 if (!EMPTYPOINT(win->InternalPos.MaxPos)) MinMax.ptMaxPosition = win->InternalPos.MaxPos;
29 #define EMPTYPOINT(pt) ((pt).x == -1 && (pt).y == -1) macro1006 if (!EMPTYPOINT(Window->InternalPos.MaxPos)) MinMax.ptMaxPosition = Window->InternalPos.MaxPos; in co_WinPosGetMinMaxInfo()