Searched defs:realRoots (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/tests/ |
D | PathOpsCubicLineIntersectionIdeas.cpp | 164 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/ |
D | SkPathOpsQuad.cpp | 110 int SkDQuad::AddValidTs(double s[], int realRoots, double* t) { in AddValidTs() 140 int realRoots = RootsReal(A, B, C, s); in RootsValidT() local
|
D | SkPathOpsCubic.cpp | 374 int realRoots = RootsReal(A, B, C, D, s); in RootsValidT() local
|