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

/external/skia/tests/
H A DPathOpsTestCommon.cpp93 while (inflections && approximately_greater_than_one(inflectT[inflections - 1])) {
/external/skqp/tests/
H A DPathOpsTestCommon.cpp93 while (inflections && approximately_greater_than_one(inflectT[inflections - 1])) {
/external/skia/src/pathops/
H A DSkPathOpsQuad.cpp116 } else if (approximately_greater_than_one(tValue)) {
H A DSkPathOpsTypes.h468 inline bool approximately_greater_than_one(double x) { function
H A DSkPathOpsTSect.h2368 if (!(zeroOneSet & kOneS1Set) && approximately_greater_than_one(tail1->fEndT)) {
2378 if (!(zeroOneSet & kOneS2Set) && approximately_greater_than_one(tail2->fEndT)) {
/external/skqp/src/pathops/
H A DSkPathOpsQuad.cpp113 } else if (approximately_greater_than_one(tValue)) {
H A DSkPathOpsTypes.h468 inline bool approximately_greater_than_one(double x) { function
H A DSkPathOpsTSect.h2368 if (!(zeroOneSet & kOneS1Set) && approximately_greater_than_one(tail1->fEndT)) {
2378 if (!(zeroOneSet & kOneS2Set) && approximately_greater_than_one(tail2->fEndT)) {

Completed in 331 milliseconds