Home
last modified time | relevance | path

Searched refs:SkChopCubicAtYExtrema (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/core/
DSkEdgeBuilder.cpp251 int n = SkChopCubicAtYExtrema(pts, monoY); in build()
DSkGeometry.h151 int SkChopCubicAtYExtrema(const SkPoint src[4], SkPoint dst[10]);
DSkEdgeClipper.cpp356 int countY = SkChopCubicAtYExtrema(srcPts, monoY); in clipCubic()
DSkGeometry.cpp553 int SkChopCubicAtYExtrema(const SkPoint src[4], SkPoint dst[10]) { in SkChopCubicAtYExtrema() function
DSkPath.cpp2641 int n = SkChopCubicAtYExtrema(pts, dst); in winding_cubic()