Searched refs:ApproximatelyZero (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/ui/gfx/ |
D | transform.cc | 35 inline bool ApproximatelyZero(SkMScalar x, SkMScalar tolerance) { in ApproximatelyZero() function 226 ApproximatelyZero(matrix_.get(1, 0), tolerance) && in IsApproximatelyIdentityOrTranslation() 227 ApproximatelyZero(matrix_.get(2, 0), tolerance) && in IsApproximatelyIdentityOrTranslation() 229 ApproximatelyZero(matrix_.get(0, 1), tolerance) && in IsApproximatelyIdentityOrTranslation() 231 ApproximatelyZero(matrix_.get(2, 1), tolerance) && in IsApproximatelyIdentityOrTranslation() 233 ApproximatelyZero(matrix_.get(0, 2), tolerance) && in IsApproximatelyIdentityOrTranslation() 234 ApproximatelyZero(matrix_.get(1, 2), tolerance) && in IsApproximatelyIdentityOrTranslation()
|