Searched refs:cursorWidth (Results 1 – 5 of 5) sorted by relevance
123 updateState.cursorWidth = cursor.width; in copy()446 if(state.cursorWidth > 0 && state.cursorHeight > 0) in copyRoutine()459 …nter<Byte> c = *Pointer<Pointer<Byte>>(cursor + OFFSET(Cursor,image)) + y1 * state.cursorWidth * 4; in copyRoutine()461 For(Int x1 = 0, x1 < state.cursorWidth, x1++) in copyRoutine()
36 int cursorWidth; member
123 updateState.cursorWidth = cursor.width; in copy()501 if(state.cursorWidth > 0 && state.cursorHeight > 0) in copyRoutine()514 …nter<Byte> c = *Pointer<Pointer<Byte>>(cursor + OFFSET(Cursor,image)) + y1 * state.cursorWidth * 4; in copyRoutine()516 For(Int x1 = 0, x1 < state.cursorWidth, x1++) in copyRoutine()
1844 update.cursorWidth = 0; in GetRenderTargetData()