Searched refs:backErase (Results 1 – 2 of 2) sorted by relevance
| /NW4C-1.3.3/include/nw/dev/ |
| D | dev_DirectPrint.h | 277 bool backErase, 296 bool backErase = true); 311 bool backErase = false);
|
| /NW4C-1.3.3/sources/libraries/dev/ |
| D | dev_DirectPrint.cpp | 290 bool backErase) in DrawString() argument 298 this->DrawString(context, x, y, str, turnOver, backErase); in DrawString() 420 bool backErase) in DrawString() argument 426 if (backErase) in DrawString() 962 bool backErase) in VPrintf() argument 974 this->DrawString(x, y, buffer, turnOver, backErase); in VPrintf() 1013 bool backErase) in DrawString() argument 1023 pixelWriter.DrawString(m_Buffer, m_Direction, m_Color, x, y, str, turnOver, backErase); in DrawString()
|