Searched defs:WINSTART (Results 1 – 1 of 1) sorted by relevance
37 #define WINSTART(x,y) (((pScreen->height - 1) - y) + (x * winStride)) macro44 #define WINSTART(x,y) (((pScreen->width - 1 - x) * winStride) + y) macro