Searched refs:turnOver (Results 1 – 2 of 2) sorted by relevance
| /NW4C-1.2.23/include/nw/dev/ |
| D | dev_DirectPrint.h | 263 void Printf(int x, int y, bool turnOver, const char* format, ...); 276 bool turnOver, 295 bool turnOver = true, 310 bool turnOver = true,
|
| /NW4C-1.2.23/sources/libraries/dev/ |
| D | dev_DirectPrint.cpp | 289 bool turnOver, in DrawString() argument 298 this->DrawString(context, x, y, str, turnOver, backErase); in DrawString() 419 bool turnOver, in DrawString() argument 446 if (! turnOver) in DrawString() 944 DirectPrint::Printf(int x, int y, bool turnOver, const char* format, ...) in Printf() argument 950 this->VPrintf(x, y, format, vargs, turnOver, true); in Printf() 961 bool turnOver, in VPrintf() argument 974 this->DrawString(x, y, buffer, turnOver, backErase); in VPrintf() 1012 bool turnOver, in DrawString() argument 1023 pixelWriter.DrawString(m_Buffer, m_Direction, m_Color, x, y, str, turnOver, backErase); in DrawString()
|