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

/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi_cursor.c212 CursorBitsPtr pCursorBits = pCursor->bits ; local in function:Volari_LoadCursorARGB
219 pSrc = pCursorBits->argb ;
221 pXGI->CurXPreset = 64-pCursorBits->width ;
222 pXGI->CurYPreset = 64-pCursorBits->height ;
224 for( i = 64 - pCursorBits->height ; i< 64 ; i++ )
227 for( j = 64-pCursorBits->width ; j < 64 ; j++, pSrc++ )

Completed in 2 milliseconds