Home
last modified time | relevance | path

Searched defs:isZero (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/utils/
DMathUtils.h30 inline static bool isZero(float value) { in isZero() function
/frameworks/base/core/java/android/util/
DRational.java197 public boolean isZero() { in isZero() method in Rational
/frameworks/native/services/surfaceflinger/
DTransform.cpp49 bool Transform::isZero(float f) { in isZero() function in android::Transform
/frameworks/base/libs/hwui/
DMatrix.cpp71 static bool isZero(float f) { in isZero() function