Searched refs:stip_offset (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/Xext/
H A DpanoramiXprocs.c722 int tile_offset = 0, stip_offset = 0, clip_offset = 0; local in function:PanoramiXCreateGC
748 stip_offset = Ones((Mask)stuff->mask & (GCStipple - 1));
749 if ((tmp = *((CARD32 *) &stuff[1] + stip_offset))) {
780 *((CARD32 *) &stuff[1] + stip_offset) = stip->info[j].id;
802 int tile_offset = 0, stip_offset = 0, clip_offset = 0; local in function:PanoramiXChangeGC
827 stip_offset = Ones((Mask)stuff->mask & (GCStipple - 1));
828 if ((tmp = *((CARD32 *) &stuff[1] + stip_offset))) {
851 *((CARD32 *) &stuff[1] + stip_offset) = stip->info[j].id;
/xsrc/external/mit/xorg-server/dist/Xext/
H A DpanoramiXprocs.c758 int tile_offset = 0, stip_offset = 0, clip_offset = 0; local in function:PanoramiXCreateGC
784 stip_offset = Ones((Mask) stuff->mask & (GCStipple - 1));
785 if ((tmp = *((CARD32 *) &stuff[1] + stip_offset))) {
814 *((CARD32 *) &stuff[1] + stip_offset) = stip->info[j].id;
839 int tile_offset = 0, stip_offset = 0, clip_offset = 0; local in function:PanoramiXChangeGC
864 stip_offset = Ones((Mask) stuff->mask & (GCStipple - 1));
865 if ((tmp = *((CARD32 *) &stuff[1] + stip_offset))) {
887 *((CARD32 *) &stuff[1] + stip_offset) = stip->info[j].id;

Completed in 7 milliseconds