Searched refs:isPerspective (Results 1 – 7 of 7) sorted by relevance
200 bool isPerspective() const;
124 if (CC_LIKELY(!matrix->isPerspective())) { in mapRect()
107 return transform->isPerspective(); in hasPerspectiveTransform()
146 bool Matrix4::isPerspective() const { in isPerspective() function in android::uirenderer::Matrix4
765 if (totalTransform.isPureTranslate() || totalTransform.isPerspective()) { in deferTextOp()
277 } else if (CC_UNLIKELY(transform.isPerspective())) { in renderText()
2006 } else if (CC_UNLIKELY(transform.isPerspective())) {