Home
last modified time | relevance | path

Searched refs:showCursor (Results 1 – 6 of 6) sorted by relevance

/external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
Dvt320.java2333 showCursor(true); in putChar()
2404 showCursor(false); in putChar()
3231 showCursor(true); in reset()
DVDUBuffer.java587 public void showCursor(boolean doshow) { in showCursor() method in VDUBuffer
/external/swiftshader/src/D3D8/
DDirect3DDevice8.hpp265 bool showCursor; member in D3D8::Direct3DDevice8
DDirect3DDevice8.cpp2048 showCursor = false; in Reset()
3999 int oldValue = showCursor ? TRUE : FALSE; in ShowCursor()
4001 showCursor = show != FALSE && cursor; in ShowCursor()
4842 if(showCursor) in bindCursor()
/external/swiftshader/src/D3D9/
DDirect3DDevice9.hpp312 bool showCursor; member in D3D9::Direct3DDevice9
DDirect3DDevice9.cpp2671 if(showCursor) in SetCursorProperties()
5332 int oldValue = showCursor ? TRUE : FALSE; in ShowCursor()
5333 showCursor = show != FALSE; in ShowCursor()
5335 if(showCursor) in ShowCursor()