summaryrefslogtreecommitdiff
path: root/core/SkFontStream.cpp
AgeCommit message (Expand)Author
2013-03-11fix missing ! typo when we switched to skip() helper function.reed@google.com
2013-03-11add (mac) test for ttcindex in SkFontStreamreed@google.com
2013-03-11doh. must dynamically allocate space for reading large(r) TTC header when ttc...reed@google.com
2013-03-06Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com
2013-03-05start to plumb ttcIndex into fonthost. For now just add to SkFontStream and i...reed@google.com
2013-03-05rewind at the start of each FontStream api (since we rewinding internally any...reed@google.com
2013-03-05Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com
2013-03-04refactor fonthost_tables into wrapper (fonthost) and impl (fontstream)reed@google.com