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

/external/skia/src/pathops/
H A DSkPathOpsPoint.h232 if (roughly_equal(fX, a.fX) && roughly_equal(fY, a.fY)) {
H A DSkPathOpsTypes.h543 inline bool roughly_equal(double x, double y) { function
H A DSkPathOpsWinding.cpp159 && roughly_equal(base.fT, t)
H A DSkOpSegment.cpp1238 if (!roughly_equal(oppPrev->t(), oppSpan->t())) {
1252 if (!roughly_equal(oppNext->t(), oppSpan->t())) {
H A DSkPathOpsDebug.cpp993 if (!roughly_equal(oppPrev->t(), oppSpan->t())) {
1007 if (!roughly_equal(oppNext->t(), oppSpan->t())) {
/external/skqp/src/pathops/
H A DSkPathOpsPoint.h232 if (roughly_equal(fX, a.fX) && roughly_equal(fY, a.fY)) {
H A DSkPathOpsTypes.h543 inline bool roughly_equal(double x, double y) { function
H A DSkPathOpsWinding.cpp159 && roughly_equal(base.fT, t)
H A DSkOpSegment.cpp1238 if (!roughly_equal(oppPrev->t(), oppSpan->t())) {
1252 if (!roughly_equal(oppNext->t(), oppSpan->t())) {
H A DSkPathOpsDebug.cpp993 if (!roughly_equal(oppPrev->t(), oppSpan->t())) {
1007 if (!roughly_equal(oppNext->t(), oppSpan->t())) {
/external/skia/tests/
H A DPathOpsConicIntersectionTest.cpp48 SkASSERT(roughly_equal(chopped[0].fW, dChopped[0].fWeight));
49 SkASSERT(roughly_equal(chopped[1].fW, dChopped[1].fWeight));
/external/skqp/tests/
H A DPathOpsConicIntersectionTest.cpp48 SkASSERT(roughly_equal(chopped[0].fW, dChopped[0].fWeight));
49 SkASSERT(roughly_equal(chopped[1].fW, dChopped[1].fWeight));

Completed in 1022 milliseconds