| D | dev_DirectPrint.cpp | 262 void Erase( in Erase() function in nw::dev::__anonfe245bac0111::PixelWriter 275 this->Erase(context, x, y, width, height); in Erase() 369 void Erase( in Erase() function in nw::dev::__anonfe245bac0111::PixelWriter 442 this->Erase(context, x - left, y - top, (len + 1) * FONT_WIDTH, LINE_HEIGHT); in DrawString() 932 DirectPrint::Erase(int x, int y, int width, int height) in Erase() function in nw::dev::DirectPrint 940 pixelWriter.Erase(m_Buffer, m_Direction, x, y, width, height, m_BackgroundColor); in Erase()
|