/external/pdfium/xfa/src/fdp/src/fde/ |
D | fde_gdidevice.h | 48 virtual FX_BOOL DrawArc(IFDE_Pen* pPen, 54 virtual FX_BOOL DrawBezier(IFDE_Pen* pPen, 61 virtual FX_BOOL DrawCurve(IFDE_Pen* pPen, 67 virtual FX_BOOL DrawEllipse(IFDE_Pen* pPen, 71 virtual FX_BOOL DrawLines(IFDE_Pen* pPen, 75 virtual FX_BOOL DrawLine(IFDE_Pen* pPen, 80 virtual FX_BOOL DrawPath(IFDE_Pen* pPen, 84 virtual FX_BOOL DrawPie(IFDE_Pen* pPen, 90 virtual FX_BOOL DrawChord(IFDE_Pen* pPen, 96 virtual FX_BOOL DrawPolygon(IFDE_Pen* pPen, [all …]
|
D | fde_gdidevice.cpp | 220 FX_BOOL CFDE_GdiDevice::DrawArc(IFDE_Pen* pPen, in DrawArc() argument 228 Gdiplus::Pen* pGdiPen = CreateGdiPen(pPen, fPenWidth); in DrawArc() 240 FX_BOOL CFDE_GdiDevice::DrawBezier(IFDE_Pen* pPen, in DrawBezier() argument 247 Gdiplus::Pen* pGdiPen = CreateGdiPen(pPen, fPenWidth); in DrawBezier() 258 FX_BOOL CFDE_GdiDevice::DrawCurve(IFDE_Pen* pPen, in DrawCurve() argument 264 Gdiplus::Pen* pGdiPen = CreateGdiPen(pPen, fPenWidth); in DrawCurve() 281 FX_BOOL CFDE_GdiDevice::DrawEllipse(IFDE_Pen* pPen, in DrawEllipse() argument 285 Gdiplus::Pen* pGdiPen = CreateGdiPen(pPen, fPenWidth); in DrawEllipse() 296 FX_BOOL CFDE_GdiDevice::DrawLines(IFDE_Pen* pPen, in DrawLines() argument 300 Gdiplus::Pen* pGdiPen = CreateGdiPen(pPen, fPenWidth); in DrawLines() [all …]
|
D | fde_gedevice.h | 39 virtual FX_BOOL DrawBezier(IFDE_Pen* pPen, 46 virtual FX_BOOL DrawCurve(IFDE_Pen* pPen, 52 virtual FX_BOOL DrawEllipse(IFDE_Pen* pPen, 56 virtual FX_BOOL DrawLines(IFDE_Pen* pPen, 60 virtual FX_BOOL DrawLine(IFDE_Pen* pPen, 65 virtual FX_BOOL DrawPath(IFDE_Pen* pPen, 69 virtual FX_BOOL DrawPolygon(IFDE_Pen* pPen, 73 virtual FX_BOOL DrawRectangle(IFDE_Pen* pPen, 119 FX_BOOL CreatePen(IFDE_Pen* pPen,
|
D | fde_gedevice.cpp | 225 FX_BOOL CFDE_FxgeDevice::DrawBezier(IFDE_Pen* pPen, in DrawBezier() argument 239 return DrawPath(pPen, fPenWidth, &path, pMatrix); in DrawBezier() 241 FX_BOOL CFDE_FxgeDevice::DrawCurve(IFDE_Pen* pPen, in DrawCurve() argument 249 return DrawPath(pPen, fPenWidth, &path, pMatrix); in DrawCurve() 251 FX_BOOL CFDE_FxgeDevice::DrawEllipse(IFDE_Pen* pPen, in DrawEllipse() argument 257 return DrawPath(pPen, fPenWidth, &path, pMatrix); in DrawEllipse() 259 FX_BOOL CFDE_FxgeDevice::DrawLines(IFDE_Pen* pPen, in DrawLines() argument 265 return DrawPath(pPen, fPenWidth, &path, pMatrix); in DrawLines() 267 FX_BOOL CFDE_FxgeDevice::DrawLine(IFDE_Pen* pPen, in DrawLine() argument 274 return DrawPath(pPen, fPenWidth, &path, pMatrix); in DrawLine() [all …]
|
D | fde_render.cpp | 226 IFDE_Pen* pPen = pPathSet->GetPen(hPath); in RenderPath() local 228 if (pPen != NULL && fWidth > 0) { in RenderPath() 229 m_pRenderDevice->DrawPath(pPen, fWidth, pPath, &m_Transform); in RenderPath()
|
/external/pdfium/xfa/src/fdp/include/ |
D | fde_rdv.h | 48 virtual FX_BOOL DrawBezier(IFDE_Pen* pPen, 55 virtual FX_BOOL DrawCurve(IFDE_Pen* pPen, 61 virtual FX_BOOL DrawEllipse(IFDE_Pen* pPen, 65 virtual FX_BOOL DrawLines(IFDE_Pen* pPen, 69 virtual FX_BOOL DrawLine(IFDE_Pen* pPen, 74 virtual FX_BOOL DrawPath(IFDE_Pen* pPen, 78 virtual FX_BOOL DrawPolygon(IFDE_Pen* pPen, 82 virtual FX_BOOL DrawRectangle(IFDE_Pen* pPen,
|
/external/pdfium/core/src/fxge/win32/ |
D | fx_win32_gdipext.cpp | 983 GpPen* pPen = NULL; in _GdipCreatePen() local 984 CallFunc(GdipCreatePen1)((ARGB)argb, width, UnitWorld, &pPen); in _GdipCreatePen() 1002 CallFunc(GdipSetPenLineCap197819)(pPen, lineCap, lineCap, dashCap); in _GdipCreatePen() 1015 CallFunc(GdipSetPenLineJoin)(pPen, lineJoin); in _GdipCreatePen() 1058 CallFunc(GdipSetPenDashArray)(pPen, pDashArray, nCount); in _GdipCreatePen() 1067 CallFunc(GdipSetPenDashOffset)(pPen, phase); in _GdipCreatePen() 1071 CallFunc(GdipSetPenMiterLimit)(pPen, pGraphState->m_MiterLimit); in _GdipCreatePen() 1072 return pPen; in _GdipCreatePen() 1204 GpPen* pPen = NULL; in DrawPath() local 1205 CallFunc(GdipCreatePen1)(fill_argb, 1.0f, UnitPixel, &pPen); in DrawPath() [all …]
|
/external/pdfium/xfa/src/fdp/src/tto/ |
D | fde_textout.cpp | 782 IFDE_Pen* pPen = NULL; in OnDraw() local 800 DrawLine(pPiece, pPen); in OnDraw() 807 if (pPen) { in OnDraw() 808 pPen->Release(); in OnDraw() 837 void CFDE_TextOut::DrawLine(const FDE_LPTTOPIECE pPiece, IFDE_Pen*& pPen) { in DrawLine() argument 845 if (pPen == NULL) { in DrawLine() 846 pPen = IFDE_Pen::Create(); in DrawLine() 847 pPen->SetColor(m_TxtColor); in DrawLine() 911 m_pRenderDevice->DrawPath(pPen, 1, pPath, &m_Matrix); in DrawLine()
|
D | fde_textout.h | 132 void DrawLine(const FDE_LPTTOPIECE pPiece, IFDE_Pen*& pPen);
|
/external/pdfium/xfa/src/fxfa/src/app/ |
D | xfa_textlayout.cpp | 1241 IFDE_Pen* pPen = IFDE_Pen::Create(); in DrawString() local 1242 FXSYS_assert(pDevice != NULL && pSolidBrush != NULL && pPen != NULL); in DrawString() 1282 RenderPath(pDevice, pPen, pPieceLine, j, pCharPos, tmDoc2Device); in DrawString() 1288 pPen->Release(); in DrawString() 1880 IFDE_Pen* pPen, in RenderPath() argument 1891 pPen->SetColor(pPiece->dwColor); in RenderPath() 1988 pDevice->DrawPath(pPen, 1, pPath, &tmDoc2Device); in RenderPath()
|
D | xfa_textlayout.h | 380 IFDE_Pen* pPen,
|