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

/xsrc/external/mit/xf86-video-ast/dist/src/
H A Dast_cursor.c332 ULONG i, j, ulSrcWidth, ulSrcHeight; local in function:ASTLoadCursorARGB
356 ulSrcWidth = pAST->HWCInfo.width;
360 lLastAlphaDstDelta = lAlphaDstDelta - (ulSrcWidth << 1);
366 ulPerPixelCopy = ulSrcWidth & 1;
367 ulTwoPixelCopy = ulSrcWidth >> 1;

Completed in 55 milliseconds