Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c1aeed8c authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "fix(high contrast text) : Make simplified paint have SRC_OVER blend...

Merge "fix(high contrast text) : Make simplified paint have SRC_OVER blend mode." into main am: febfdcc1 am: bf6aadae

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/3160026



Change-Id: I478b44ccc2c26099455f6bcbb715b69f5a7fb30f
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents ae33e18a bf6aadae
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -73,6 +73,7 @@ static void simplifyPaint(int color, Paint* paint) {
    }
    paint->setStrokeJoin(SkPaint::kRound_Join);
    paint->setLooper(nullptr);
    paint->setBlendMode(SkBlendMode::kSrcOver);
}

class DrawTextFunctor {