Home
last modified time | relevance | path

Searched refs:m_BackgroundColor (Results 1 – 2 of 2) sorted by relevance

/NW4C-2.0.3/sources/libraries/dev/
Ddev_DirectPrint.cpp940 pixelWriter.Erase(m_Buffer, m_Direction, x, y, width, height, m_BackgroundColor); in Erase()
1022 m_BackgroundColor = color; in SetBackgroundColor()
1028 m_BackgroundColor = ut::Color(r, g, b, 255 /* unused */); in SetBackgroundColor()
1034 return m_BackgroundColor; in GetBackgroundColor()
1065 …pixelWriter.DrawString(m_Buffer, m_Direction, m_Color, m_BackgroundColor, x, y, str, turnOver, bac… in DrawString()
/NW4C-2.0.3/include/nw/dev/
Ddev_DirectPrint.h361 ut::Color8 m_BackgroundColor; variable