Searched refs:isPureTranslate (Results 1 – 5 of 5) sorted by relevance
192 bool isPureTranslate() const;
944 if (currentTransform()->isPureTranslate() && in drawTextureLayer()979 bool simpleTransform = currentTransform()->isPureTranslate() && in composeLayerRect()1140 if (currentTransform()->isPureTranslate()) { in composeLayerRegion()1942 if (currentTransform()->isPureTranslate()) {2188 if (CC_LIKELY(currentTransform()->isPureTranslate() && !useScaleTransform)) {2266 const bool pureTranslate = currentTransform()->isPureTranslate();2685 const bool pureTranslate = currentTransform()->isPureTranslate();2730 if (CC_LIKELY(transform.isPureTranslate())) {2767 const bool pureTranslate = transform.isPureTranslate();2937 if (CC_LIKELY(currentTransform()->isPureTranslate())) {[all …]
694 pureTranslate &= state.mMatrix.isPureTranslate(); in multiDraw()961 deferInfo.mergeable = state.mMatrix.isPureTranslate() && in onDefer()1398 deferInfo.mergeable = state.mMatrix.isPureTranslate() in onDefer()
67 if (CC_LIKELY(transform.isPureTranslate())) { in extractTessellationScales()103 if (CC_LIKELY(transform.isPureTranslate())) { in PaintInfo()
134 bool Matrix4::isPureTranslate() const { in isPureTranslate() function in android::uirenderer::Matrix4