Searched refs:isPerspective (Results 1 – 6 of 6) sorted by relevance
91 return transform->isPerspective(); in hasPerspectiveTransform()
189 bool isPerspective() const;
125 if (CC_LIKELY(!matrix->isPerspective())) { in mapRect()
146 bool Matrix4::isPerspective() const { in isPerspective() function in android::uirenderer::Matrix4
748 if (totalTransform.isPureTranslate() || totalTransform.isPerspective()) { in deferTextOp()
264 } else if (CC_UNLIKELY(transform.isPerspective())) { in renderText()