Home
last modified time | relevance | path

Searched defs:cursorBottom (Results 1 – 5 of 5) sorted by relevance

/dports/games/scummvm/scummvm-2.5.1/engines/gob/
H A Dgame.cpp757 int16 cursorBottom = _wantScrollY + _vm->_draw->_cursorHeight; in evaluateScroll() local
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/gob/
H A Dgame.cpp757 int16 cursorBottom = _wantScrollY + _vm->_draw->_cursorHeight; in evaluateScroll() local
/dports/games/scummvm/scummvm-2.5.1/engines/gob/pregob/onceupon/
H A Donceupon.cpp1556 const int16 cursorBottom = cursorTop + _plettre->getCharHeight() - 1; in charGenDrawName() local
1651 const int16 cursorBottom = cursorTop + _plettre->getCharHeight() - 1; in characterGenerator() local
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/gob/pregob/onceupon/
H A Donceupon.cpp1556 const int16 cursorBottom = cursorTop + _plettre->getCharHeight() - 1; in charGenDrawName() local
1651 const int16 cursorBottom = cursorTop + _plettre->getCharHeight() - 1; in characterGenerator() local
/dports/print/lyx/lyx-2.3.4.2/src/
H A DText2.cpp396 bool Text::cursorBottom(Cursor & cur) in cursorBottom() function in lyx::Text