index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tests
/
FontHostTest.cpp
Commit message (
Expand
)
Author
Age
*
Cleanup: Sanitize the order of includes under tests/
tfarina@chromium.org
2014-01-24
*
Move macros from TestClassDef.h to Test.h
commit-bot@chromium.org
2014-01-14
*
Remove printfs from FontHostTest when font is not sfnt.
bungeman@google.com
2014-01-10
*
Use DEFINE_TESTCLASS_SHORT macro in tests.
tfarina@chromium.org
2013-12-12
*
onCharsToGlyphs to handle non-bmp on Mac.
bungeman@google.com
2013-10-25
*
Fix warnings as errors from r11960.
bungeman@google.com
2013-10-25
*
Disable charsToGlyphs test until Mac can pass.
bungeman@google.com
2013-10-25
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-10-25
*
Implement charToGlyph on remaining ports.
bungeman@google.com
2013-10-24
*
Implement onCountGlyphs and onGetUPEM on Windows.
bungeman@google.com
2013-07-15
*
beef-up upem test for fonts
reed@google.com
2013-03-21
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-03-12
*
add (mac) test for ttcindex in SkFontStream
reed@google.com
2013-03-11
*
Always round text position correctly.
bungeman@google.com
2013-02-25
*
Start addressing the clang static analyzer issues
robertphillips@google.com
2013-01-30
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
Fix units per em test.
bungeman@google.com
2012-07-31
*
add getUnitsPerEm() to SkTypeface
reed@google.com
2012-07-31
*
Need to apply matrix to advance in generateAdvance (as we already were in gen...
reed@google.com
2012-07-18
*
fix warnings on Mac in tests
caryclark@google.com
2012-06-06
*
retarget fonttable tests to use SkTypeface api, rather than (should-be-privat...
reed@google.com
2012-04-19
*
Glyph advances from generateAdvance do not always match generateMetrics results.
bungeman@google.com
2012-03-23
*
Fix memory leak in GetTableData() and add unittests for it
reed@google.com
2012-02-23
*
don't require tableCount>0 since some platform fonts may not support that
reed@google.com
2012-02-23
*
remove 'OS/2' table from known-sizes, since its size is not always the same
reed@google.com
2012-02-23
*
add unittest for FontHost (just tables at the moment)
reed@google.com
2012-02-23