Searched defs:pPen (Results 1 - 4 of 4) sorted by relevance

/external/pdfium/xfa/fde/
H A Dfde_gedevice.cpp207 bool CFDE_RenderDevice::DrawBezier(CFDE_Pen* pPen, argument
221 return DrawPath(pPen, fPenWidth, &path, pMatrix);
224 bool CFDE_RenderDevice::DrawCurve(CFDE_Pen* pPen, argument
232 return DrawPath(pPen, fPenWidth, &path, pMatrix);
235 bool CFDE_RenderDevice::DrawEllipse(CFDE_Pen* pPen, argument
241 return DrawPath(pPen, fPenWidth, &path, pMatrix);
244 bool CFDE_RenderDevice::DrawLines(CFDE_Pen* pPen, argument
250 return DrawPath(pPen, fPenWidth, &path, pMatrix);
253 bool CFDE_RenderDevice::DrawLine(CFDE_Pen* pPen, argument
260 return DrawPath(pPen, fPenWidt
263 DrawPath(CFDE_Pen* pPen, FX_FLOAT fPenWidth, const CFDE_Path* pPath, const CFX_Matrix* pMatrix) argument
279 DrawPolygon(CFDE_Pen* pPen, FX_FLOAT fPenWidth, const std::vector<CFX_PointF>& points, const CFX_Matrix* pMatrix) argument
288 DrawRectangle(CFDE_Pen* pPen, FX_FLOAT fPenWidth, const CFX_RectF& rect, const CFX_Matrix* pMatrix) argument
330 CreatePen(CFDE_Pen* pPen, FX_FLOAT fPenWidth, CFX_GraphStateData& graphState) argument
[all...]
/external/pdfium/xfa/fde/tto/
H A Dfde_textout.cpp719 auto pPen = pdfium::MakeUnique<CFDE_Pen>(); local
720 pPen->SetColor(m_TxtColor);
734 DrawLine(pPiece, pPen.get());
766 void CFDE_TextOut::DrawLine(const FDE_TTOPIECE* pPiece, CFDE_Pen* pPen) { argument
835 m_pRenderDevice->DrawPath(pPen, 1, pPath.get(), &m_Matrix);
/external/pdfium/xfa/fxfa/app/
H A Dcxfa_textlayout.cpp571 auto pPen = pdfium::MakeUnique<CFDE_Pen>(); local
613 RenderPath(pDevice.get(), pPen.get(), pPieceLine, j, pCharPos,
1173 CFDE_Pen* pPen,
1184 pPen->SetColor(pPiece->dwColor);
1282 pDevice->DrawPath(pPen, 1, pPath.get(), &tmDoc2Device);
1172 RenderPath(CFDE_RenderDevice* pDevice, CFDE_Pen* pPen, CXFA_PieceLine* pPieceLine, int32_t iPiece, FXTEXT_CHARPOS* pCharPos, const CFX_Matrix& tmDoc2Device) argument
/external/pdfium/core/fxge/win32/
H A Dfx_win32_gdipext.cpp984 GpPen* pPen = nullptr; local
985 CallFunc(GdipCreatePen1)((ARGB)argb, width, UnitWorld, &pPen);
1003 CallFunc(GdipSetPenLineCap197819)(pPen, lineCap, lineCap, dashCap);
1016 CallFunc(GdipSetPenLineJoin)(pPen, lineJoin);
1059 CallFunc(GdipSetPenDashArray)(pPen, pDashArray, nCount);
1068 CallFunc(GdipSetPenDashOffset)(pPen, phase);
1072 CallFunc(GdipSetPenMiterLimit)(pPen, pGraphState->m_MiterLimit);
1073 return pPen;
1201 GpPen* pPen = nullptr; local
1202 CallFunc(GdipCreatePen1)(fill_argb, 1.0f, UnitPixel, &pPen);
1229 GpPen* pPen = _GdipCreatePen(pGraphState, pObject2Device, stroke_argb, local
[all...]

Completed in 714 milliseconds