Home
last modified time | relevance | path

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

12

/external/skia/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.h65 M(DrawPath) \
275 RECORD(DrawPath, kDraw_Tag|kHasPaint_Tag,
DSkLiteDL.cpp55 M(DrawPaint) M(DrawBehind) M(DrawPath) M(DrawRect) M(DrawEdgeAARect) \
185 struct DrawPath final : Op { struct
186 static const auto kType = Type::DrawPath; argument
187 DrawPath(const SkPath& path, const SkPaint& paint) : path(path), paint(paint) {} in DrawPath() argument
540 this->push<DrawPath>(0, path, paint); in drawPath()
/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() function
531 this->push<DrawPath>(0, path, paint); in drawPath()
/external/pdfium/core/fxge/
Dcfx_renderdevice.cpp598 m_pDeviceDriver->DrawPath(&newPath, pMatrix, &graphState, 0, strokecolor, in DrawPathWithBlend()
605 return m_pDeviceDriver->DrawPath(pPathData, pObject2Device, pGraphState, in DrawPathWithBlend()
612 return m_pDeviceDriver->DrawPath(pPathData, pObject2Device, pGraphState, in DrawPathWithBlend()
663 if (!bitmap_device.GetDeviceDriver()->DrawPath( in DrawFillStrokePath()
716 return m_pDeviceDriver->DrawPath(&path, nullptr, &graph_state, 0, color, in DrawCosmeticLine()
1139 DrawPath(&path, pUser2Device, nullptr, color, 0, FXFILL_WINDING); in DrawFillRect()
1151 DrawPath(&path, pUser2Device, nullptr, color, 0, FXFILL_ALTERNATE); in DrawFillArea()
1165 DrawPath(&path, pUser2Device, &gsd, 0, color, FXFILL_ALTERNATE); in DrawStrokeRect()
1180 DrawPath(&path, pUser2Device, &gsd, 0, color, FXFILL_ALTERNATE); in DrawStrokeLine()
1245 DrawPath(&path, pUser2Device, nullptr, color.ToFXColor(nTransparency), in DrawBorder()
[all …]
Difx_renderdevicedriver.h46 virtual bool DrawPath(const CFX_PathData* pPathData,
/external/pdfium/core/fxge/win32/
Dwin32_int.h57 bool DrawPath(HDC hDC,
144 bool DrawPath(const CFX_PathData* pPathData,
288 bool DrawPath(const CFX_PathData* pPathData,
351 bool DrawPath(const CFX_PathData* pPathData,
Dcfx_psrenderer.h49 bool DrawPath(const CFX_PathData* pPathData,
Dfx_win32_print.cpp423 bool CPSPrinterDriver::DrawPath(const CFX_PathData* pPathData, in DrawPath() function in CPSPrinterDriver
433 return m_PSRenderer.DrawPath(pPathData, pObject2Device, pGraphState, in DrawPath()
543 bool CTextOnlyPrinterDriver::DrawPath(const CFX_PathData* pPathData, in DrawPath() function in CTextOnlyPrinterDriver
/external/pdfium/fxbarcode/
DBC_TwoDimWriter.cpp27 device->DrawPath(&path, matrix, &stateData, m_backgroundColor, in RenderDeviceResult()
50 device->DrawPath(&rect, &matri, &data, m_barColor, 0, FXFILL_WINDING); in RenderDeviceResult()
/external/skqp/experimental/pvg/
Ddraw_msg.proto226 message DrawPath { message
262 DrawPath draw_path = 10;
/external/skia/experimental/pvg/
Ddraw_msg.proto226 message DrawPath { message
262 DrawPath draw_path = 10;
/external/pdfium/core/fxge/skia/
Dfx_skia_device_unittest.cpp63 driver->DrawPath(&path1, &matrix, &graphState, 0xFF112233, 0, in CommonTest()
86 driver->DrawPath(&path2, &matrix2, &graphState, 0xFF112233, 0, in CommonTest()
/external/skia/experimental/go-demo/
Dmain.go56 canvas.DrawPath(path, strokePaint)
/external/skqp/experimental/go-demo/
Dmain.go56 canvas.DrawPath(path, strokePaint)
/external/pdfium/fpdfsdk/pwl/
Dcpwl_caret.cpp52 pDevice->DrawPath(&path, &mtUser2Device, &gsd, 0, ArgbEncode(255, 0, 0, 0), in DrawThisAppearance()
/external/pdfium/fxbarcode/oned/
DBC_OneDimWriter.cpp272 device->DrawPath(&path, matrix, &stateData, m_backgroundColor, in RenderDeviceResult()
279 device->DrawPath(&rect, &scaledMatrix, &data, m_barColor, 0, in RenderDeviceResult()
/external/pdfium/core/fxge/agg/
Dfx_agg_driver.h54 bool DrawPath(const CFX_PathData* pPathData,
/external/pdfium/xfa/fxgraphics/
Dcxfa_graphics.cpp241 m_renderDevice->DrawPath(path->GetPathData(), &m, &m_info.graphState, 0x0, in RenderDeviceStrokePath()
254 m_renderDevice->DrawPath(path->GetPathData(), &m, &m_info.graphState, in RenderDeviceFillPath()

12