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

Commit 7952c4cd authored by Chris Craik's avatar Chris Craik Committed by Android Git Automerger
Browse files

am bb5f014a: Merge "Use offset in line drawing" into jb-mr1-dev

* commit 'bb5f014a':
  Use offset in line drawing
parents 3257a789 bb5f014a
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();