/external/pdfium/core/fxge/ |
D | cfx_renderdevice.cpp | 603 bool CFX_RenderDevice::DrawPath(const CFX_Path& path, in DrawPath() function in CFX_RenderDevice 729 m_pDeviceDriver->DrawPath(path, pObject2Device, pGraphState, in DrawPath() 743 return m_pDeviceDriver->DrawPath(path, pObject2Device, pGraphState, in DrawPath() 791 if (!bitmap_device.GetDeviceDriver()->DrawPath( in DrawFillStrokePath() 841 return m_pDeviceDriver->DrawPath(path, nullptr, &graph_state, 0, color, in DrawCosmeticLine() 877 m_pDeviceDriver->DrawPath(new_path, new_matrix, &graph_state, 0, stroke_color, in DrawZeroAreaPath() 1288 if (!DrawPath(transformed_path, pUser2Device, pGraphState, fill_color, in DrawTextPath() 1305 DrawPath(path, pUser2Device, nullptr, color, 0, in DrawFillRect() 1318 DrawPath(path, &mtUser2Device, nullptr, color, 0, in DrawFillArea() 1331 DrawPath(path, &mtUser2Device, &gsd, 0, color, in DrawStrokeRect() [all …]
|
D | cfx_drawutils.cpp | 36 render_device->DrawPath(path, &user_to_device, &graph_state_data, 0, in DrawFocusRect()
|
D | renderdevicedriver_iface.h | 75 virtual bool DrawPath(const CFX_Path& path,
|
D | cfx_renderdevice.h | 79 bool DrawPath(const CFX_Path& path,
|
/external/pdfium/fxbarcode/ |
D | BC_TwoDimWriter.cpp | 90 device->DrawPath(path, &matrix, &stateData, kBackgroundColor, in RenderDeviceResult() 120 device->DrawPath(rect, &matri, &data, kBarColor, 0, in RenderDeviceResult()
|
/external/pdfium/core/fxge/win32/ |
D | cgdi_plus_ext.h | 37 bool DrawPath(HDC hDC,
|
D | cps_printer_driver.cpp | 144 bool CPSPrinterDriver::DrawPath(const CFX_Path& path, in DrawPath() function in CPSPrinterDriver 150 return m_PSRenderer.DrawPath(path, pObject2Device, pGraphState, fill_color, in DrawPath()
|
D | cgdi_device_driver.h | 36 bool DrawPath(const CFX_Path& path,
|
D | cps_printer_driver.h | 40 bool DrawPath(const CFX_Path& path,
|
D | ctext_only_printer_driver.h | 32 bool DrawPath(const CFX_Path& path,
|
D | ctext_only_printer_driver.cpp | 78 bool CTextOnlyPrinterDriver::DrawPath( in DrawPath() function in CTextOnlyPrinterDriver
|
D | cfx_psrenderer.h | 73 bool DrawPath(const CFX_Path& path,
|
D | cgdi_device_driver.cpp | 603 bool CGdiDeviceDriver::DrawPath(const CFX_Path& path, in DrawPath() function in CGdiDeviceDriver 641 if (pPlatform->m_GdiplusExt.DrawPath(m_hDC, path, pMatrix, pGraphState, in DrawPath()
|
/external/pdfium/fxbarcode/oned/ |
D | BC_OneDimWriter.cpp | 239 device->DrawPath(path, &matrix, &stateData, kBackgroundColor, in RenderDeviceResult() 246 device->DrawPath(rect, &scaledMatrix, &data, kBarColor, 0, in RenderDeviceResult()
|
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_cbbutton.cpp | 56 pDevice->DrawPath(path, &mtUser2Device, nullptr, in DrawThisAppearance()
|
D | cpwl_caret.cpp | 52 pDevice->DrawPath(path, &mtUser2Device, &gsd, 0, ArgbEncode(255, 0, 0, 0), in DrawThisAppearance()
|
/external/pdfium/core/fxge/skia/ |
D | fx_skia_device_embeddertest.cpp | 94 driver->DrawPath(path1, &matrix, &graphState, 0xFF112233, 0, in CommonTest() 118 driver->DrawPath(path2, &matrix2, &graphState, 0xFF112233, 0, in CommonTest()
|
D | fx_skia_device.h | 60 bool DrawPath(const CFX_Path& path,
|
/external/pdfium/core/fxge/agg/ |
D | cfx_agg_devicedriver.h | 55 bool DrawPath(const CFX_Path& path,
|
/external/skia/src/core/ |
D | SkRecords.h | 84 M(DrawPath) \ 296 RECORD(DrawPath, kDraw_Tag|kHasPaint_Tag,
|
D | SkRecordDraw.cpp | 153 DRAW(DrawPath, drawPath(r.path, r.paint)) 447 Bounds bounds(const DrawPath& op) const { in bounds()
|
D | SkRecorder.cpp | 222 this->append<SkRecords::DrawPath>(paint, path); in onDrawPath()
|
/external/pdfium/xfa/fgas/graphics/ |
D | cfgas_gegraphics.cpp | 215 m_renderDevice->DrawPath(path.GetPath(), &m, &m_info.graphState, 0x0, in RenderDeviceStrokePath() 230 m_renderDevice->DrawPath(path.GetPath(), &m, &m_info.graphState, in RenderDeviceFillPath()
|
/external/skia/tests/ |
D | DrawPathTest.cpp | 409 DEF_TEST(DrawPath, reporter) { in DEF_TEST() argument
|
/external/pdfium/core/fpdfdoc/ |
D | cpdf_annot.cpp | 560 pDevice->DrawPath(path, pUser2Device, &graph_state, argb, argb, in DrawBorder()
|