Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(33)

Issue 6498105: Fix issue where bw bitmask uploaded to gr 565, 8888 glyph cache (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years ago by bsalomon
Modified:
12 years ago
CC:
skia-review_googlegroups.com
Base URL:
http://skia.googlecode.com/svn/trunk/
Visibility:
Public.

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -14 lines) Patch
M src/gpu/SkGrFontScaler.cpp View 2 chunks +37 lines, -14 lines 3 comments Download

Messages

Total messages: 3
bsalomon
12 years ago (2012-09-07 21:18:32 UTC) #1
robertphillips
LGTM + 2 suggestions (feel free to ignore) https://codereview.appspot.com/6498105/diff/1/src/gpu/SkGrFontScaler.cpp File src/gpu/SkGrFontScaler.cpp (right): https://codereview.appspot.com/6498105/diff/1/src/gpu/SkGrFontScaler.cpp#newcode117 src/gpu/SkGrFontScaler.cpp:117: void ...
12 years ago (2012-09-09 16:44:52 UTC) #2
reed1
12 years ago (2012-09-10 13:37:04 UTC) #3
https://codereview.appspot.com/6498105/diff/1/src/gpu/SkGrFontScaler.cpp
File src/gpu/SkGrFontScaler.cpp (right):

https://codereview.appspot.com/6498105/diff/1/src/gpu/SkGrFontScaler.cpp#newc...
src/gpu/SkGrFontScaler.cpp:124: for (int i = 7; i >= 0 && count; --i, --count) {
alternate, that has no branch

    *d++ = ~((mask >> i) & 1);
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b