Lines Matching refs:CursorInfo
204 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 = infoPtr;