Searched refs:approximately_less_than_zero (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
H A DSkDCubicToQuads.cpp135 while (inflections && approximately_less_than_zero(inflectT[0])) {
H A DSkPathOpsTypes.h195 inline bool approximately_less_than_zero(double x) { function
H A DSkPathOpsQuad.cpp74 if (approximately_less_than_zero(tValue)) {
H A DSkDQuadIntersection.cpp72 if (approximately_less_than_zero(t)) {
H A DSkOpSegment.cpp500 if (approximately_less_than_zero(span[less].fT)) {
539 if (approximately_less_than_zero(newT)) {
1133 if (approximately_less_than_zero(foundT)
1762 if ((approximately_less_than_zero(startT) && step < 0)
2083 if (approximately_less_than_zero(t)) {
2084 return !approximately_less_than_zero(fTs[1].fT);
H A DSkDCubicIntersection.cpp341 if (approximately_less_than_zero(foundT)
/external/skia/src/pathops/
H A DSkDCubicToQuads.cpp135 while (inflections && approximately_less_than_zero(inflectT[0])) {
H A DSkPathOpsTypes.h195 inline bool approximately_less_than_zero(double x) { function
H A DSkPathOpsQuad.cpp74 if (approximately_less_than_zero(tValue)) {
H A DSkDQuadIntersection.cpp72 if (approximately_less_than_zero(t)) {
H A DSkOpSegment.cpp500 if (approximately_less_than_zero(span[less].fT)) {
539 if (approximately_less_than_zero(newT)) {
1133 if (approximately_less_than_zero(foundT)
1762 if ((approximately_less_than_zero(startT) && step < 0)
2083 if (approximately_less_than_zero(t)) {
2084 return !approximately_less_than_zero(fTs[1].fT);
H A DSkDCubicIntersection.cpp341 if (approximately_less_than_zero(foundT)

Completed in 96 milliseconds