Searched refs:pixelWriter (Results 1 – 1 of 1) sorted by relevance
| /NW4C-2.0.3/sources/libraries/dev/ |
| D | dev_DirectPrint.cpp | 926 PixelWriter& pixelWriter = GetPixelWriter_(m_Buffer.m_Format); in StoreCache() local 927 size_t size = pixelWriter.GetPixelSize() * m_Buffer.m_Width * m_Buffer.m_Height; in StoreCache() 939 PixelWriter& pixelWriter = GetPixelWriter_(m_Buffer.m_Format); in Erase() local 940 pixelWriter.Erase(m_Buffer, m_Direction, x, y, width, height, m_BackgroundColor); in Erase() 1064 PixelWriter& pixelWriter = GetPixelWriter_(m_Buffer.m_Format); in DrawString() local 1065 …pixelWriter.DrawString(m_Buffer, m_Direction, m_Color, m_BackgroundColor, x, y, str, turnOver, bac… in DrawString()
|