Home
last modified time | relevance | path

Searched refs:cursorWidth (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/Main/
DFrameBuffer.cpp121 updateState.cursorWidth = cursor.width; in copy()
497 if(state.cursorWidth > 0 && state.cursorHeight > 0) in copyRoutine()
510 …nter<Byte> c = *Pointer<Pointer<Byte>>(cursor + OFFSET(Cursor,image)) + y1 * state.cursorWidth * 4; in copyRoutine()
512 For(Int x1 = 0, x1 < state.cursorWidth, x1++) in copyRoutine()
DFrameBuffer.hpp36 int cursorWidth; member