Searched refs:m_pSolidBrush (Results 1 – 2 of 2) sorted by relevance
64 m_pSolidBrush(NULL), in CFDE_RenderContext()167 if (m_pSolidBrush) { in StopRender()168 m_pSolidBrush->Release(); in StopRender()169 m_pSolidBrush = nullptr; in StopRender()188 if (m_pSolidBrush == NULL) { in RenderText()189 m_pSolidBrush = (IFDE_SolidBrush*)IFDE_Brush::Create(FDE_BRUSHTYPE_Solid); in RenderText()190 if (m_pSolidBrush == NULL) { in RenderText()205 m_pSolidBrush->SetColor(dwColor); in RenderText()208 m_pRenderDevice->DrawString(m_pSolidBrush, pFont, m_pCharPos, iCount, in RenderText()
33 IFDE_SolidBrush* m_pSolidBrush; variable