Searched refs:isPureTranslate (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/libs/hwui/
H A DMatrix.h192 bool isPureTranslate() const;
H A DOpenGLRenderer.cpp944 if (currentTransform()->isPureTranslate() &&
979 bool simpleTransform = currentTransform()->isPureTranslate() &&
1140 if (currentTransform()->isPureTranslate()) {
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...]
H A DDisplayListOp.h694 pureTranslate &= state.mMatrix.isPureTranslate();
961 deferInfo.mergeable = state.mMatrix.isPureTranslate() &&
1398 deferInfo.mergeable = state.mMatrix.isPureTranslate()
H A DMatrix.cpp134 bool Matrix4::isPureTranslate() const { function in class:android::uirenderer::Matrix4
H A DPathTessellator.cpp67 if (CC_LIKELY(transform.isPureTranslate())) {
103 if (CC_LIKELY(transform.isPureTranslate())) {

Completed in 1377 milliseconds