HomeSort by relevance Sort by last modified time
    Searched refs:CFDE_Brush (Results 1 - 8 of 8) sorted by null

  /external/pdfium/xfa/fde/
fde_object.h 14 class CFDE_Brush {
16 CFDE_Brush() : m_Color(0xFF000000) {}
fde_gedevice.h 15 class CFDE_Brush;
42 bool DrawString(CFDE_Brush* pBrush,
86 bool FillClosedCurve(CFDE_Brush* pBrush,
90 bool FillEllipse(CFDE_Brush* pBrush,
93 bool FillPath(CFDE_Brush* pBrush,
96 bool FillPolygon(CFDE_Brush* pBrush,
99 bool FillRectangle(CFDE_Brush* pBrush,
103 bool DrawSolidString(CFDE_Brush* pBrush,
109 bool DrawStringPath(CFDE_Brush* pBrush,
fde_render.h 45 std::unique_ptr<CFDE_Brush> m_pBrush;
fde_gedevice.cpp 123 bool CFDE_RenderDevice::DrawString(CFDE_Brush* pBrush,
297 bool CFDE_RenderDevice::FillClosedCurve(CFDE_Brush* pBrush,
306 bool CFDE_RenderDevice::FillEllipse(CFDE_Brush* pBrush,
314 bool CFDE_RenderDevice::FillPolygon(CFDE_Brush* pBrush,
322 bool CFDE_RenderDevice::FillRectangle(CFDE_Brush* pBrush,
344 bool CFDE_RenderDevice::FillPath(CFDE_Brush* pBrush,
fde_render.cpp 116 m_pBrush = pdfium::MakeUnique<CFDE_Brush>();
  /external/pdfium/xfa/fxfa/app/
cxfa_textlayout.h 20 class CFDE_Brush;
104 CFDE_Brush* pBrush,
cxfa_textlayout.cpp 570 auto pSolidBrush = pdfium::MakeUnique<CFDE_Brush>();
    [all...]
  /external/pdfium/xfa/fde/tto/
fde_textout.cpp 713 auto pBrush = pdfium::MakeUnique<CFDE_Brush>();

Completed in 3015 milliseconds