Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkScan_Hairline.cpp225 static bool cubic_too_curvy(const SkPoint pts[4]) in cubic_too_curvy() function
233 if (level > 0 && cubic_too_curvy(pts)) in haircubic()
DSkPathMeasure.cpp89 static bool cubic_too_curvy(const SkPoint pts[4]) { in cubic_too_curvy() function
125 if (tspan_big_enough(maxt - mint) && cubic_too_curvy(pts)) { in compute_cubic_segs()