Home
last modified time | relevance | path

Searched defs:realRoots (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/tests/
DPathOpsCubicLineIntersectionIdeas.cpp164 int realRoots = SkDCubic::RootsReal(A, B, C, D, allRoots); in DEF_TEST() local
261 int realRoots = SkDCubic::RootsReal(A, B, C, D, allRoots); in testOneFailure() local
/third_party/skia/src/pathops/
DSkPathOpsQuad.cpp110 int SkDQuad::AddValidTs(double s[], int realRoots, double* t) { in AddValidTs()
140 int realRoots = RootsReal(A, B, C, s); in RootsValidT() local
DSkPathOpsCubic.cpp374 int realRoots = RootsReal(A, B, C, D, s); in RootsValidT() local