Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkPath.cpp3417 static int compute_conic_extremas(const SkPoint src[3], SkScalar w, SkPoint extremas[3]) { in compute_conic_extremas() function
3473 count = compute_conic_extremas(pts, iter.conicWeight(), extremas); in computeTightBounds()