aboutsummaryrefslogtreecommitdiff
path: root/include/ports
AgeCommit message (Expand)Author
2017-09-26Revert "Revert "migrate to sk_sp for SkFontMgr API""Mike Reed
2017-09-25Revert "migrate to sk_sp for SkFontMgr API"Mike Reed
2017-09-25migrate to sk_sp for SkFontMgr APIMike Reed
2017-08-28Convert NULL and 0 to nullptr.Ben Wagner
2017-06-09remove unneeded includeMike Reed
2017-05-01SkFontMgr::matchFamily should not crash on nullptr.bungeman
2017-02-24Add SkTypeface::getVariationDesignPosition.Ben Wagner
2017-02-23Revert "Add SkTypeface::getVariationDesignPosition."Ben Wagner
2017-02-23Add SkTypeface::getVariationDesignPosition.bungeman
2017-02-17Revert "Add SkTypeface::getVariationDesignPosition."Ben Wagner
2017-02-17Add SkTypeface::getVariationDesignPosition.Ben Wagner
2017-02-10Make header files self-sufficientHal Canary
2017-02-09Split custom font managers.Ben Wagner
2017-01-23Remove public APIs that use SkDataTable.Herb Derby
2017-01-11Remove SK_LEGACY_FONTMGR_FACTORY.Ben Wagner
2017-01-10Remove SkUseTestFontConfigFile.Ben Wagner
2017-01-04Stage SkFontMgr factories to return smart pointers.Ben Wagner
2016-10-27Remove SkAutoTUnref and SkAutoTDelete from public includes.bungeman
2016-09-19Split SkFontConfigInterface globals and factory.bungeman
2016-09-16Remove SK_DECLARE_LEGACY_CREATE_FROM_FONTDATA.bungeman
2016-09-16SkFontData to use smart pointers.bungeman
2016-09-15Revert of SkFontData to use smart pointers. (patchset #3 id:40001 of https://...bungeman
2016-09-15SkFontData to use smart pointers.bungeman
2016-08-10Remove no longer existing friend.bungeman
2016-08-05Move to SkDataTable::MakeXXX and sk_sp.bungeman
2016-06-07SkLeanWindows.h: #include "Windows.h" fewer placeshalcanary
2016-06-03Remove some uses of SK_SUPPORT_LEGACY_TYPEFACE_PTR.bungeman
2016-05-12Move SkTypeface to sk_sp.bungeman
2016-05-12Revert of Move SkTypeface to sk_sp. (patchset #5 id:80001 of https://coderevi...scroggo
2016-05-11Move SkTypeface to sk_sp.bungeman
2016-05-05Modernize SkMutex and SkSemaphore.mtklein
2016-05-04Revert of Modernize SkMutex and SkSemaphore. (patchset #2 id:20001 of https:/...sclittle
2016-05-04Modernize SkMutex and SkSemaphore.mtklein
2016-05-02Clean up SkFontConfigInterface implementation.bungeman
2016-04-18Modernize and trim down SkOnce.mtklein
2016-04-15Add option to specify font fallback when creating the skia font managerkulshin
2016-04-13Remove SK_VERY_LEGACY_CREATE_TYPEFACE.bungeman
2016-04-12Begin switch to SkFontStyle for legacy calls.bungeman
2016-03-21Make FreeType usable on Windows.caryclark
2016-02-17Move SkTArray to include/private.bungeman
2016-02-12Add support for caching font files in the Android SkFontMgr.khushalsagar
2016-02-09SkTArray to move when moving.bungeman
2016-02-09Revert of SkTArray to move when moving. (patchset #3 id:40001 of https://code...mtklein
2016-02-08Reland of SkTArray to move when moving. (patchset #1 id:1 of https://coderevi...kjlubick
2016-02-08Revert of SkTArray to move when moving. (patchset #3 id:40001 of https://code...kjlubick
2016-02-08SkTArray to move when moving.bungeman
2016-02-03Add option to specify a font collection when creating akulshin
2016-01-21Expose API for gx font variation axes.bungeman
2015-12-03Update documentation for SkFontMgr methods.erikchen
2015-12-01CMake, include/: changes to make fiddle 2.0 betterhalcanary