Home
last modified time | relevance | path

Searched refs:getFillPath (Results 1 – 25 of 39) sorted by relevance

12

/third_party/skia/tests/
DStrokerTest.cpp38 p.getFillPath(path, &fill); in pathTest()
162 p.getFillPath(path, &fill); in DEF_TEST()
202 p.getFillPath(path, &fill); in DEF_TEST()
254 p.getFillPath(path, &fill); in DEF_TEST()
312 p.getFillPath(path, &fill); in DEF_TEST()
358 p.getFillPath(path, &fill); in DEF_TEST()
397 p.getFillPath(path, &fill); in DEF_TEST()
434 p.getFillPath(path, &fill); in DEF_TEST()
459 p.getFillPath(path, &fill); in DEF_TEST()
DStrokeTest.cpp43 paint.getFillPath(path, &fillPath); in test_strokecubic()
49 paint.getFillPath(path, &fillPath); in test_strokecubic()
73 paint.getFillPath(path, &fillPath); in test_strokerect()
179 paint.getFillPath(path, &strokeAndFillPath); in test_big_stroke()
DDashPathEffectTest.cpp111 paint.getFillPath(path, &fill); in DEF_TEST()
142 paint.getFillPath(path, &path2, &cull); in DEF_TEST()
DPaintTest.cpp68 paint.getFillPath(path, &stroke); in DEF_TEST()
DDrawPathTest.cpp347 paint.getFillPath(path, &filteredPath); in test_infinite_dash()
/third_party/skia/include/core/
DSkPaint.h392 bool getFillPath(const SkPath& src, SkPath* dst, const SkRect* cullRect,
395 bool getFillPath(const SkPath& src, SkPath* dst, const SkRect* cullRect,
407 bool getFillPath(const SkPath& src, SkPath* dst) const { in getFillPath() function
408 return this->getFillPath(src, dst, nullptr, 1); in getFillPath()
/third_party/skia/gm/
Doverstroke.cpp146 p.getFillPath(path, &fillpath); in draw_quad_fillpath()
183 p.getFillPath(path, &fillpath); in draw_cubic_fillpath()
221 p.getFillPath(path, &fillpath); in draw_oval_fillpath()
Dfatpathfill.cpp69 paint.getFillPath(line, &path); in DEF_SIMPLE_GM()
Dstrokes.cpp147 dashPaint.getFillPath(fDashedfPath, &fillPath); in onDraw()
429 strokePaint.getFillPath(orig, &fill); in onDraw()
612 pathPaint.getFillPath(path, &fillPath);
Dstrokerect.cpp109 paint.getFillPath(path, &fillPath); in onDraw()
/third_party/skia/samplecode/
DSampleSimpleStroker.cpp90 SkPath getFillPath(const SkPath& path, const SkPaint& paint);
134 SkPath SkPathStroker2::getFillPath(const SkPath& path, const SkPaint& paint) { in getFillPath() function in __anon008810f90111::SkPathStroker2
439 SkPath fillPath = stroker.getFillPath(path, fStrokePaint); in onDrawContent()
456 fStrokePaint.getFillPath(path, &hidden); in onDrawContent()
DSampleVariableWidthStroker.cpp424 SkPath getFillPath(const SkPath& path, const SkPaint& paint) { in getFillPath() function in __anona848f9350111::SkVarWidthStroker
425 return getFillPath(path, paint, identityVarWidth(paint.getStrokeWidth()), in getFillPath()
432 SkPath getFillPath(const SkPath& path,
521 SkPath SkVarWidthStroker::getFillPath(const SkPath& path, in getFillPath() function in __anona848f9350111::SkVarWidthStroker
1168 stroker.getFillPath(path, fStrokePaint, distFnc, distFncInner, fLengthMetric); in onDrawContent()
DSamplePathOverstroke.cpp172 p.getFillPath(path, &fillpath); in onDrawContent()
DSamplePath.cpp146 paint.getFillPath(path, &fill); in drawPath()
400 fStrokePaint.getFillPath(path, &hidden); in onDrawContent()
/third_party/skia/src/core/
DSkPaint.cpp368 bool SkPaint::getFillPath(const SkPath& src, SkPath* dst, const SkRect* cullRect, in getFillPath() function in SkPaint
370 return this->getFillPath(src, dst, cullRect, SkMatrix::Scale(resScale, resScale)); in getFillPath()
373 bool SkPaint::getFillPath(const SkPath& src, SkPath* dst, const SkRect* cullRect, in getFillPath() function in SkPaint
/third_party/skia/docs/examples/
DPaint_getFillPath_2.cpp15 paint.getFillPath(strokePath, &fillPath); in draw()
DPaint_getFillPath.cpp19 strokePaint.getFillPath(strokePath, &fillPath, nullptr, precision); in draw()
Dcubics_are_horrible.cpp25 p.getFillPath(path, &fillpath); in draw()
Dzero_off_dashing.cpp27 p.getFillPath(path, &path2); in draw()
Dconvex_overstroke_quad.cpp30 p.getFillPath(path, &fillpath); in draw()
Dconvex_overstroke_linear_approx_curve.cpp44 p.getFillPath(path, &fillpath); in draw()
Dstrokerect_gm.cpp44 paint.getFillPath(path, &fillPath); in draw()
/third_party/skia/modules/sksg/src/
DSkSGDraw.cpp57 if (!paint.getFillPath(fGeometry->asPath(), &stroke_path)) { in onNodeAt()
DSkSGGeometryEffect.cpp155 paint.getFillPath(path, &fill_path, nullptr); in onRevalidateEffect()
/third_party/skia/bench/
DStrokeBench.cpp37 paint.getFillPath(fPath, &result, nullptr, fRes); in onDraw()

12