Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/dev/
Ddev_DirectPrint.h298 void Printf(int x, int y, bool turnOver, const char* format, ...);
311 bool turnOver,
330 bool turnOver = true,
345 bool turnOver = true,
/NW4C-2.0.3/sources/libraries/dev/
Ddev_DirectPrint.cpp299 bool turnOver, in DrawString() argument
308 this->DrawString(context, x, y, str, turnOver, backErase); in DrawString()
430 bool turnOver, in DrawString() argument
459 if (! turnOver) in DrawString()
956 DirectPrint::Printf(int x, int y, bool turnOver, const char* format, ...) in Printf() argument
962 this->VPrintf(x, y, format, vargs, turnOver, true); in Printf()
968 DirectPrint::Printf(int x, int y, bool turnOver, bool backErase, const char* format, ...) in Printf() argument
974 this->VPrintf(x, y, format, vargs, turnOver, backErase); in Printf()
985 bool turnOver, in VPrintf() argument
998 this->DrawString(x, y, buffer, turnOver, backErase); in VPrintf()
[all …]