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

Commit cb844839 authored by Steve Kondik's avatar Steve Kondik Committed by Gerrit Code Review
Browse files

Merge "Revert "libhwui: Correct transform used for drawing text-shadow."" into ics

parents 28fa43d1 b04bd202
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -2137,11 +2137,7 @@ void OpenGLRenderer::drawText(const char* text, int bytesCount, int count,
        setupDrawShader();
        setupDrawBlending(true, mode);
        setupDrawProgram();
#ifdef QCOM_HARDWARE
        setupDrawModelView(sx, sy, sx + shadow->width, sy + shadow->height, pureTranslate, true);
#else
        setupDrawModelView(sx, sy, sx + shadow->width, sy + shadow->height);
#endif
        setupDrawTexture(shadow->id);
        setupDrawPureColorUniforms();
        setupDrawColorFilterUniforms();