Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/Xext/
H A DpanoramiXprocs.c758 int tile_offset = 0, stip_offset = 0, clip_offset = 0; in PanoramiXCreateGC() local
784 stip_offset = Ones((Mask) stuff->mask & (GCStipple - 1)); in PanoramiXCreateGC()
785 if ((tmp = *((CARD32 *) &stuff[1] + stip_offset))) { in PanoramiXCreateGC()
814 *((CARD32 *) &stuff[1] + stip_offset) = stip->info[j].id; in PanoramiXCreateGC()
839 int tile_offset = 0, stip_offset = 0, clip_offset = 0; in PanoramiXChangeGC() local
864 stip_offset = Ones((Mask) stuff->mask & (GCStipple - 1)); in PanoramiXChangeGC()
865 if ((tmp = *((CARD32 *) &stuff[1] + stip_offset))) { in PanoramiXChangeGC()
887 *((CARD32 *) &stuff[1] + stip_offset) = stip->info[j].id; in PanoramiXChangeGC()