| D | dev_DirectPrint.cpp | 254 void Erase( in Erase() function in nw::dev::__anoncafb16bf0111::PixelWriter 266 this->Erase(context, x, y, width, height); in Erase() 358 void Erase( in Erase() function in nw::dev::__anoncafb16bf0111::PixelWriter 429 … this->Erase(context, x - FONT_WIDTH, y - 3, (len + 2) * FONT_WIDTH, FONT_HEIGHT + 3 + 3); in DrawString() 920 DirectPrint::Erase(int x, int y, int width, int height) in Erase() function in nw::dev::DirectPrint 928 pixelWriter.Erase(m_Buffer, m_Direction, x, y, width, height); in Erase()
|