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

  /external/pdfium/xfa/fde/
fde_gedevice.h 48 bool DrawBezier(CFDE_Pen* pPen,
55 bool DrawCurve(CFDE_Pen* pPen,
61 bool DrawEllipse(CFDE_Pen* pPen,
65 bool DrawLines(CFDE_Pen* pPen,
69 bool DrawLine(CFDE_Pen* pPen,
74 bool DrawPath(CFDE_Pen* pPen,
78 bool DrawPolygon(CFDE_Pen* pPen,
82 bool DrawRectangle(CFDE_Pen* pPen,
117 bool CreatePen(CFDE_Pen* pPen,
fde_gedevice.cpp 207 bool CFDE_RenderDevice::DrawBezier(CFDE_Pen* pPen,
221 return DrawPath(pPen, fPenWidth, &path, pMatrix);
224 bool CFDE_RenderDevice::DrawCurve(CFDE_Pen* pPen,
232 return DrawPath(pPen, fPenWidth, &path, pMatrix);
235 bool CFDE_RenderDevice::DrawEllipse(CFDE_Pen* pPen,
241 return DrawPath(pPen, fPenWidth, &path, pMatrix);
244 bool CFDE_RenderDevice::DrawLines(CFDE_Pen* pPen,
250 return DrawPath(pPen, fPenWidth, &path, pMatrix);
253 bool CFDE_RenderDevice::DrawLine(CFDE_Pen* pPen,
260 return DrawPath(pPen, fPenWidth, &path, pMatrix)
    [all...]
  /external/pdfium/core/fxge/win32/
fx_win32_gdipext.cpp     [all...]
  /external/pdfium/xfa/fxfa/app/
cxfa_textlayout.h 110 CFDE_Pen* pPen,
cxfa_textlayout.cpp 571 auto pPen = pdfium::MakeUnique<CFDE_Pen>();
613 RenderPath(pDevice.get(), pPen.get(), pPieceLine, j, pCharPos,
    [all...]
  /external/pdfium/xfa/fde/tto/
fde_textout.cpp 719 auto pPen = pdfium::MakeUnique<CFDE_Pen>();
720 pPen->SetColor(m_TxtColor);
734 DrawLine(pPiece, pPen.get());
766 void CFDE_TextOut::DrawLine(const FDE_TTOPIECE* pPiece, CFDE_Pen* pPen) {
835 m_pRenderDevice->DrawPath(pPen, 1, pPath.get(), &m_Matrix);
fde_textout.h 152 void DrawLine(const FDE_TTOPIECE* pPiece, CFDE_Pen* pPen);

Completed in 239 milliseconds