Home
last modified time | relevance | path

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

/external/swiftshader/src/Main/
DFrameBuffer.hpp37 int cursorHeight; member
DFrameBuffer.cpp122 updateState.cursorHeight = cursor.height; in copy()
497 if(state.cursorWidth > 0 && state.cursorHeight > 0) in copyRoutine()
502 For(Int y1 = 0, y1 < state.cursorHeight, y1++) in copyRoutine()