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

/frameworks/base/libs/hwui/
H A DMatrix.cpp137 bool Matrix4::isSimple() const { function in class:android::uirenderer::Matrix4
388 if (isSimple()) {
404 if (isSimple()) {
470 ALOGD("Matrix4[simple=%d, type=0x%x", isSimple(), getType());
H A DMatrix.h181 bool isSimple() const;
H A DDisplayListOp.h199 if (!state.mMatrix.isSimple()) return false;
823 deferInfo.mergeable = state.mMatrix.isSimple() && state.mMatrix.positiveScale() &&
H A DOpenGLRenderer.h353 return mSnapshot->transform->isSimple();
H A DOpenGLRenderer.cpp2788 if (p->isAntiAlias() && !currentTransform().isSimple()) {
2851 if (!currentTransform().isSimple()) {

Completed in 71 milliseconds