Searched defs:isIdentity (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/libs/hwui/
H A DUvMapper.h52 bool isIdentity() const { function in class:android::uirenderer::UvMapper
H A DMatrix.cpp142 bool Matrix4::isIdentity() const { function in class:android::uirenderer::Matrix4
449 if (isIdentity()) return;
/frameworks/base/core/jni/android/graphics/
H A DMatrix.cpp143 static jboolean isIdentity(jlong objHandle) { function in class:android::SkMatrixGlue
145 return obj->isIdentity() ? JNI_TRUE : JNI_FALSE;
349 {"nIsIdentity","(J)Z", (void*) SkMatrixGlue::isIdentity},
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DMatrix_Delegate.java109 public boolean isIdentity() { method in class:Matrix_Delegate
205 return d.isIdentity();
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.cpp753 bool isIdentity = transform == mat4(); local
755 isIdentity ? HAL_COLOR_TRANSFORM_IDENTITY :
/frameworks/base/graphics/java/android/graphics/
H A DMatrix.java257 public boolean isIdentity() { method in class:Matrix

Completed in 126 milliseconds