aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/FontHostTest.cpp
Commit message (Expand)AuthorAge
* Allow printf style var args for messages in REPORTER_ASSERT.Gravatar Brian Salomon2018-01-29
* resources: resource identifiers don't begin with leading slashGravatar Hal Canary2017-12-08
* SkTypes.h : move SkAutoMalloc into SkAutoMalloc.hGravatar Hal Canary2017-01-11
* Revert "SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h"Gravatar Kevin Lubick2017-01-11
* SkTypes.h : move SkAutoMalloc into SkAutoMalloc.hGravatar Hal Canary2017-01-11
* Remove SkAutoTDelete.Gravatar Ben Wagner2016-11-03
* SkTypeface::MakeFromName to take SkFontStyle.Gravatar mboc2016-05-31
* Move SkTypeface to sk_sp.Gravatar bungeman2016-05-12
* Revert of Move SkTypeface to sk_sp. (patchset #5 id:80001 of https://coderevi...Gravatar scroggo2016-05-12
* Move SkTypeface to sk_sp.Gravatar bungeman2016-05-11
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Add cmap 3,0 (symbol) as Unicode fallback.Gravatar bungeman2015-06-05
* Move resource fonts to common location.Gravatar bungeman2015-04-30
* Correct glyph with non-bmp from typeface on Mac.Gravatar bungeman2014-09-24
* Add a working SkFontMgr_fontconfig.Gravatar bungeman2014-08-25
* Cleanup: Rename SkOSPath functions.Gravatar tfarina2014-07-28
* Refactor how we handle resources path in Tests.Gravatar tfarina2014-06-18
* Cleanup: Sanitize the order of includes under tests/Gravatar tfarina@chromium.org2014-01-24
* Move macros from TestClassDef.h to Test.hGravatar commit-bot@chromium.org2014-01-14
* Remove printfs from FontHostTest when font is not sfnt.Gravatar bungeman@google.com2014-01-10
* Use DEFINE_TESTCLASS_SHORT macro in tests.Gravatar tfarina@chromium.org2013-12-12
* onCharsToGlyphs to handle non-bmp on Mac.Gravatar bungeman@google.com2013-10-25
* Fix warnings as errors from r11960.Gravatar bungeman@google.com2013-10-25
* Disable charsToGlyphs test until Mac can pass.Gravatar bungeman@google.com2013-10-25
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-10-25
* Implement charToGlyph on remaining ports.Gravatar bungeman@google.com2013-10-24
* Implement onCountGlyphs and onGetUPEM on Windows.Gravatar bungeman@google.com2013-07-15
* beef-up upem test for fontsGravatar reed@google.com2013-03-21
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-03-12
* add (mac) test for ttcindex in SkFontStreamGravatar reed@google.com2013-03-11
* Always round text position correctly.Gravatar bungeman@google.com2013-02-25
* Start addressing the clang static analyzer issuesGravatar robertphillips@google.com2013-01-30
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Fix units per em test.Gravatar bungeman@google.com2012-07-31
* add getUnitsPerEm() to SkTypefaceGravatar reed@google.com2012-07-31
* Need to apply matrix to advance in generateAdvance (as we already were in gen...Gravatar reed@google.com2012-07-18
* fix warnings on Mac in testsGravatar caryclark@google.com2012-06-06
* retarget fonttable tests to use SkTypeface api, rather than (should-be-privat...Gravatar reed@google.com2012-04-19
* Glyph advances from generateAdvance do not always match generateMetrics results.Gravatar bungeman@google.com2012-03-23
* Fix memory leak in GetTableData() and add unittests for itGravatar reed@google.com2012-02-23
* don't require tableCount>0 since some platform fonts may not support thatGravatar reed@google.com2012-02-23
* remove 'OS/2' table from known-sizes, since its size is not always the sameGravatar reed@google.com2012-02-23
* add unittest for FontHost (just tables at the moment)Gravatar reed@google.com2012-02-23