Searched refs:COMP_ORIGIN_INVALID (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/composite/
H A Dcompalloc.c178 cw->oldx = COMP_ORIGIN_INVALID;
179 cw->oldy = COMP_ORIGIN_INVALID;
634 cw->oldx = COMP_ORIGIN_INVALID;
635 cw->oldy = COMP_ORIGIN_INVALID;
H A Dcompint.h101 #define COMP_ORIGIN_INVALID 0x80000000 macro
H A Dcompwindow.c466 assert (cw->oldx != COMP_ORIGIN_INVALID);
467 assert (cw->oldy != COMP_ORIGIN_INVALID);
/xsrc/external/mit/xorg-server/dist/composite/
H A Dcompalloc.c194 cw->oldx = COMP_ORIGIN_INVALID;
195 cw->oldy = COMP_ORIGIN_INVALID;
621 cw->oldx = COMP_ORIGIN_INVALID;
622 cw->oldy = COMP_ORIGIN_INVALID;
H A Dcompint.h102 #define COMP_ORIGIN_INVALID 0x80000000 macro
H A Dcompwindow.c499 assert(cw->oldx != COMP_ORIGIN_INVALID);
500 assert(cw->oldy != COMP_ORIGIN_INVALID);

Completed in 7 milliseconds