Searched refs:stip (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/xserver/fb/ |
| H A D | fbfill.c | 71 FbStip * stip, FbStride stipStride, in fbStipple() argument 98 fbBltOne(stip + stipY * stipStride, in fbStipple() 142 FbBits *stip; in fbFill() local 151 fbGetDrawable(&pStip->drawable, stip, stipStride, stipBpp, stipXoff, in fbFill() 154 width, height, stip, stipStride, stipWidth, stipHeight, alu, in fbFill() 160 FbStip *stip; in fbFill() local 177 fbGetStipDrawable(&pStip->drawable, stip, stipStride, stipBpp, in fbFill() 181 stip, stipStride, stipWidth, stipHeight, in fbFill()
|
| H A D | fbpush.c | 179 FbStip *stip; in fbPushPixels() local 184 fbGetStipDrawable(&pBitmap->drawable, stip, stipStride, stipBpp, stipXoff, in fbPushPixels() 187 fbPushImage(pDrawable, pGC, stip, stipStride, 0, xOrg, yOrg, dx, dy); in fbPushPixels()
|
| /OK3568_Linux_fs/external/xserver/Xext/ |
| H A D | panoramiXprocs.c | 753 PanoramiXRes *stip = NULL; in PanoramiXCreateGC() local 786 result = dixLookupResourceByType((void **) &stip, tmp, XRT_PIXMAP, in PanoramiXCreateGC() 813 if (stip) in PanoramiXCreateGC() 814 *((CARD32 *) &stuff[1] + stip_offset) = stip->info[j].id; in PanoramiXCreateGC() 834 PanoramiXRes *stip = NULL; in PanoramiXChangeGC() local 866 result = dixLookupResourceByType((void **) &stip, tmp, XRT_PIXMAP, in PanoramiXChangeGC() 886 if (stip) in PanoramiXChangeGC() 887 *((CARD32 *) &stuff[1] + stip_offset) = stip->info[j].id; in PanoramiXChangeGC()
|