aboutsummaryrefslogtreecommitdiff
path: root/src/sfnt
AgeCommit message (Expand)Author
2015-08-20Use static_assert instead of SK_COMPILE_ASSERT.bungeman
2015-08-19Move SkTemplates.h to private.bungeman
2015-03-25C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}mtklein
2015-01-27SkTypeface to use SkStreamAsset.bungeman
2015-01-21Make SkStream *not* ref counted.scroggo
2015-01-09Fix up all the easy virtual ... SK_OVERRIDE cases.mtklein
2014-12-12More win64 warning fixesbsalomon
2014-09-11SkData can allocate room for its contents in the same blockreed
2014-08-18Correct order for alignment in name iterator record.bungeman
2014-07-15Fix some issues with sfnt maxp headers.bungeman
2014-06-23Better rendering detection with DirectWrite.bungeman
2014-05-01Add support for kEmbeddedBitmapText_Flag to DirectWrite.bungeman@google.com
2014-04-23fix size_t/int warningscommit-bot@chromium.org
2014-04-01Fold SkTSetBit into SkOTSet*Bit.commit-bot@chromium.org
2014-03-12Fix (1 << 31) to (1u << 31) in SkOTTable_OS_2.bungeman@google.com
2014-03-12Revert the rest of r13757.bungeman@google.com
2014-03-12Revert 13757.bungeman@google.com
2014-03-12Fix (1 << 31) to (1u << 31) in SkOTTable_OS_2.bungeman@google.com
2013-11-11Remove SK_FONTHOST_USES_FONTMGR.bungeman@google.com
2013-11-04We always read out of bounds here. Fix that.mtklein@google.com
2013-08-07Add getFamilyNames to SkTypeface.bungeman@google.com
2013-08-06Reverting r10589: Add getFamilyNames to SkTypefacejvanverth@google.com
2013-08-06Add getFamilyNames to SkTypeface.bungeman@google.com
2013-07-29Fix invalid comparison between int16 and int16be in name table code.bungeman@google.com
2013-05-17One SkTSearch to rule them all. Allow key to be of different type than the ar...bsalomon@google.com
2013-05-08Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2013-05-07XPS ttc handling.commit-bot@chromium.org
2013-04-03Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com
2013-04-02Fix clang warning as error from 8480.bungeman@google.com
2013-04-02Name table iterator.bungeman@google.com
2013-01-07fix warning from scalar --> int32 conversionhumper@google.com
2012-12-03The short version of the 'loca' table stores offsets divided by 2.bungeman@google.com
2012-11-21Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com
2012-11-20Additional OpenType tables.bungeman@google.com
2012-11-09When looking for the head table directory entry, compare against the current ...bungeman@google.com
2012-08-27Explicitly cast to uin16_t to avoid an invalid implicit type narrowing.george@mozilla.com
2012-08-23Result of running tools/sanitize_source_files.py (which was added in https://...rmistry@google.com
2012-06-25Remove multi-byte character constants.bungeman@google.com
2012-05-18Fix obviously disallowed copy that Visual Studio allows.bungeman@google.com
2012-05-18CreateTypefaceFromStream for GDI.bungeman@google.com
2012-02-07Add more TT table definitions and create fake enum typedef.bungeman@google.com
2012-02-02Open type table definitions.bungeman@google.com