Searched refs:approximately_zero_or_more (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsTypes.h186 inline bool approximately_zero_or_more(double x) { function
H A DSkDCubicLineIntersection.cpp280 if (!approximately_zero_or_more(*lineT)) {
H A DSkDQuadLineIntersection.cpp317 if (!approximately_zero_or_more(*lineT)) {
H A DSkPathOpsQuad.cpp73 if (approximately_zero_or_more(tValue) && approximately_one_or_less(tValue)) {
H A DSkDQuadIntersection.cpp68 if (!approximately_zero_or_more(roots[index]) || !approximately_one_or_less(roots[index])) {
/external/skia/src/pathops/
H A DSkPathOpsTypes.h186 inline bool approximately_zero_or_more(double x) { function
H A DSkDCubicLineIntersection.cpp280 if (!approximately_zero_or_more(*lineT)) {
H A DSkDQuadLineIntersection.cpp317 if (!approximately_zero_or_more(*lineT)) {
H A DSkPathOpsQuad.cpp73 if (approximately_zero_or_more(tValue) && approximately_one_or_less(tValue)) {
H A DSkDQuadIntersection.cpp68 if (!approximately_zero_or_more(roots[index]) || !approximately_one_or_less(roots[index])) {

Completed in 234 milliseconds