Searched refs:CursorInfo (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/xf86-video-neomagic/dist/src/
H A Dneo_cursor.c204 for (i = 0; i< nPtr->CursorInfo->MaxHeight - yoff; i++) {
207 + ((nPtr->CursorInfo->MaxWidth >> 2) * i));
208 _width = (nPtr->CursorInfo->MaxWidth
210 _src = (src + ((nPtr->CursorInfo->MaxWidth >> 2) * i));
216 _dest += (nPtr->CursorInfo->MaxWidth >> 3);
217 _src += (nPtr->CursorInfo->MaxWidth >> 3);
222 + ((nPtr->CursorInfo->MaxWidth >> 2) * i),
223 0, (nPtr->CursorInfo->MaxHeight - i)
224 * (nPtr->CursorInfo->MaxWidth >> 2));
300 nPtr->CursorInfo
[all...]
H A Dneo.h230 xf86CursorInfoPtr CursorInfo; member in struct:neoRec
H A Dneo_driver.c1836 if (nPtr->CursorInfo)
1837 xf86DestroyCursorInfoRec(nPtr->CursorInfo);
/xsrc/external/mit/xf86-video-nsc/dist/src/
H A Dnsc.h345 xf86CursorInfoPtr CursorInfo; member in struct:__anon7fec0e5a0108
H A Dnsc_gx1_cursor.c191 pGeode->CursorInfo = infoPtr;
H A Dnsc_gx2_cursor.c192 pGeode->CursorInfo = infoPtr;
/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dgx_cursor.c80 pGeode->CursorInfo = infoPtr;
H A Dgeode.h298 xf86CursorInfoPtr CursorInfo; member in struct:_geodeRec

Completed in 18 milliseconds