am fb52669c: Merge "Respect round rect clip when determining op opaqueness" into lmp-dev
* commit 'fb52669c01cb31164801e2320f9d3fc954b3f16b': Respect round rect clip when determining op opaqueness
This commit is contained in:
@@ -208,6 +208,8 @@ protected:
|
||||
// ensure that local bounds cover mapped bounds
|
||||
if (!state.mMatrix.isSimple()) return false;
|
||||
|
||||
if (state.mRoundRectClipState) return false;
|
||||
|
||||
// check state/paint for transparency
|
||||
if (mPaint) {
|
||||
if (mPaint->getShader() && !mPaint->getShader()->isOpaque()) {
|
||||
|
||||
Reference in New Issue
Block a user