Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DSnapshot.cpp91 return transform->isPerspective(); in hasPerspectiveTransform()
DMatrix.h189 bool isPerspective() const;
DDamageAccumulator.cpp125 if (CC_LIKELY(!matrix->isPerspective())) { in mapRect()
DMatrix.cpp146 bool Matrix4::isPerspective() const { in isPerspective() function in android::uirenderer::Matrix4
DFrameBuilder.cpp748 if (totalTransform.isPureTranslate() || totalTransform.isPerspective()) { in deferTextOp()
DBakedOpDispatcher.cpp264 } else if (CC_UNLIKELY(transform.isPerspective())) { in renderText()