Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DMatrix.h200 bool isPerspective() const;
DDamageAccumulator.cpp124 if (CC_LIKELY(!matrix->isPerspective())) { in mapRect()
DSnapshot.cpp107 return transform->isPerspective(); in hasPerspectiveTransform()
DMatrix.cpp146 bool Matrix4::isPerspective() const { in isPerspective() function in android::uirenderer::Matrix4
DFrameBuilder.cpp765 if (totalTransform.isPureTranslate() || totalTransform.isPerspective()) { in deferTextOp()
DBakedOpDispatcher.cpp277 } else if (CC_UNLIKELY(transform.isPerspective())) { in renderText()
DOpenGLRenderer.cpp2006 } else if (CC_UNLIKELY(transform.isPerspective())) {