HomeSort by relevance Sort by last modified time
    Searched refs:approximately_one_or_less (Results 1 - 4 of 4) sorted by null

  /external/skia/src/pathops/
SkDCubicLineIntersection.cpp 377 if (!approximately_one_or_less(*lineT)) {
SkPathOpsQuad.cpp 110 if (approximately_zero_or_more(tValue) && approximately_one_or_less(tValue)) {
SkPathOpsTypes.h 496 inline bool approximately_one_or_less(double x) { function
SkPathOpsCubic.cpp 379 if (!approximately_one_or_less(tValue) && between(1, tValue, 1.00005)) {

Completed in 855 milliseconds