Loading libs/hwui/DisplayListOp.h +2 −0 Original line number Diff line number Diff line Loading @@ -237,6 +237,8 @@ public: } bool mergeAllowed() { if (!state.mMatrix.isPureTranslate()) return false; // checks that we're unclipped, and srcover const Rect& opBounds = state.mBounds; return fabs(opBounds.getWidth() - mLocalBounds.getWidth()) < 0.1 && Loading Loading
libs/hwui/DisplayListOp.h +2 −0 Original line number Diff line number Diff line Loading @@ -237,6 +237,8 @@ public: } bool mergeAllowed() { if (!state.mMatrix.isPureTranslate()) return false; // checks that we're unclipped, and srcover const Rect& opBounds = state.mBounds; return fabs(opBounds.getWidth() - mLocalBounds.getWidth()) < 0.1 && Loading