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

/xsrc/external/mit/xf86-video-rendition/dist/src/
H A Dvramdac.h44 void verite_loadcursor(ScrnInfoPtr pScreenInfo, vu8 type, vu8 *cursorimage);
H A Dvramdac.c372 verite_loadcursor(ScrnInfoPtr pScreenInfo, vu8 size, vu8 *cursorimage) argument
375 vu8 *src = cursorimage;
385 if (NULL == cursorimage)
412 src=cursorimage;
421 src=cursorimage+1;
434 for (c=0, src=cursorimage+1+16*row; c<8; c++, src+=2)
439 for (c=0, src=cursorimage+16*row; c<8; c++, src+=2)

Completed in 2 milliseconds