Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DMatrix.h190 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