Merge "Use offset in line drawing" into jb-mr1-dev
This commit is contained in:
@@ -2076,7 +2076,7 @@ status_t OpenGLRenderer::drawLines(float* points, int count, SkPaint* paint) {
|
||||
setupDrawShader();
|
||||
setupDrawBlending(isAA, mode);
|
||||
setupDrawProgram();
|
||||
setupDrawModelViewIdentity();
|
||||
setupDrawModelViewIdentity(true);
|
||||
setupDrawColorUniforms();
|
||||
setupDrawColorFilterUniforms();
|
||||
setupDrawShaderIdentityUniforms();
|
||||
|
||||
Reference in New Issue
Block a user