Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsQuad.cpp152 if (!A || (approximately_zero(A) && (approximately_zero_inverse(p) in RootsReal()
153 || approximately_zero_inverse(q)))) { in RootsReal()
DSkPathOpsTypes.h374 inline bool approximately_zero_inverse(double x) { in approximately_zero_inverse() function