Home
last modified time | relevance | path

Searched refs:cursorHeight (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/src/WSI/
DFrameBuffer.hpp37 int cursorHeight; member
DFrameBuffer.cpp124 updateState.cursorHeight = cursor.height; in copy()
446 if(state.cursorWidth > 0 && state.cursorHeight > 0) in copyRoutine()
451 For(Int y1 = 0, y1 < state.cursorHeight, y1++) in copyRoutine()
/external/swiftshader/src/Main/
DFrameBuffer.hpp37 int cursorHeight; member
DFrameBuffer.cpp124 updateState.cursorHeight = cursor.height; in copy()
501 if(state.cursorWidth > 0 && state.cursorHeight > 0) in copyRoutine()
506 For(Int y1 = 0, y1 < state.cursorHeight, y1++) in copyRoutine()
/external/swiftshader/src/D3D9/
DDirect3DDevice9.cpp1843 update.cursorHeight = 0; in GetRenderTargetData()