Searched refs:IFDE_SolidBrush (Results 1 – 9 of 9) sorted by relevance
12 class IFDE_SolidBrush; variable40 class IFDE_SolidBrush : public IFDE_Brush {
33 IFDE_SolidBrush* m_pSolidBrush;
39 m_Color = ((IFDE_SolidBrush*)m_pBrush)->GetColor(); in SetBrush()85 class CFDE_SolidBrush : public IFDE_SolidBrush, public CFX_Target {
145 FX_ARGB argb = ((IFDE_SolidBrush*)pBrush)->GetColor(); in DrawString()411 IFDE_SolidBrush* pSolidBrush = (IFDE_SolidBrush*)pBrush; in FillSolidPath()
151 argb = ((IFDE_SolidBrush*)pBrush)->GetColor(); in DrawString()574 IFDE_SolidBrush* pSolidBrush = (IFDE_SolidBrush*)pBrush; in CreateGdiBrush()
189 m_pSolidBrush = (IFDE_SolidBrush*)IFDE_Brush::Create(FDE_BRUSHTYPE_Solid); in RenderText()
374 IFDE_SolidBrush* pBrush,
1239 IFDE_SolidBrush* pSolidBrush = in DrawString()1240 (IFDE_SolidBrush*)IFDE_Brush::Create(FDE_BRUSHTYPE_Solid); in DrawString()1865 IFDE_SolidBrush* pBrush, in RenderString()
779 IFDE_SolidBrush* pBrush = in OnDraw()780 (IFDE_SolidBrush*)IFDE_Brush::Create(FDE_BRUSHTYPE_Solid); in OnDraw()