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

Issue 939123002: Make fID and MixedID calculations private (Closed)

Created:
5 years, 10 months ago by herb_g
Modified:
5 years, 10 months ago
Reviewers:
mtklein, scroggo, djsollen
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : Fix windows dw struct #

Patch Set 3 : Remove stray local include #

Total comments: 8

Patch Set 4 : Address code review comments #

Total comments: 2

Patch Set 5 : Last adjustment. #

Patch Set 6 : Support android build #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+58 lines, -37 lines) Patch
M include/core/SkPaint.h View 1 chunk +1 line, -1 line 0 comments Download
M src/core/SkDraw.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/core/SkGlyph.h View 1 2 3 4 5 5 chunks +42 lines, -21 lines 2 comments Download
M src/core/SkGlyphCache.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/core/SkScalerContext.h View 1 chunk +1 line, -1 line 0 comments Download
M src/core/SkScalerContext.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M src/fonts/SkTestScalerContext.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M src/gpu/GrBitmapTextContext.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/GrPathRendering.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/ports/SkFontHost_win.cpp View 2 chunks +5 lines, -5 lines 0 comments Download
M src/ports/SkScalerContext_win_dw.h View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 25 (8 generated)
herb_g
5 years, 10 months ago (2015-02-20 21:37:53 UTC) #2
mtklein
https://codereview.chromium.org/939123002/diff/40001/src/core/SkGlyph.h File src/core/SkGlyph.h (right): https://codereview.chromium.org/939123002/diff/40001/src/core/SkGlyph.h#newcode31 src/core/SkGlyph.h:31: kSubShiftX = kSubBits, funky indent? https://codereview.chromium.org/939123002/diff/40001/src/core/SkGlyph.h#newcode52 src/core/SkGlyph.h:52: void initWithGlyphIDXY(uint32_t ...
5 years, 10 months ago (2015-02-23 17:30:36 UTC) #3
herb_g
PTAL https://codereview.chromium.org/939123002/diff/40001/src/core/SkGlyph.h File src/core/SkGlyph.h (right): https://codereview.chromium.org/939123002/diff/40001/src/core/SkGlyph.h#newcode31 src/core/SkGlyph.h:31: kSubShiftX = kSubBits, On 2015/02/23 17:30:36, mtklein wrote: ...
5 years, 10 months ago (2015-02-23 23:24:53 UTC) #4
mtklein
lgtm.
5 years, 10 months ago (2015-02-23 23:28:52 UTC) #5
mtklein
https://codereview.chromium.org/939123002/diff/60001/src/core/SkGlyph.h File src/core/SkGlyph.h (right): https://codereview.chromium.org/939123002/diff/60001/src/core/SkGlyph.h#newcode145 src/core/SkGlyph.h:145: return code + 1; Whoops, I think we missed ...
5 years, 10 months ago (2015-02-23 23:30:32 UTC) #8
herb_g
Last +1 removed. https://codereview.chromium.org/939123002/diff/60001/src/core/SkGlyph.h File src/core/SkGlyph.h (right): https://codereview.chromium.org/939123002/diff/60001/src/core/SkGlyph.h#newcode145 src/core/SkGlyph.h:145: return code + 1; On 2015/02/23 ...
5 years, 10 months ago (2015-02-24 00:22:51 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/939123002/80001
5 years, 10 months ago (2015-02-24 13:05:51 UTC) #12
commit-bot: I haz the power
Committed patchset #5 (id:80001) as https://skia.googlesource.com/skia/+/f8d24e2c0c7b44b7ccf20e40890514db4cde7b15
5 years, 10 months ago (2015-02-24 13:12:10 UTC) #13
scroggo
A revert of this CL (patchset #5 id:80001) has been created in https://codereview.chromium.org/951353002/ by scroggo@google.com. ...
5 years, 10 months ago (2015-02-24 14:08:24 UTC) #14
scroggo
On 2015/02/24 14:08:24, scroggo wrote: > A revert of this CL (patchset #5 id:80001) has ...
5 years, 10 months ago (2015-02-24 14:11:45 UTC) #16
djsollen
The short answer is that this is a known issue and the reason it hasn't ...
5 years, 10 months ago (2015-02-24 14:26:57 UTC) #17
herb_g
Added private bypass for Android.
5 years, 10 months ago (2015-02-24 23:29:18 UTC) #18
mtklein
https://codereview.chromium.org/939123002/diff/100001/src/core/SkGlyph.h File src/core/SkGlyph.h (right): https://codereview.chromium.org/939123002/diff/100001/src/core/SkGlyph.h#newcode158 src/core/SkGlyph.h:158: // accesses fID. Remove when fID accesses are cleaned ...
5 years, 10 months ago (2015-02-24 23:33:49 UTC) #19
scroggo
lgtm Mike already approved, and it looks good to me now that it should not ...
5 years, 10 months ago (2015-02-25 14:08:00 UTC) #20
mtklein
> If the plan is to modify it later, then perhaps the getter won't work. ...
5 years, 10 months ago (2015-02-25 14:23:10 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/939123002/100001
5 years, 10 months ago (2015-02-25 14:40:13 UTC) #24
commit-bot: I haz the power
5 years, 10 months ago (2015-02-25 14:47:11 UTC) #25
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://skia.googlesource.com/skia/+/b69d0e0ac45e13f667bc11a937dcb547072bc93d

Powered by Google App Engine
This is Rietveld 408576698