Searched defs:coordToInt (Results 1 – 1 of 1) sorted by relevance
39 #define coordToInt(x,y) (((x) << 16) | ((y) & 0xffff)) macro44 #define coordToInt(x,y) (((y) << 16) | ((x) & 0xffff)) macro