Home
last modified time | relevance | path

Searched refs:oldOne (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/pathops/
DSkIntersections.cpp42 double oldOne = fT[0][index]; in insert() local
44 if (one == oldOne && two == oldTwo) { in insert()
47 if (more_roughly_equal(oldOne, one) && more_roughly_equal(oldTwo, two)) { in insert()
48 if ((precisely_zero(one) && !precisely_zero(oldOne)) in insert()
49 || (precisely_equal(one, 1) && !precisely_equal(oldOne, 1)) in insert()