/external/skqp/src/core/ |
D | SkMiniRecorder.cpp | 39 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()
|
D | SkMiniRecorder.h | 51 Max<sizeof(SkRecords::DrawPath),
|
D | SkPictureCommon.h | 48 void operator()(const SkRecords::DrawPath& op) { in operator()
|
D | SkRecords.h | 64 M(DrawPath) \ 272 RECORD(DrawPath, kDraw_Tag|kHasPaint_Tag,
|
D | SkLiteDL.cpp | 55 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() function 531 this->push<DrawPath>(0, path, paint); in drawPath()
|
/external/skia/src/core/ |
D | SkMiniRecorder.cpp | 39 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()
|
D | SkMiniRecorder.h | 52 Max<sizeof(SkRecords::DrawPath),
|
D | SkPictureCommon.h | 48 void operator()(const SkRecords::DrawPath& op) { in operator()
|
D | SkRecords.h | 67 M(DrawPath) \ 291 RECORD(DrawPath, kDraw_Tag|kHasPaint_Tag,
|
/external/pdfium/core/fxge/ |
D | cfx_renderdevice.cpp | 595 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 …]
|
D | renderdevicedriver_iface.h | 54 virtual bool DrawPath(const CFX_PathData* pPathData,
|
/external/pdfium/core/fxge/win32/ |
D | win32_int.h | 46 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,
|
D | cfx_psrenderer.h | 72 bool DrawPath(const CFX_PathData* pPathData,
|
D | fx_win32_print.cpp | 445 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
|
/external/pdfium/fxbarcode/ |
D | BC_TwoDimWriter.cpp | 93 device->DrawPath(&path, matrix, &stateData, kBackgroundColor, in RenderDeviceResult() 123 device->DrawPath(&rect, &matri, &data, kBarColor, 0, FXFILL_WINDING); in RenderDeviceResult()
|
/external/skqp/experimental/pvg/ |
D | draw_msg.proto | 226 message DrawPath { message 262 DrawPath draw_path = 10;
|
/external/skia/experimental/pvg/ |
D | draw_msg.proto | 226 message DrawPath { message 262 DrawPath draw_path = 10;
|
/external/pdfium/core/fxge/skia/ |
D | fx_skia_device_embeddertest.cpp | 65 driver->DrawPath(&path1, &matrix, &graphState, 0xFF112233, 0, in CommonTest() 88 driver->DrawPath(&path2, &matrix2, &graphState, 0xFF112233, 0, in CommonTest()
|
D | fx_skia_device.h | 61 bool DrawPath(const CFX_PathData* pPathData,
|
/external/skqp/experimental/go-demo/ |
D | main.go | 56 canvas.DrawPath(path, strokePaint)
|
/external/pdfium/fxbarcode/oned/ |
D | BC_OneDimWriter.cpp | 246 device->DrawPath(&path, matrix, &stateData, kBackgroundColor, in RenderDeviceResult() 253 device->DrawPath(&rect, &scaledMatrix, &data, kBarColor, 0, FXFILL_WINDING); in RenderDeviceResult()
|
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_caret.cpp | 50 pDevice->DrawPath(&path, &mtUser2Device, &gsd, 0, ArgbEncode(255, 0, 0, 0), in DrawThisAppearance()
|
D | cpwl_edit.cpp | 195 pDevice->DrawPath(&path, &mtUser2Device, &gsd, 0, in DrawThisAppearance() 223 pDevice->DrawPath(&path, &mtUser2Device, &gsd, 0, in DrawThisAppearance()
|
/external/pdfium/core/fxge/agg/ |
D | fx_agg_driver.h | 56 bool DrawPath(const CFX_PathData* pPathData,
|
/external/pdfium/xfa/fxgraphics/ |
D | cxfa_graphics.cpp | 216 m_renderDevice->DrawPath(path->GetPathData(), &m, &m_info.graphState, 0x0, in RenderDeviceStrokePath() 229 m_renderDevice->DrawPath(path->GetPathData(), &m, &m_info.graphState, in RenderDeviceFillPath()
|