Searched refs:isZero (Results 1 – 17 of 17) sorted by relevance
49 bool Transform::isZero(float f) { in isZero() function in android::Transform54 return isZero(fabs(f) - 1.0f); in absIsOne()113 if (isZero(tx) && isZero(ty)) { in set()145 H.mType |= isZero(w) ? IDENTITY : TRANSLATE; in set()153 V.mType |= isZero(h) ? IDENTITY : TRANSLATE; in set()162 R.mType |= isZero(original_w) ? IDENTITY : TRANSLATE; in set()263 if (isZero(b) && isZero(c)) { in type()269 } else if (isZero(a) && isZero(d)) { in type()295 if (!isZero(x) || !isZero(y)) in type()
104 static bool isZero(float f);
33 inline static bool isZero(float value) { in isZero() function82 return isZero(valueA - valueB); in areEqual()
24 static bool isZero(uint8_t* data, int size) { in isZero() function50 EXPECT_FALSE(isZero(result.image, result.width * result.height)); in RENDERTHREAD_OPENGL_PIPELINE_TEST()
69 static bool isZero(float f) { in isZero() function107 if ((isZero(m00) && isZero(m11) && !isZero(m01) && !isZero(m10)) || in getType()108 (isZero(m01) && isZero(m10) && !isZero(m00) && !isZero(m11))) { in getType()
399 if (MathUtils::isZero(p.e) && MathUtils::isZero(p.f)) { in getTransferFunctionType()400 if (MathUtils::areEqual(p.a, 1.0f) && MathUtils::isZero(p.b) in getTransferFunctionType()401 && MathUtils::isZero(p.c) && MathUtils::isZero(p.d)) { in getTransferFunctionType()
136 && !MathUtils::isZero(mPrimitiveFields.mAlpha)) { in debugOutputProperties()201 if (MathUtils::isZero(getRotationX()) && MathUtils::isZero(getRotationY())) { in updateMatrix()
91 << (MathUtils::isZero(properties().getAlpha()) ? ", zero alpha" : "") in output()458 bool applyTranslationZ = true3dTransform && !MathUtils::isZero(properties().getZ()); in applyViewPropertyTransforms()
623 || (!MathUtils::isZero(mPrimitiveFields.mAlpha) in promotedToLayer()
323 if (!MathUtils::isZero(childZ) && chunk.reorderChildren) { in buildZSortedChildList()
95 while (!list.isEmpty() && isZero(list.get(0).weight)) { in decayValue()100 private boolean isZero(float x) { in isZero() method in HistoryEvaluator
197 public boolean isZero() { in isZero() method in Rational
96 if ((!mInReorderingSection) || MathUtils::isZero(mRenderNode->properties().getZ())) { in onDraw()
429 assertAction("zero", object, expected, object.isZero()); in assertZero()
43373 method public boolean isZero();61568 method public boolean isZero();62262 method public default boolean isZero();
46912 method public boolean isZero();65476 method public boolean isZero();66170 method public default boolean isZero();
31770 method public boolean isZero();