Searched refs:approximately_one_or_less (Results 1 - 8 of 8) sorted by relevance

/external/skia/src/pathops/
H A DSkDCubicLineIntersection.cpp377 if (!approximately_one_or_less(*lineT)) {
H A DSkPathOpsQuad.cpp113 if (approximately_zero_or_more(tValue) && approximately_one_or_less(tValue)) {
H A DSkPathOpsTypes.h496 inline bool approximately_one_or_less(double x) { function
H A DSkPathOpsCubic.cpp379 if (!approximately_one_or_less(tValue) && between(1, tValue, 1.00005)) {
/external/skqp/src/pathops/
H A DSkDCubicLineIntersection.cpp377 if (!approximately_one_or_less(*lineT)) {
H A DSkPathOpsQuad.cpp110 if (approximately_zero_or_more(tValue) && approximately_one_or_less(tValue)) {
H A DSkPathOpsTypes.h496 inline bool approximately_one_or_less(double x) { function
H A DSkPathOpsCubic.cpp379 if (!approximately_one_or_less(tValue) && between(1, tValue, 1.00005)) {

Completed in 1024 milliseconds