History log of /external/sfntly/cpp/src/sfntly/data/font_data.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
de776d4ef06ca29c240de3444348894f032b03ff 24-Sep-2015 Lei Zhang <leizleiz@users.noreply.github.com> Check for integer overflow in sfntly::FontData::Bound().

Also delete dead code and cleanup some nits.

This is cl/96914065.
/external/sfntly/cpp/src/sfntly/data/font_data.h
158cdcb9cf09418ba8b49f4be7be69e37aa8e9fa 11-Oct-2011 arthurhsu <arthurhsu@google.com> Update to Sep 30 snapshot, include all current EBXX support.
Refine Iterator ports: all java-style Iterator objects are ref-counted and have automatic memory management now.
/external/sfntly/cpp/src/sfntly/data/font_data.h
584bf6606b53bda8bf0810e7c0ad57e24cacb4f1 23-Aug-2011 arthurhsu <arthurhsu@google.com> Reorg folder structure to aligned with latest Java version.
Change header guards.
Updated font_data_test.cc so that VC compilation is not broken.
Updated CMakeLists.txt so that files are grouped in folders in VC.
/external/sfntly/cpp/src/sfntly/data/font_data.h
53e7e87e47c9d9ce7579e53583904ce4921daead 20-Aug-2011 arthurhsu <arthurhsu@google.com> Port files under /data to Aug 11 version.
ReadableFontData.Search*() not ported since they're already in another CL under review.
/external/sfntly/cpp/src/sfntly/data/font_data.h
c143ecb4bbc4f3ccca5145dc2b17cc20ca738efe 01-Aug-2011 arthurhsu <arthurhsu@google.com> Readability clean up. The code conforms to Google C++ Coding Style.
/external/sfntly/cpp/src/sfntly/data/font_data.h
007bac39b5a613b17384f72d96457ab91638bab6 09-Jul-2011 arthurhsu <arthurhsu@google.com> Update static const ints to enums so that these enums can be used in
switch-case. There are two exceptions:
1. if original Java code uses static const int, we keep it that way.
2. C++ compilers may not support 64-bit enum so we need to define them as static
const uint64_t
/external/sfntly/cpp/src/sfntly/data/font_data.h
95efcd4ba41e367b466b7206a942605bbbbb2c90 23-Jun-2011 arthurhsu <arthurhsu@google.com> Initial release
/external/sfntly/cpp/src/sfntly/data/font_data.h