Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DTransform.cpp49 bool Transform::isZero(float f) { in isZero() function in android::Transform
54 return isZero(fabs(f) - 1.0f); in absIsOne()
117 if (isZero(tx) && isZero(ty)) { in set()
149 H.mType |= isZero(w) ? IDENTITY : TRANSLATE; in set()
157 V.mType |= isZero(h) ? IDENTITY : TRANSLATE; in set()
166 R.mType |= isZero(original_w) ? IDENTITY : TRANSLATE; in set()
260 if (isZero(b) && isZero(c)) { in type()
266 } else if (isZero(a) && isZero(d)) { in type()
292 if (!isZero(x) || !isZero(y)) in type()
DTransform.h104 static bool isZero(float f);
/frameworks/base/libs/hwui/utils/
DMathUtils.h32 inline static bool isZero(float value) { in isZero() function
81 return isZero(valueA - valueB); in areEqual()
/frameworks/base/libs/hwui/
DMatrix.cpp71 static bool isZero(float f) { in isZero() function
109 if ((isZero(m00) && isZero(m11) && !isZero(m01) && !isZero(m10)) || in getType()
110 (isZero(m01) && isZero(m10) && !isZero(m00) && !isZero(m11))) { in getType()
DRenderProperties.cpp150 && !MathUtils::isZero(mPrimitiveFields.mAlpha)) { in debugOutputProperties()
194 if (MathUtils::isZero(getRotationX()) && MathUtils::isZero(getRotationY())) { in updateMatrix()
DRenderNode.cpp88 (MathUtils::isZero(properties().getAlpha()) ? ", zero alpha" : ""), in output()
483 bool applyTranslationZ = true3dTransform && !MathUtils::isZero(properties().getZ()); in applyViewPropertyTransforms()
652 if (!MathUtils::isZero(childZ) && chunk.reorderChildren) { in buildZSortedChildList()
DRenderProperties.h612 || (!MathUtils::isZero(mPrimitiveFields.mAlpha) in promotedToLayer()
DOpenGLRenderer.cpp2058 return MathUtils::isZero(alpha)
/frameworks/base/core/java/android/util/
DRational.java197 public boolean isZero() { in isZero() method in Rational
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
DRationalTest.java429 assertAction("zero", object, expected, object.isZero()); in assertZero()
/frameworks/base/api/
Dcurrent.txt34289 method public boolean isZero();
Dsystem-current.txt36581 method public boolean isZero();