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.cpp984 if (currentTransform()->isPureTranslate() &&
1019 bool simpleTransform = currentTransform()->isPureTranslate() &&
1180 if (currentTransform()->isPureTranslate()) {
1995 if (currentTransform()->isPureTranslate()) {
2241 if (CC_LIKELY(currentTransform()->isPureTranslate() && !useScaleTransform)) {
2319 const bool pureTranslate = currentTransform()->isPureTranslate();
2738 const bool pureTranslate = currentTransform()->isPureTranslate();
2783 if (CC_LIKELY(transform.isPureTranslate())) {
2820 const bool pureTranslate = transform.isPureTranslate();
2990 if (CC_LIKELY(currentTransform()->isPureTranslate())) {
[all...]
H A DDisplayListOp.h697 pureTranslate &= state.mMatrix.isPureTranslate();
963 deferInfo.mergeable = state.mMatrix.isPureTranslate() &&
1401 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 48 milliseconds