Home
last modified time | relevance | path

Searched refs:IFDE_SolidBrush (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/xfa/src/fdp/include/
Dfde_brs.h12 class IFDE_SolidBrush; variable
40 class IFDE_SolidBrush : public IFDE_Brush {
/external/pdfium/xfa/src/fdp/src/fde/
Dfde_render.h33 IFDE_SolidBrush* m_pSolidBrush;
Dfde_object.h39 m_Color = ((IFDE_SolidBrush*)m_pBrush)->GetColor(); in SetBrush()
85 class CFDE_SolidBrush : public IFDE_SolidBrush, public CFX_Target {
Dfde_gedevice.cpp145 FX_ARGB argb = ((IFDE_SolidBrush*)pBrush)->GetColor(); in DrawString()
411 IFDE_SolidBrush* pSolidBrush = (IFDE_SolidBrush*)pBrush; in FillSolidPath()
Dfde_gdidevice.cpp151 argb = ((IFDE_SolidBrush*)pBrush)->GetColor(); in DrawString()
574 IFDE_SolidBrush* pSolidBrush = (IFDE_SolidBrush*)pBrush; in CreateGdiBrush()
Dfde_render.cpp189 m_pSolidBrush = (IFDE_SolidBrush*)IFDE_Brush::Create(FDE_BRUSHTYPE_Solid); in RenderText()
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_textlayout.h374 IFDE_SolidBrush* pBrush,
Dxfa_textlayout.cpp1239 IFDE_SolidBrush* pSolidBrush = in DrawString()
1240 (IFDE_SolidBrush*)IFDE_Brush::Create(FDE_BRUSHTYPE_Solid); in DrawString()
1865 IFDE_SolidBrush* pBrush, in RenderString()
/external/pdfium/xfa/src/fdp/src/tto/
Dfde_textout.cpp779 IFDE_SolidBrush* pBrush = in OnDraw()
780 (IFDE_SolidBrush*)IFDE_Brush::Create(FDE_BRUSHTYPE_Solid); in OnDraw()