Home
last modified time | relevance | path

Searched refs:pSolidBrush (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/src/fdp/src/fde/
Dfde_gedevice.cpp411 IFDE_SolidBrush* pSolidBrush = (IFDE_SolidBrush*)pBrush; in FillSolidPath() local
413 pSolidBrush->GetColor(), 0, FXFILL_WINDING); in FillSolidPath()
Dfde_gdidevice.cpp574 IFDE_SolidBrush* pSolidBrush = (IFDE_SolidBrush*)pBrush; in CreateGdiBrush() local
575 Gdiplus::Color gdiColor((Gdiplus::ARGB)pSolidBrush->GetColor()); in CreateGdiBrush()
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_textlayout.cpp1239 IFDE_SolidBrush* pSolidBrush = in DrawString() local
1242 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()