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

Commit b30cb10a authored by Chris Craik's avatar Chris Craik
Browse files

Use offset in line drawing

Partial revert of cb4d6009

bug:7299070
Change-Id: I1db7b035e3015e0f6d15c95aef71ea74dbeca13e
parent 18c2b6e7
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -2076,7 +2076,7 @@ status_t OpenGLRenderer::drawLines(float* points, int count, SkPaint* paint) {
    setupDrawShader();
    setupDrawShader();
    setupDrawBlending(isAA, mode);
    setupDrawBlending(isAA, mode);
    setupDrawProgram();
    setupDrawProgram();
    setupDrawModelViewIdentity();
    setupDrawModelViewIdentity(true);
    setupDrawColorUniforms();
    setupDrawColorUniforms();
    setupDrawColorFilterUniforms();
    setupDrawColorFilterUniforms();
    setupDrawShaderIdentityUniforms();
    setupDrawShaderIdentityUniforms();