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

Commit bb5f014a authored by Chris Craik's avatar Chris Craik Committed by Android (Google) Code Review
Browse files

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

parents 0e2aade9 b30cb10a
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();