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

  /external/pdfium/xfa/fde/
fde_gedevice.h 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_gedevice.cpp 123 bool CFDE_RenderDevice::DrawString(CFDE_Brush* pBrush,
129 ASSERT(pBrush && pFont && pCharPos && iCount > 0);
131 FX_ARGB argb = pBrush->GetColor();
297 bool CFDE_RenderDevice::FillClosedCurve(CFDE_Brush* pBrush,
303 return FillPath(pBrush, &path, pMatrix);
306 bool CFDE_RenderDevice::FillEllipse(CFDE_Brush* pBrush,
311 return FillPath(pBrush, &path, pMatrix);
314 bool CFDE_RenderDevice::FillPolygon(CFDE_Brush* pBrush,
319 return FillPath(pBrush, &path, pMatrix);
322 bool CFDE_RenderDevice::FillRectangle(CFDE_Brush* pBrush,
    [all...]
  /external/pdfium/xfa/fxfa/app/
cxfa_textlayout.h 104 CFDE_Brush* pBrush,
cxfa_textlayout.cpp     [all...]
  /external/pdfium/core/fxge/win32/
win32_int.h 76 void GdipCreateBrush(uint32_t fill_argb, void** pBrush);
77 void GdipDeleteBrush(void* pBrush);
fx_win32_gdipext.cpp     [all...]
  /external/pdfium/xfa/fde/tto/
fde_textout.cpp 713 auto pBrush = pdfium::MakeUnique<CFDE_Brush>();
714 pBrush->SetColor(m_TxtColor);
731 m_pRenderDevice->DrawString(pBrush.get(), m_pFont, m_CharPos.data(),

Completed in 110 milliseconds