aboutsummaryrefslogtreecommitdiffstats
path: root/tests/FontHostTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* expand flag to include all text-related paint fieldsMike Reed2019-01-101-12/+13
* use SkFont for textToGlyphsMike Reed2018-12-131-25/+23
* clean up conditional code for SkTextEncodingMike Reed2018-12-051-1/+1
* flag to convert to SkTextEncodingMike Reed2018-12-031-2/+2
* Revert[4] "hide nested hinting enum"Mike Reed2018-11-081-11/+11
* Reland "Revert "hide nested hinting enum""Mike Klein2018-11-071-11/+11
* Revert "Revert "hide nested hinting enum""Mike Reed2018-11-071-11/+11
* Revert "hide nested hinting enum"Mike Reed2018-11-071-11/+11
* hide nested hinting enumMike Reed2018-11-071-11/+11
* Allow printf style var args for messages in REPORTER_ASSERT.Brian Salomon2018-01-291-1/+1
* resources: resource identifiers don't begin with leading slashHal Canary2017-12-081-2/+2
* SkTypes.h : move SkAutoMalloc into SkAutoMalloc.hHal Canary2017-01-111-0/+1
* Revert "SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h"Kevin Lubick2017-01-111-1/+0
* SkTypes.h : move SkAutoMalloc into SkAutoMalloc.hHal Canary2017-01-111-0/+1
* Remove SkAutoTDelete.Ben Wagner2016-11-031-3/+3
* SkTypeface::MakeFromName to take SkFontStyle.mboc2016-05-311-2/+2
* Move SkTypeface to sk_sp.bungeman2016-05-121-14/+13
* Revert of Move SkTypeface to sk_sp. (patchset #5 id:80001 of https://coderevi...scroggo2016-05-121-13/+14
* Move SkTypeface to sk_sp.bungeman2016-05-111-14/+13
* Style Change: NULL->nullptrhalcanary2015-08-271-3/+3
* Add cmap 3,0 (symbol) as Unicode fallback.bungeman2015-06-051-0/+17
* Move resource fonts to common location.bungeman2015-04-301-20/+8
* Correct glyph with non-bmp from typeface on Mac.bungeman2014-09-241-8/+12
* Add a working SkFontMgr_fontconfig.bungeman2014-08-251-1/+0
* Cleanup: Rename SkOSPath functions.tfarina2014-07-281-1/+1
* Refactor how we handle resources path in Tests.tfarina2014-06-181-1/+2
* Cleanup: Sanitize the order of includes under tests/tfarina@chromium.org2014-01-241-3/+3
* Move macros from TestClassDef.h to Test.hcommit-bot@chromium.org2014-01-141-1/+0
* Remove printfs from FontHostTest when font is not sfnt.bungeman@google.com2014-01-101-6/+0
* Use DEFINE_TESTCLASS_SHORT macro in tests.tfarina@chromium.org2013-12-121-4/+2
* onCharsToGlyphs to handle non-bmp on Mac.bungeman@google.com2013-10-251-3/+2
* Fix warnings as errors from r11960.bungeman@google.com2013-10-251-1/+2
* Disable charsToGlyphs test until Mac can pass.bungeman@google.com2013-10-251-1/+1
* Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com2013-10-251-1/+1
* Implement charToGlyph on remaining ports.bungeman@google.com2013-10-241-6/+57
* Implement onCountGlyphs and onGetUPEM on Windows.bungeman@google.com2013-07-151-7/+28
* beef-up upem test for fontsreed@google.com2013-03-211-4/+13
* Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com2013-03-121-3/+3
* add (mac) test for ttcindex in SkFontStreamreed@google.com2013-03-111-0/+50
* Always round text position correctly.bungeman@google.com2013-02-251-1/+1
* Start addressing the clang static analyzer issuesrobertphillips@google.com2013-01-301-1/+1
* Result of running tools/sanitize_source_files.py (which was added in https://...rmistry@google.com2012-08-231-1/+1
* Fix units per em test.bungeman@google.com2012-07-311-2/+2
* add getUnitsPerEm() to SkTypefacereed@google.com2012-07-311-0/+17
* Need to apply matrix to advance in generateAdvance (as we already were in gen...reed@google.com2012-07-181-12/+28
* fix warnings on Mac in testscaryclark@google.com2012-06-061-0/+3
* retarget fonttable tests to use SkTypeface api, rather than (should-be-privat...reed@google.com2012-04-191-6/+5
* Glyph advances from generateAdvance do not always match generateMetrics results.bungeman@google.com2012-03-231-0/+56
* Fix memory leak in GetTableData() and add unittests for itreed@google.com2012-02-231-1/+11
* don't require tableCount>0 since some platform fonts may not support thatreed@google.com2012-02-231-1/+0