aboutsummaryrefslogtreecommitdiffstats
path: root/src/ports/SkFontConfigInterface_direct.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove SkMulDiv.Ben Wagner2018-06-131-68/+59
* Add BOOK and DEMI_LIGHT.Ben Wagner2018-05-181-0/+8
* Add aliases mapping Windows CJ fonts to Noto Serif CJKJungshik Shin2017-07-191-0/+8
* Remove public APIs that use SkDataTable.Herb Derby2017-01-231-49/+0
* SkTypes.h : move SkAutoMalloc into SkAutoMalloc.hHal Canary2017-01-111-1/+1
* Revert "SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h"Kevin Lubick2017-01-111-1/+1
* SkTypes.h : move SkAutoMalloc into SkAutoMalloc.hHal Canary2017-01-111-1/+1
* Remove restrictive format pattern for Fontconfig matchingdrott2016-10-111-5/+0
* Sane use of FcPatternGetXXX in SkFontConfigInterface.bungeman2016-09-161-24/+10
* SkFontData to use smart pointers.bungeman2016-09-161-1/+1
* Revert of SkFontData to use smart pointers. (patchset #3 id:40001 of https://...bungeman2016-09-151-1/+1
* SkFontData to use smart pointers.bungeman2016-09-151-1/+1
* Restrict supported font formats in Chrome contextdrott2016-08-261-0/+19
* Move to SkDataTable::MakeXXX and sk_sp.bungeman2016-08-051-3/+3
* Replace 'Ulta' with 'Ultra'.bungeman2016-08-011-2/+2
* Add test for typeface style round trip.bungeman2016-07-251-2/+2
* Use nullptr instead of 0 in call to FontConfig.bungeman2016-05-241-1/+1
* Revert of SK_DECLARE_STATIC_MUTEX -> static SkMutex (patchset #1 id:1 of http...reed2016-05-041-1/+1
* SK_DECLARE_STATIC_MUTEX -> static SkMutexmtklein2016-05-041-1/+1
* Clean up SkFontConfigInterface implementation.bungeman2016-05-021-3/+53
* Add oblique as a slant.bungeman2016-04-271-5/+17
* Remove SK_VERY_LEGACY_CREATE_TYPEFACE.bungeman2016-04-131-57/+1
* Begin switch to SkFontStyle for legacy calls.bungeman2016-04-121-0/+145
* Move SkTArray to include/private.bungeman2016-02-171-128/+0
* Fix Google3 fonts. Use fontconfig rather than custom_directory_factory. Add G...benjaminwagner2015-12-011-95/+68
* Style Change: NULL->nullptrhalcanary2015-08-271-19/+19
* Style Change: SkNEW->new; SkDELETE->deletehalcanary2015-08-261-4/+2
* Clean up a few includes, introduce iwyu.bungeman2015-07-291-6/+10
* Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate.mtklein2015-07-071-0/+1
* Revert of Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate....jvanverth2015-07-021-1/+0
* Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate.mtklein2015-07-011-0/+1
* Make Noto Sans Mono CJK JP an alias to MS Gothicjshin2015-05-121-0/+1
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}mtklein2015-03-251-4/+4
* SkTypeface to use SkStreamAsset.bungeman2015-01-271-2/+2
* Fix up all the easy virtual ... SK_OVERRIDE cases.mtklein2015-01-091-2/+2
* Update the alias mapping for Noto Sans CJK.jshin2014-09-091-2/+2
* Add alias mapping for Noto Sans CJK for ja/hansjshin2014-08-181-0/+2
* Remove dependency on std::stringmtklein2014-08-041-8/+8
* Uses optional mutex to guard construction of the singleton, whichtomhudson2014-07-011-3/+7
* Revert of Fix race condition in parallel font initialization. (https://codere...mtklein2014-07-011-7/+3
* Fix race condition in parallel font initialization.tomhudson2014-07-011-3/+7
* Revert of Fix race condition in parallel font initialization. (https://codere...reed2014-06-301-7/+3
* Fix race condition in parallel font initialization.tomhudson2014-06-301-3/+7
* SkNEW as default Create() for SkLazyPtr macros.mtklein2014-06-111-5/+1
* Port most uses of SkOnce to SkLazyPtr.mtklein2014-06-021-8/+7
* Revert of Port most uses of SkOnce to SkLazyPtr. (https://codereview.chromium...commit-bot@chromium.org2014-05-311-7/+8
* Port most uses of SkOnce to SkLazyPtr.commit-bot@chromium.org2014-05-301-8/+7
* Revert of Port most uses of SkOnce to SkLazyPtr. (https://codereview.chromium...commit-bot@chromium.org2014-05-301-7/+8
* Port most uses of SkOnce to SkLazyPtr.commit-bot@chromium.org2014-05-301-8/+7
* Initialize the SkFontConfigInterface singleton with SkOnce.bungeman@google.com2014-05-051-8/+6