Home
last modified time | relevance | path

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

12

/external/skqp/src/core/
DSkMiniRecorder.cpp39 static SkRect bounds(const DrawPath& op) { in bounds()
89 TRY_TO_STORE(DrawPath, paint, path); in drawPath()
111 CASE(DrawPath); in detachAsPicture()
131 CASE(DrawPath); in flushAndReset()
DSkMiniRecorder.h51 Max<sizeof(SkRecords::DrawPath),
DSkPictureCommon.h48 void operator()(const SkRecords::DrawPath& op) { in operator()
DSkRecords.h64 M(DrawPath) \
272 RECORD(DrawPath, kDraw_Tag|kHasPaint_Tag,
DSkLiteDL.cpp55 M(DrawPaint) M(DrawPath) M(DrawRect) M(DrawEdgeAARect) \
179 struct DrawPath final : Op { struct
180 static const auto kType = Type::DrawPath; argument
181 DrawPath(const SkPath& path, const SkPaint& paint) : path(path), paint(paint) {} in DrawPath() argument
531 this->push<DrawPath>(0, path, paint); in drawPath()
/external/skia/src/core/
DSkMiniRecorder.cpp39 static SkRect bounds(const DrawPath& op) { in bounds()
89 TRY_TO_STORE(DrawPath, paint, path); in drawPath()
115 CASE(DrawPath) in detachAsPicture()
135 CASE(DrawPath); in flushAndReset()
DSkMiniRecorder.h52 Max<sizeof(SkRecords::DrawPath),
DSkPictureCommon.h48 void operator()(const SkRecords::DrawPath& op) { in operator()
DSkRecords.h69 M(DrawPath) \
270 RECORD(DrawPath, kDraw_Tag|kHasPaint_Tag,
/external/pdfium/core/fxge/
Dcfx_renderdevice.cpp595 m_pDeviceDriver->DrawPath(&newPath, pMatrix, &graphState, 0, strokecolor, in DrawPathWithBlend()
602 return m_pDeviceDriver->DrawPath(pPathData, pObject2Device, pGraphState, in DrawPathWithBlend()
609 return m_pDeviceDriver->DrawPath(pPathData, pObject2Device, pGraphState, in DrawPathWithBlend()
658 if (!bitmap_device.GetDeviceDriver()->DrawPath( in DrawFillStrokePath()
710 return m_pDeviceDriver->DrawPath(&path, nullptr, &graph_state, 0, color, in DrawCosmeticLine()
1095 DrawPath(&path, pUser2Device, nullptr, color, 0, FXFILL_WINDING); in DrawFillRect()
1107 DrawPath(&path, &mtUser2Device, nullptr, color, 0, FXFILL_ALTERNATE); in DrawFillArea()
1119 DrawPath(&path, &mtUser2Device, &gsd, 0, color, FXFILL_ALTERNATE); in DrawStrokeRect()
1134 DrawPath(&path, pUser2Device, &gsd, 0, color, FXFILL_ALTERNATE); in DrawStrokeLine()
1199 DrawPath(&path, pUser2Device, nullptr, color.ToFXColor(nTransparency), in DrawBorder()
[all …]
Drenderdevicedriver_iface.h54 virtual bool DrawPath(const CFX_PathData* pPathData,
/external/pdfium/core/fxge/win32/
Dwin32_int.h46 bool DrawPath(HDC hDC,
92 bool DrawPath(const CFX_PathData* pPathData,
243 bool DrawPath(const CFX_PathData* pPathData,
307 bool DrawPath(const CFX_PathData* pPathData,
Dfx_win32_print.cpp445 bool CPSPrinterDriver::DrawPath(const CFX_PathData* pPathData, in DrawPath() function in CPSPrinterDriver
454 return m_PSRenderer.DrawPath(pPathData, pObject2Device, pGraphState, in DrawPath()
568 bool CTextOnlyPrinterDriver::DrawPath(const CFX_PathData* pPathData, in DrawPath() function in CTextOnlyPrinterDriver
Dcfx_psrenderer.h72 bool DrawPath(const CFX_PathData* pPathData,
/external/pdfium/fxbarcode/
DBC_TwoDimWriter.cpp93 device->DrawPath(&path, matrix, &stateData, kBackgroundColor, in RenderDeviceResult()
123 device->DrawPath(&rect, &matri, &data, kBarColor, 0, FXFILL_WINDING); in RenderDeviceResult()
/external/skia/experimental/pvg/
Ddraw_msg.proto226 message DrawPath { message
262 DrawPath draw_path = 10;
/external/skqp/experimental/pvg/
Ddraw_msg.proto226 message DrawPath { message
262 DrawPath draw_path = 10;
/external/pdfium/core/fxge/skia/
Dfx_skia_device_embeddertest.cpp65 driver->DrawPath(&path1, &matrix, &graphState, 0xFF112233, 0, in CommonTest()
88 driver->DrawPath(&path2, &matrix2, &graphState, 0xFF112233, 0, in CommonTest()
Dfx_skia_device.h61 bool DrawPath(const CFX_PathData* pPathData,
/external/skqp/experimental/go-demo/
Dmain.go56 canvas.DrawPath(path, strokePaint)
/external/pdfium/fxbarcode/oned/
DBC_OneDimWriter.cpp246 device->DrawPath(&path, matrix, &stateData, kBackgroundColor, in RenderDeviceResult()
253 device->DrawPath(&rect, &scaledMatrix, &data, kBarColor, 0, FXFILL_WINDING); in RenderDeviceResult()
/external/pdfium/fpdfsdk/pwl/
Dcpwl_caret.cpp50 pDevice->DrawPath(&path, &mtUser2Device, &gsd, 0, ArgbEncode(255, 0, 0, 0), in DrawThisAppearance()
Dcpwl_edit.cpp195 pDevice->DrawPath(&path, &mtUser2Device, &gsd, 0, in DrawThisAppearance()
223 pDevice->DrawPath(&path, &mtUser2Device, &gsd, 0, in DrawThisAppearance()
/external/pdfium/core/fxge/agg/
Dfx_agg_driver.h56 bool DrawPath(const CFX_PathData* pPathData,
/external/pdfium/xfa/fxgraphics/
Dcxfa_graphics.cpp216 m_renderDevice->DrawPath(path->GetPathData(), &m, &m_info.graphState, 0x0, in RenderDeviceStrokePath()
229 m_renderDevice->DrawPath(path->GetPathData(), &m, &m_info.graphState, in RenderDeviceFillPath()

12