Home
last modified time | relevance | path

Searched defs:quadPath (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/skia/tools/viewer/
H A DPathOverstrokeSlide.cpp62 SkPath quadPath(SkPoint p1, SkPoint p2) { in quadPath() function in OverstrokeSlide
/aosp_15_r20/external/skia/tests/
H A DPathOpsTestCommon.cpp178 void CubicPathToQuads(const SkPath& cubicPath, SkPath* quadPath) { in CubicPathToQuads()
H A DGrStyledShapeTest.cpp2183 SkPath quadPath; in DEF_TEST() local
/aosp_15_r20/external/skia/tools/fonts/
H A DTestSVGTypeface.cpp1202 void path_to_quads(const SkPath& path, SkPath* quadPath) { in path_to_quads()