Home
last modified time | relevance | path

Searched defs:WINSTART (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/miext/shadow/
H A DshrotpackYX.h37 #define WINSTART(x,y) (((pScreen->height - 1) - y) + (x * winStride)) macro
44 #define WINSTART(x,y) (((pScreen->width - 1 - x) * winStride) + y) macro