Home
last modified time | relevance | path

Searched refs:compute_cubic_extremas (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/core/
DSkPath.cpp3250 static int compute_cubic_extremas(const SkPoint src[4], SkPoint extremas[5]) { in compute_cubic_extremas() function
3294 count = compute_cubic_extremas(pts, extremas); in computeTightBounds()
/external/skqp/src/core/
DSkPath.cpp3861 static int compute_cubic_extremas(const SkPoint src[3], SkPoint extremas[5]) { in compute_cubic_extremas() function
3907 count = compute_cubic_extremas(pts, extremas); in computeTightBounds()