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

Issue 8180043: Name table iterator. (Closed)

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

Description

Name table iterator.

Patch Set 1 #

Patch Set 2 : Cleaned up, compiles with gcc and clang. #

Patch Set 3 : Remove unwanted change. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1300 lines, -482 lines) Patch
M gyp/sfnt.gyp View 1 1 chunk +1 line, -0 lines 0 comments Download
M gyp/tests.gyp View 1 2 chunks +2 lines, -0 lines 0 comments Download
M gyp/tools.gyp View 1 1 chunk +13 lines, -0 lines 0 comments Download
M src/sfnt/SkOTTable_name.h View 1 2 chunks +538 lines, -470 lines 0 comments Download
A src/sfnt/SkOTTable_name.cpp View 1 2 1 chunk +528 lines, -0 lines 0 comments Download
M src/sfnt/SkOTUtils.cpp View 1 2 chunks +12 lines, -12 lines 0 comments Download
A tests/FontNamesTest.cpp View 1 2 1 chunk +175 lines, -0 lines 0 comments Download
A tools/win_lcid.cpp View 1 chunk +31 lines, -0 lines 0 comments Download

Messages

Total messages: 5
bungeman
This creates a simple iterator over the names in 'name' table of an OpenType font. ...
11 years, 3 months ago (2013-04-01 21:33:32 UTC) #1
Stephen Chenney
lgtm I'm OK giving this an LGTM, as I think the overall approach is fine. ...
11 years, 3 months ago (2013-04-01 21:52:58 UTC) #2
bungeman
Adding bsalomon, since he's more Skia style. The 'forward' and 'backward' language ids have some ...
11 years, 3 months ago (2013-04-02 13:43:40 UTC) #3
bsalomon
On 2013/04/02 13:43:40, bungeman wrote: > Adding bsalomon, since he's more Skia style. > > ...
11 years, 3 months ago (2013-04-02 13:52:14 UTC) #4
bungeman
11 years, 3 months ago (2013-04-02 15:01:09 UTC) #5
Message was sent while issue was closed.
Committed revision 8480.

The search function couldn't be static because it needed to be passed as a
template parameter. Because it wasn't static, clang complained because there was
no prior declaration. Placing the search function in an unnamed namespace makes
everyone happy. Committed revision 8482.
Sign in to reply to this message.

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