HomeSort by relevance Sort by last modified time
    Searched refs:DrawPath (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/skia/src/core/
SkMiniRecorder.cpp 38 static SkRect bounds(const DrawPath& op) {
87 bool SkMiniRecorder::drawPath(const SkPath& path, const SkPaint& paint) {
88 TRY_TO_STORE(DrawPath, paint, path);
110 CASE(DrawPath);
130 CASE(DrawPath);
SkMiniRecorder.h 23 bool drawPath(const SkPath&, const SkPaint&);
51 Max<sizeof(SkRecords::DrawPath),
SkPictureCommon.h 48 void operator()(const SkRecords::DrawPath& op) {
SkRecords.h 70 M(DrawPath) \
279 RECORD(DrawPath, kDraw_Tag|kHasPaint_Tag,
SkLiteDL.cpp 54 M(DrawPaint) M(DrawPath) M(DrawRect) M(DrawRegion) M(DrawOval) M(DrawArc) \
182 struct DrawPath final : Op {
183 static const auto kType = Type::DrawPath;
184 DrawPath(const SkPath& path, const SkPaint& paint) : path(path), paint(paint) {}
187 void draw(SkCanvas* c, const SkMatrix&) const { c->drawPath(path, paint); }
577 void SkLiteDL::drawPath(const SkPath& path, const SkPaint& paint) {
578 this->push<DrawPath>(0, path, paint);
  /external/skqp/src/core/
SkMiniRecorder.cpp 38 static SkRect bounds(const DrawPath& op) {
87 bool SkMiniRecorder::drawPath(const SkPath& path, const SkPaint& paint) {
88 TRY_TO_STORE(DrawPath, paint, path);
110 CASE(DrawPath);
130 CASE(DrawPath);
SkMiniRecorder.h 23 bool drawPath(const SkPath&, const SkPaint&);
51 Max<sizeof(SkRecords::DrawPath),
SkPictureCommon.h 48 void operator()(const SkRecords::DrawPath& op) {
SkRecords.h 70 M(DrawPath) \
279 RECORD(DrawPath, kDraw_Tag|kHasPaint_Tag,
  /external/skia/experimental/go-demo/
main.go 56 canvas.DrawPath(path, strokePaint)
  /external/skqp/experimental/go-demo/
main.go 56 canvas.DrawPath(path, strokePaint)
  /external/pdfium/fxbarcode/
BC_TwoDimWriter.cpp 27 device->DrawPath(&path, matrix, &stateData, m_backgroundColor,
50 device->DrawPath(&rect, &matri, &data, m_barColor, 0, FXFILL_WINDING);
  /external/pdfium/core/fxge/
ifx_renderdevicedriver.h 46 virtual bool DrawPath(const CFX_PathData* pPathData,
cfx_renderdevice.cpp 598 m_pDeviceDriver->DrawPath(&newPath, pMatrix, &graphState, 0, strokecolor,
605 return m_pDeviceDriver->DrawPath(pPathData, pObject2Device, pGraphState,
612 return m_pDeviceDriver->DrawPath(pPathData, pObject2Device, pGraphState,
663 if (!bitmap_device.GetDeviceDriver()->DrawPath(
716 return m_pDeviceDriver->DrawPath(&path, nullptr, &graph_state, 0, color,
    [all...]
cfx_renderdevice.h 131 bool DrawPath(const CFX_PathData* pPathData,
  /external/pdfium/core/fxge/win32/
cfx_psrenderer.h 49 bool DrawPath(const CFX_PathData* pPathData,
win32_int.h 57 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,
fx_win32_print.cpp 423 bool CPSPrinterDriver::DrawPath(const CFX_PathData* pPathData,
433 return m_PSRenderer.DrawPath(pPathData, pObject2Device, pGraphState,
543 bool CTextOnlyPrinterDriver::DrawPath(const CFX_PathData* pPathData,
  /external/pdfium/core/fxge/agg/
fx_agg_driver.h 54 bool DrawPath(const CFX_PathData* pPathData,
  /external/pdfium/fpdfsdk/pwl/
cpwl_caret.cpp 52 pDevice->DrawPath(&path, &mtUser2Device, &gsd, 0, ArgbEncode(255, 0, 0, 0),
  /external/pdfium/core/fxge/skia/
fx_skia_device_unittest.cpp 63 driver->DrawPath(&path1, &matrix, &graphState, 0xFF112233, 0,
86 driver->DrawPath(&path2, &matrix2, &graphState, 0xFF112233, 0,
fx_skia_device.h 59 bool DrawPath(const CFX_PathData* pPathData,
  /external/pdfium/fxbarcode/oned/
BC_OneDimWriter.cpp 272 device->DrawPath(&path, matrix, &stateData, m_backgroundColor,
279 device->DrawPath(&rect, &scaledMatrix, &data, m_barColor, 0,
  /external/skia/experimental/go-skia/
skia.go 115 func (c *Canvas) DrawPath(path *Path, paint *Paint) {
  /external/skqp/experimental/go-skia/
skia.go 115 func (c *Canvas) DrawPath(path *Path, paint *Paint) {

Completed in 815 milliseconds

1 2 3