Searched refs:rectToRect (Results 1 – 4 of 4) sorted by relevance
60 return CC_LIKELY(currentTransform()->rectToRect()); in hasRectToRectTransform()
195 bool rectToRect() const;
154 if (CC_LIKELY(currentTransform()->rectToRect())) { in clipRect()
122 bool Matrix4::rectToRect() const { in rectToRect() function in android::uirenderer::Matrix4