/external/pdfium/xfa/fde/ |
D | fde_gedevice.cpp | 221 return DrawPath(pPen, fPenWidth, &path, pMatrix); in DrawBezier() 232 return DrawPath(pPen, fPenWidth, &path, pMatrix); in DrawCurve() 241 return DrawPath(pPen, fPenWidth, &path, pMatrix); in DrawEllipse() 250 return DrawPath(pPen, fPenWidth, &path, pMatrix); in DrawLines() 260 return DrawPath(pPen, fPenWidth, &path, pMatrix); in DrawLine() 263 bool CFDE_RenderDevice::DrawPath(CFDE_Pen* pPen, in DrawPath() function in CFDE_RenderDevice 275 return m_pDevice->DrawPath(&pGePath->m_Path, (const CFX_Matrix*)pMatrix, in DrawPath() 285 return DrawPath(pPen, fPenWidth, &path, pMatrix); in DrawPolygon() 294 return DrawPath(pPen, fPenWidth, &path, pMatrix); in DrawRectangle() 352 return m_pDevice->DrawPath(&pGePath->m_Path, pMatrix, nullptr, in FillPath()
|
D | fde_gedevice.h | 74 bool DrawPath(CFDE_Pen* pPen,
|
/external/skia/src/core/ |
D | SkMiniRecorder.cpp | 78 TRY_TO_STORE(DrawPath, paint, path); in drawPath() 100 CASE(DrawPath); in detachAsPicture() 120 CASE(DrawPath); in flushAndReset()
|
D | SkPictureCommon.h | 105 void operator()(const SkRecords::DrawPath& op) { in operator()
|
D | SkLiteDL.cpp | 52 M(DrawPaint) M(DrawPath) M(DrawRect) M(DrawRegion) M(DrawOval) M(DrawArc) \ 180 struct DrawPath final : Op { struct 181 static const auto kType = Type::DrawPath; argument 182 DrawPath(const SkPath& path, const SkPaint& paint) : path(path), paint(paint) {} in DrawPath() argument 573 this->push<DrawPath>(0, path, paint); in drawPath()
|
/external/pdfium/core/fxge/win32/ |
D | win32_int.h | 53 bool DrawPath(HDC hDC, 140 bool DrawPath(const CFX_PathData* pPathData, 285 bool DrawPath(const CFX_PathData* pPathData,
|
D | cfx_psrenderer.h | 48 bool DrawPath(const CFX_PathData* pPathData,
|
D | fx_win32_print.cpp | 420 bool CPSPrinterDriver::DrawPath(const CFX_PathData* pPathData, in DrawPath() function in CPSPrinterDriver 430 return m_PSRenderer.DrawPath(pPathData, pObject2Device, pGraphState, in DrawPath()
|
/external/pdfium/fpdfsdk/pdfwindow/ |
D | PWL_Utils.cpp | 944 pDevice->DrawPath(&path, pUser2Device, nullptr, color, 0, FXFILL_WINDING); in DrawFillRect() 957 pDevice->DrawPath(&path, pUser2Device, nullptr, color, 0, FXFILL_ALTERNATE); in DrawFillArea() 972 pDevice->DrawPath(&path, pUser2Device, &gsd, 0, color, FXFILL_ALTERNATE); in DrawStrokeRect() 988 pDevice->DrawPath(&path, pUser2Device, &gsd, 0, color, FXFILL_ALTERNATE); in DrawStrokeLine() 1059 pDevice->DrawPath(&path, pUser2Device, nullptr, in DrawBorder() 1088 pDevice->DrawPath(&path, pUser2Device, &gsd, 0, in DrawBorder() 1117 pDevice->DrawPath(&pathLT, pUser2Device, &gsd, in DrawBorder() 1141 pDevice->DrawPath(&pathRB, pUser2Device, &gsd, in DrawBorder() 1151 pDevice->DrawPath(&path, pUser2Device, &gsd, in DrawBorder() 1165 pDevice->DrawPath(&path, pUser2Device, &gsd, 0, in DrawBorder()
|
D | PWL_Caret.cpp | 56 pDevice->DrawPath(&path, pUser2Device, &gsd, 0, ArgbEncode(255, 0, 0, 0), in DrawThisAppearance()
|
D | PWL_Edit.cpp | 351 pDevice->DrawPath(&path, pUser2Device, &gsd, 0, in DrawThisAppearance() 381 pDevice->DrawPath(&path, pUser2Device, &gsd, 0, in DrawThisAppearance()
|
/external/pdfium/xfa/fxbarcode/ |
D | BC_TwoDimWriter.cpp | 27 device->DrawPath(&path, matrix, &stateData, m_backgroundColor, in RenderDeviceResult() 50 device->DrawPath(&rect, &matri, &data, m_barColor, 0, FXFILL_WINDING); in RenderDeviceResult()
|
/external/skia/experimental/SkV8Example/ |
D | DrawingMethods.cpp | 90 void DrawingMethods::DrawPath(const v8::FunctionCallbackInfo<v8::Value>& args) { in DrawPath() function in DrawingMethods 171 ADD_METHOD("drawPath", DrawPath); in addAttributesAndMethods()
|
D | DrawingMethods.h | 54 static void DrawPath(const v8::FunctionCallbackInfo<v8::Value>& args);
|
/external/skia/include/private/ |
D | SkMiniRecorder.h | 50 Max<sizeof(SkRecords::DrawPath),
|
D | SkRecords.h | 68 M(DrawPath) \ 272 RECORD(DrawPath, kDraw_Tag|kHasPaint_Tag,
|
/external/pdfium/core/fxge/skia/ |
D | fx_skia_device_unittest.cpp | 63 driver->DrawPath(&path1, &matrix, &graphState, 0xFF112233, 0, in CommonTest() 86 driver->DrawPath(&path2, &matrix2, &graphState, 0xFF112233, 0, in CommonTest()
|
D | fx_skia_device.h | 59 bool DrawPath(const CFX_PathData* pPathData,
|
/external/pdfium/core/fxge/ |
D | ifx_renderdevicedriver.h | 41 virtual bool DrawPath(const CFX_PathData* pPathData,
|
D | cfx_renderdevice.h | 114 bool DrawPath(const CFX_PathData* pPathData, in DrawPath() function
|
/external/pdfium/core/fxge/agg/ |
D | fx_agg_driver.h | 54 bool DrawPath(const CFX_PathData* pPathData,
|
/external/pdfium/core/fxge/ge/ |
D | cfx_renderdevice.cpp | 571 m_pDeviceDriver->DrawPath(&newPath, pMatrix, &graphState, 0, strokecolor, in DrawPathWithBlend() 578 return m_pDeviceDriver->DrawPath(pPathData, pObject2Device, pGraphState, in DrawPathWithBlend() 585 return m_pDeviceDriver->DrawPath(pPathData, pObject2Device, pGraphState, in DrawPathWithBlend() 634 if (!bitmap_device.GetDeviceDriver()->DrawPath( in DrawFillStrokePath() 697 return m_pDeviceDriver->DrawPath(&path, nullptr, &graph_state, 0, color, in DrawCosmeticLine()
|
/external/pdfium/xfa/fxbarcode/oned/ |
D | BC_OneDimWriter.cpp | 368 device->DrawPath(&path, matrix, &stateData, m_backgroundColor, in RenderDeviceResult() 379 device->DrawPath(&rect, &matri, &data, m_barColor, 0, FXFILL_WINDING); in RenderDeviceResult()
|
/external/pdfium/xfa/fxgraphics/ |
D | cfx_graphics.cpp | 285 m_renderDevice->DrawPath(path->GetPathData(), &m, &m_info.graphState, 0x0, in RenderDeviceStrokePath() 306 m_renderDevice->DrawPath(path->GetPathData(), &m, &m_info.graphState, in RenderDeviceFillPath()
|
/external/skia/tests/ |
D | DrawPathTest.cpp | 348 DEF_TEST(DrawPath, reporter) { in DEF_TEST() argument
|