Searched refs:Coefficients (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/src/pathops/ |
H A D | SkDCubicLineIntersection.cpp | 130 SkDCubic::Coefficients(&c[0].fX, &A, &B, &C, &D); in intersectRay() 169 SkDCubic::Coefficients(&c[0].fY, &A, &B, &C, &D); in HorizontalIntersect() 232 SkDCubic::Coefficients(&c[0].fX, &A, &B, &C, &D); in VerticalIntersect()
|
H A D | SkPathOpsCubic.h | 50 static void Coefficients(const double* cubic, double* A, double* B, double* C, double* D);
|
H A D | SkPathOpsCubic.cpp | 125 void SkDCubic::Coefficients(const double* src, double* A, double* B, double* C, double* D) { in Coefficients() function in SkDCubic
|
/third_party/skia/tests/ |
H A D | PathOpsCubicLineIntersectionIdeas.cpp | 161 SkDCubic::Coefficients(&cubic[0].fY, &A, &B, &C, &D); in DEF_TEST() 258 SkDCubic::Coefficients(&cubic[0].fY, &A, &B, &C, &D);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | DependenceAnalysis.cpp | 2337 const SCEV *Coefficients = Src; in gcdMIVtest() local 2339 dyn_cast<SCEVAddRecExpr>(Coefficients)) { in gcdMIVtest() 2348 Coefficients = AddRec->getStart(); in gcdMIVtest() 2350 const SCEV *SrcConst = Coefficients; in gcdMIVtest() 2356 Coefficients = Dst; in gcdMIVtest() 2358 dyn_cast<SCEVAddRecExpr>(Coefficients)) { in gcdMIVtest() 2367 Coefficients = AddRec->getStart(); in gcdMIVtest() 2369 const SCEV *DstConst = Coefficients; in gcdMIVtest() 2426 Coefficients = Src; in gcdMIVtest() 2428 dyn_cast<SCEVAddRecExpr>(Coefficients)) { in gcdMIVtest() [all...] |
Completed in 8 milliseconds