Searched refs:backErase (Results 1 – 2 of 2) sorted by relevance
| /NW4C-2.0.3/include/nw/dev/ |
| D | dev_DirectPrint.h | 312 bool backErase, 331 bool backErase = true); 346 bool backErase = false);
|
| /NW4C-2.0.3/sources/libraries/dev/ |
| D | dev_DirectPrint.cpp | 300 bool backErase) in DrawString() argument 308 this->DrawString(context, x, y, str, turnOver, backErase); in DrawString() 431 bool backErase) in DrawString() argument 437 if (backErase) in DrawString() 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() 986 bool backErase) in VPrintf() argument 998 this->DrawString(x, y, buffer, turnOver, backErase); in VPrintf() 1055 bool backErase) in DrawString() argument 1065 …iter.DrawString(m_Buffer, m_Direction, m_Color, m_BackgroundColor, x, y, str, turnOver, backErase); in DrawString()
|