Loading libs/hwui/OpenGLRenderer.cpp +3 −1 Original line number Diff line number Diff line Loading @@ -1099,7 +1099,9 @@ void OpenGLRenderer::drawAlphaBitmap(Texture* texture, float left, float top, Sk setupDraw(); setupDrawWithTexture(true); if (paint) { setupDrawAlpha8Color(paint->getColor(), alpha); } setupDrawColorFilter(); setupDrawShader(); setupDrawBlending(true, mode); Loading Loading
libs/hwui/OpenGLRenderer.cpp +3 −1 Original line number Diff line number Diff line Loading @@ -1099,7 +1099,9 @@ void OpenGLRenderer::drawAlphaBitmap(Texture* texture, float left, float top, Sk setupDraw(); setupDrawWithTexture(true); if (paint) { setupDrawAlpha8Color(paint->getColor(), alpha); } setupDrawColorFilter(); setupDrawShader(); setupDrawBlending(true, mode); Loading