Searched refs:IsNear (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ui/gfx/geometry/
H A Dmatrix3_f.h25 bool IsNear(const Matrix3F& rhs, float precision) const;
H A Dmatrix3_unittest.cc87 EXPECT_TRUE(regular.IsNear(inv_regular, 0.00001f));
144 EXPECT_TRUE(expected_eigenvectors.IsNear(eigenvectors, 0.00001f));
H A Dmatrix3_f.cc92 bool Matrix3F::IsNear(const Matrix3F& rhs, float precision) const { function in class:gfx::Matrix3F

Completed in 1241 milliseconds