/third_party/skia/tests/ |
D | StrokerTest.cpp | 38 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()
|
D | StrokeTest.cpp | 43 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()
|
D | DashPathEffectTest.cpp | 111 paint.getFillPath(path, &fill); in DEF_TEST() 142 paint.getFillPath(path, &path2, &cull); in DEF_TEST()
|
D | PaintTest.cpp | 68 paint.getFillPath(path, &stroke); in DEF_TEST()
|
D | DrawPathTest.cpp | 347 paint.getFillPath(path, &filteredPath); in test_infinite_dash()
|
/third_party/skia/include/core/ |
D | SkPaint.h | 392 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/ |
D | overstroke.cpp | 146 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()
|
D | fatpathfill.cpp | 69 paint.getFillPath(line, &path); in DEF_SIMPLE_GM()
|
D | strokes.cpp | 147 dashPaint.getFillPath(fDashedfPath, &fillPath); in onDraw() 429 strokePaint.getFillPath(orig, &fill); in onDraw() 612 pathPaint.getFillPath(path, &fillPath);
|
D | strokerect.cpp | 109 paint.getFillPath(path, &fillPath); in onDraw()
|
/third_party/skia/samplecode/ |
D | SampleSimpleStroker.cpp | 90 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()
|
D | SampleVariableWidthStroker.cpp | 424 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()
|
D | SamplePathOverstroke.cpp | 172 p.getFillPath(path, &fillpath); in onDrawContent()
|
D | SamplePath.cpp | 146 paint.getFillPath(path, &fill); in drawPath() 400 fStrokePaint.getFillPath(path, &hidden); in onDrawContent()
|
/third_party/skia/src/core/ |
D | SkPaint.cpp | 368 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/ |
D | Paint_getFillPath_2.cpp | 15 paint.getFillPath(strokePath, &fillPath); in draw()
|
D | Paint_getFillPath.cpp | 19 strokePaint.getFillPath(strokePath, &fillPath, nullptr, precision); in draw()
|
D | cubics_are_horrible.cpp | 25 p.getFillPath(path, &fillpath); in draw()
|
D | zero_off_dashing.cpp | 27 p.getFillPath(path, &path2); in draw()
|
D | convex_overstroke_quad.cpp | 30 p.getFillPath(path, &fillpath); in draw()
|
D | convex_overstroke_linear_approx_curve.cpp | 44 p.getFillPath(path, &fillpath); in draw()
|
D | strokerect_gm.cpp | 44 paint.getFillPath(path, &fillPath); in draw()
|
/third_party/skia/modules/sksg/src/ |
D | SkSGDraw.cpp | 57 if (!paint.getFillPath(fGeometry->asPath(), &stroke_path)) { in onNodeAt()
|
D | SkSGGeometryEffect.cpp | 155 paint.getFillPath(path, &fill_path, nullptr); in onRevalidateEffect()
|
/third_party/skia/bench/ |
D | StrokeBench.cpp | 37 paint.getFillPath(fPath, &result, nullptr, fRes); in onDraw()
|