Home
last modified time | relevance | path

Searched refs:isPerspective (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/
DMatrix.h196 bool isPerspective() const;
DSnapshot.cpp109 return transform->isPerspective(); in hasPerspectiveTransform()
DMatrix.cpp148 bool Matrix4::isPerspective() const { in isPerspective() function in android::uirenderer::Matrix4
DOpenGLRenderer.cpp2118 } else if (CC_UNLIKELY(transform.isPerspective())) {