Home
last modified time | relevance | path

Searched refs:isZero (Results 1 – 17 of 17) 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()
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()
DTransform.h104 static bool isZero(float f);
/frameworks/base/libs/hwui/utils/
DMathUtils.h33 inline static bool isZero(float value) { in isZero() function
82 return isZero(valueA - valueB); in areEqual()
/frameworks/base/libs/hwui/tests/unit/
DFontRendererTests.cpp24 static bool isZero(uint8_t* data, int size) { in isZero() function
50 EXPECT_FALSE(isZero(result.image, result.width * result.height)); in RENDERTHREAD_OPENGL_PIPELINE_TEST()
/frameworks/base/libs/hwui/
DMatrix.cpp69 static bool isZero(float f) { in isZero() function
107 if ((isZero(m00) && isZero(m11) && !isZero(m01) && !isZero(m10)) || in getType()
108 (isZero(m01) && isZero(m10) && !isZero(m00) && !isZero(m11))) { in getType()
DTexture.cpp399 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()
DRenderProperties.cpp136 && !MathUtils::isZero(mPrimitiveFields.mAlpha)) { in debugOutputProperties()
201 if (MathUtils::isZero(getRotationX()) && MathUtils::isZero(getRotationY())) { in updateMatrix()
DRenderNode.cpp91 << (MathUtils::isZero(properties().getAlpha()) ? ", zero alpha" : "") in output()
458 bool applyTranslationZ = true3dTransform && !MathUtils::isZero(properties().getZ()); in applyViewPropertyTransforms()
DRenderProperties.h623 || (!MathUtils::isZero(mPrimitiveFields.mAlpha) in promotedToLayer()
DFrameBuilder.cpp323 if (!MathUtils::isZero(childZ) && chunk.reorderChildren) { in buildZSortedChildList()
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
DHistoryEvaluator.java95 while (!list.isEmpty() && isZero(list.get(0).weight)) { in decayValue()
100 private boolean isZero(float x) { in isZero() method in HistoryEvaluator
/frameworks/base/core/java/android/util/
DRational.java197 public boolean isZero() { in isZero() method in Rational
/frameworks/base/libs/hwui/pipeline/skia/
DRenderNodeDrawable.cpp96 if ((!mInReorderingSection) || MathUtils::isZero(mRenderNode->properties().getZ())) { in onDraw()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
DRationalTest.java429 assertAction("zero", object, expected, object.isZero()); in assertZero()
/frameworks/base/api/
Dcurrent.txt43373 method public boolean isZero();
61568 method public boolean isZero();
62262 method public default boolean isZero();
Dsystem-current.txt46912 method public boolean isZero();
65476 method public boolean isZero();
66170 method public default boolean isZero();
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt31770 method public boolean isZero();