Home
last modified time | relevance | path

Searched refs:CreateDrawArcPath (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/graphite/geom/
H A DShape.cpp122 SkPathPriv::CreateDrawArcPath(&out, fArc, /*isFillNoPathEffect=*/false); in asPath()
/aosp_15_r20/external/skia/src/core/
H A DSkPathPriv.h131 static void CreateDrawArcPath(SkPath* path, const SkArc& arc, bool isFillNoPathEffect);
H A DSkDevice.cpp137 SkPathPriv::CreateDrawArcPath(&path, arc, isFillNoPathEffect); in drawArc()
H A DSkPath.cpp3303 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 DGrShape.cpp454 SkPathPriv::CreateDrawArcPath(out, fArc, simpleFill); in asPath()
/aosp_15_r20/external/skia/tools/fonts/
H A DTestSVGTypeface.cpp1350 SkPathPriv::CreateDrawArcPath( in onDrawArc()
/aosp_15_r20/external/skia/tests/
H A DGrStyledShapeTest.cpp428 SkPathPriv::CreateDrawArcPath(&path, fArc, false); in path()