Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(356)

Issue 586743002: SkTextBlob shader space workaround. (Closed)

Created:
6 years, 3 months ago by f(malita)
Modified:
6 years, 3 months ago
Reviewers:
robertphillips, reed1
CC:
reviews_skia.org, jbroman
Base URL:
https://skia.googlesource.com/skia.git@master
Project:
skia
Visibility:
Public.

Description

SkTextBlob shader space workaround. Blink would like drawTextBlob(x,y) to behave the same as drawText(x,y) WRT shader space. Due to the current generic device base impl, that is not the case. This is a transitional workaround, pending proper drawTextBlob impls in SkDevice classes. R=robertphillips@google.com,reed@google.com Committed: https://skia.googlesource.com/skia/+/8483326704eff3b6a5fcce3f36d857a9779a4dd2

Patch Set 1 #

Total comments: 6

Patch Set 2 : review + win build fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+130 lines, -1 line) Patch
A gm/textblobshader.cpp View 1 1 chunk +114 lines, -0 lines 0 comments Download
M gyp/gmslides.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M src/core/SkDevice.cpp View 1 3 chunks +15 lines, -1 line 0 comments Download

Messages

Total messages: 7 (1 generated)
f(malita)
6 years, 3 months ago (2014-09-19 15:30:52 UTC) #1
reed1
lgtm https://codereview.chromium.org/586743002/diff/1/src/core/SkDevice.cpp File src/core/SkDevice.cpp (right): https://codereview.chromium.org/586743002/diff/1/src/core/SkDevice.cpp#newcode111 src/core/SkDevice.cpp:111: if (paint.getShader()) { Tricky, but seems fine for ...
6 years, 3 months ago (2014-09-19 16:47:19 UTC) #2
robertphillips
https://codereview.chromium.org/586743002/diff/1/gm/textblobshader.cpp File gm/textblobshader.cpp (right): https://codereview.chromium.org/586743002/diff/1/gm/textblobshader.cpp#newcode17 gm/textblobshader.cpp:17: // This GM exercises ... ? https://codereview.chromium.org/586743002/diff/1/gm/textblobshader.cpp#newcode20 gm/textblobshader.cpp:20: TextBlobShaderGM(const ...
6 years, 3 months ago (2014-09-19 17:20:27 UTC) #3
f(malita)
https://codereview.chromium.org/586743002/diff/1/gm/textblobshader.cpp File gm/textblobshader.cpp (right): https://codereview.chromium.org/586743002/diff/1/gm/textblobshader.cpp#newcode17 gm/textblobshader.cpp:17: On 2014/09/19 17:20:26, robertphillips wrote: > // This GM ...
6 years, 3 months ago (2014-09-19 17:55:53 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/586743002/20001
6 years, 3 months ago (2014-09-19 18:35:08 UTC) #6
commit-bot: I haz the power
6 years, 3 months ago (2014-09-19 18:40:54 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as 8483326704eff3b6a5fcce3f36d857a9779a4dd2

Powered by Google App Engine
This is Rietveld 408576698