Home
last modified time | relevance | path

Searched refs:DrawPath (Results 1 – 25 of 36) sorted by relevance

12

/external/pdfium/core/fxge/
Dcfx_renderdevice.cpp603 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 …]
Dcfx_drawutils.cpp36 render_device->DrawPath(path, &user_to_device, &graph_state_data, 0, in DrawFocusRect()
Drenderdevicedriver_iface.h75 virtual bool DrawPath(const CFX_Path& path,
Dcfx_renderdevice.h79 bool DrawPath(const CFX_Path& path,
/external/pdfium/fxbarcode/
DBC_TwoDimWriter.cpp90 device->DrawPath(path, &matrix, &stateData, kBackgroundColor, in RenderDeviceResult()
120 device->DrawPath(rect, &matri, &data, kBarColor, 0, in RenderDeviceResult()
/external/pdfium/core/fxge/win32/
Dcgdi_plus_ext.h37 bool DrawPath(HDC hDC,
Dcps_printer_driver.cpp144 bool CPSPrinterDriver::DrawPath(const CFX_Path& path, in DrawPath() function in CPSPrinterDriver
150 return m_PSRenderer.DrawPath(path, pObject2Device, pGraphState, fill_color, in DrawPath()
Dcgdi_device_driver.h36 bool DrawPath(const CFX_Path& path,
Dcps_printer_driver.h40 bool DrawPath(const CFX_Path& path,
Dctext_only_printer_driver.h32 bool DrawPath(const CFX_Path& path,
Dctext_only_printer_driver.cpp78 bool CTextOnlyPrinterDriver::DrawPath( in DrawPath() function in CTextOnlyPrinterDriver
Dcfx_psrenderer.h73 bool DrawPath(const CFX_Path& path,
Dcgdi_device_driver.cpp603 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/
DBC_OneDimWriter.cpp239 device->DrawPath(path, &matrix, &stateData, kBackgroundColor, in RenderDeviceResult()
246 device->DrawPath(rect, &scaledMatrix, &data, kBarColor, 0, in RenderDeviceResult()
/external/pdfium/fpdfsdk/pwl/
Dcpwl_cbbutton.cpp56 pDevice->DrawPath(path, &mtUser2Device, nullptr, in DrawThisAppearance()
Dcpwl_caret.cpp52 pDevice->DrawPath(path, &mtUser2Device, &gsd, 0, ArgbEncode(255, 0, 0, 0), in DrawThisAppearance()
/external/pdfium/core/fxge/skia/
Dfx_skia_device_embeddertest.cpp94 driver->DrawPath(path1, &matrix, &graphState, 0xFF112233, 0, in CommonTest()
118 driver->DrawPath(path2, &matrix2, &graphState, 0xFF112233, 0, in CommonTest()
Dfx_skia_device.h60 bool DrawPath(const CFX_Path& path,
/external/pdfium/core/fxge/agg/
Dcfx_agg_devicedriver.h55 bool DrawPath(const CFX_Path& path,
/external/skia/src/core/
DSkRecords.h84 M(DrawPath) \
296 RECORD(DrawPath, kDraw_Tag|kHasPaint_Tag,
DSkRecordDraw.cpp153 DRAW(DrawPath, drawPath(r.path, r.paint))
447 Bounds bounds(const DrawPath& op) const { in bounds()
DSkRecorder.cpp222 this->append<SkRecords::DrawPath>(paint, path); in onDrawPath()
/external/pdfium/xfa/fgas/graphics/
Dcfgas_gegraphics.cpp215 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/
DDrawPathTest.cpp409 DEF_TEST(DrawPath, reporter) { in DEF_TEST() argument
/external/pdfium/core/fpdfdoc/
Dcpdf_annot.cpp560 pDevice->DrawPath(path, pUser2Device, &graph_state, argb, argb, in DrawBorder()

12