Searched refs:CreateDrawArcPath (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/skia/src/gpu/graphite/geom/ |
H A D | Shape.cpp | 122 SkPathPriv::CreateDrawArcPath(&out, fArc, /*isFillNoPathEffect=*/false); in asPath()
|
/aosp_15_r20/external/skia/src/core/ |
H A D | SkPathPriv.h | 131 static void CreateDrawArcPath(SkPath* path, const SkArc& arc, bool isFillNoPathEffect);
|
H A D | SkDevice.cpp | 137 SkPathPriv::CreateDrawArcPath(&path, arc, isFillNoPathEffect); in drawArc()
|
H A D | SkPath.cpp | 3303 void SkPathPriv::CreateDrawArcPath(SkPath* path, const SkArc& arc, bool isFillNoPathEffect) { in CreateDrawArcPath() function in SkPathPriv
|
/aosp_15_r20/external/skia/src/gpu/ganesh/geometry/ |
H A D | GrShape.cpp | 454 SkPathPriv::CreateDrawArcPath(out, fArc, simpleFill); in asPath()
|
/aosp_15_r20/external/skia/tools/fonts/ |
H A D | TestSVGTypeface.cpp | 1350 SkPathPriv::CreateDrawArcPath( in onDrawArc()
|
/aosp_15_r20/external/skia/tests/ |
H A D | GrStyledShapeTest.cpp | 428 SkPathPriv::CreateDrawArcPath(&path, fArc, false); in path()
|