Searched refs:pSolidBrush (Results 1 – 3 of 3) sorted by relevance
411 IFDE_SolidBrush* pSolidBrush = (IFDE_SolidBrush*)pBrush; in FillSolidPath() local413 pSolidBrush->GetColor(), 0, FXFILL_WINDING); in FillSolidPath()
574 IFDE_SolidBrush* pSolidBrush = (IFDE_SolidBrush*)pBrush; in CreateGdiBrush() local575 Gdiplus::Color gdiColor((Gdiplus::ARGB)pSolidBrush->GetColor()); in CreateGdiBrush()
1239 IFDE_SolidBrush* pSolidBrush = in DrawString() local1242 FXSYS_assert(pDevice != NULL && pSolidBrush != NULL && pPen != NULL); in DrawString()1279 RenderString(pDevice, pSolidBrush, pPieceLine, j, pCharPos, tmDoc2Device); in DrawString()1287 pSolidBrush->Release(); in DrawString()