Home
last modified time | relevance | path

Searched defs:RootsReal (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/pathops/
DSkPathOpsConic.h101 static int RootsReal(double A, double B, double C, double t[2]) { in RootsReal() function
DSkPathOpsQuad.cpp162 int SkDQuad::RootsReal(const double A, const double B, const double C, double s[2]) { in RootsReal() function in SkDQuad
DSkPathOpsCubic.cpp399 int SkDCubic::RootsReal(double A, double B, double C, double D, double s[3]) { in RootsReal() function in SkDCubic
/external/skqp/src/pathops/
DSkPathOpsConic.h101 static int RootsReal(double A, double B, double C, double t[2]) { in RootsReal() function
DSkPathOpsQuad.cpp162 int SkDQuad::RootsReal(const double A, const double B, const double C, double s[2]) { in RootsReal() function in SkDQuad
DSkPathOpsCubic.cpp399 int SkDCubic::RootsReal(double A, double B, double C, double D, double s[3]) { in RootsReal() function in SkDCubic