- c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 6 years ago
- 4212a7d SkTypeface::onOpenStream to return unique_ptr. by Ben Wagner · 6 years ago
- 0ea256c Implement onMakeClone(const SkFontArguments& args) in classes: SkTypeface_Empty, SkTypeface_Stream, SkTypeface_File by Bruce Wang · 6 years ago
- 5922739 Revert "Revert "migrate to sk_sp for SkFontMgr API"" by Mike Reed · 7 years ago
- f40ae1a Revert "migrate to sk_sp for SkFontMgr API" by Mike Reed · 7 years ago
- 4bf296b migrate to sk_sp for SkFontMgr API by Mike Reed · 7 years ago
- 0ca2146 remove dead code for STREAM_API by Mike Reed · 7 years ago
- 98c5d92 Revert "Revert "use unique_ptr for stream api"" by Mike Reed · 7 years ago
- 7031b24 Revert "use unique_ptr for stream api" by Mike Reed · 7 years ago
- 49f1f34 use unique_ptr for stream api by Mike Reed · 7 years ago
- fc49734 Add SkTypeface::getVariationDesignPosition. by Ben Wagner · 8 years ago
- 9704329 Revert "Add SkTypeface::getVariationDesignPosition." by Ben Wagner · 8 years ago
- 0f3d0c3 Add SkTypeface::getVariationDesignPosition. by bungeman · 8 years ago
- 7d07d46 Revert "Add SkTypeface::getVariationDesignPosition." by Ben Wagner · 8 years ago
- 87e7f82 Add SkTypeface::getVariationDesignPosition. by Ben Wagner · 8 years ago
- 8ab590f Split custom font managers. by Ben Wagner · 8 years ago
- 20d031a Remove SK_LEGACY_FONTMGR_FACTORY. by Ben Wagner · 8 years ago
- 3546ff1 Stage SkFontMgr factories to return smart pointers. by Ben Wagner · 8 years ago
- bf111d7 Move SkOSPath out of include/core. by Ben Wagner · 8 years ago
- 67b39de s/SkAutoTUnref/sk_sp/ in src/ part 1 by Hal Canary · 8 years ago
- f93d711 SkFontData to use smart pointers. by bungeman · 8 years ago
- 606add3 Revert of SkFontData to use smart pointers. (patchset #3 id:40001 of https://codereview.chromium.org/2339273002/ ) by bungeman · 8 years ago
- d8c2476 SkFontData to use smart pointers. by bungeman · 8 years ago
- 42943c8 change SkStreams to work with sk_sp<SkData> instead of SkData* by reed · 8 years ago
- b811378 Update typeface serialization style. by bungeman · 8 years ago
- e3aea10 Remove user specified typeface id. by bungeman · 8 years ago
- f8f9c07 Revert of Update typeface serialization style. (patchset #3 id:40001 of https://codereview.chromium.org/2030683002/ ) by mtklein · 8 years ago
- 7ae1c72 Update typeface serialization style. by bungeman · 8 years ago
- 57c9482 Implement SkFontMgr_Custom::onCreateFromFontData. by bungeman · 8 years ago
- 4772bd5 Implement all onCreateFromStream overloads. by bungeman · 8 years ago
- 77a8ab2 Simplify style handling in custom font manager. by bungeman · 9 years ago
- b4bb7d8 Add oblique as a slant. by bungeman · 9 years ago
- ed2edab Remove SK_VERY_LEGACY_CREATE_TYPEFACE. by bungeman · 9 years ago
- 11a77c6 Begin switch to SkFontStyle for legacy calls. by bungeman · 9 years ago
- fe7ada7 Make FreeType usable on Windows. by caryclark · 9 years ago
- 18300a3 detach -> release by mtklein · 9 years ago
- 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
- 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
- f20488b Clean up a few includes, introduce iwyu. by bungeman · 9 years ago
- 1b24933 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 9 years ago
- 02802f6 Revert of Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. (patchset #4 id:60001 of https://codereview.chromium.org/1215393002/) by jvanverth · 9 years ago
- c50acf2 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 9 years ago
- 5cf1949 Refactor SkFontHost_linux into SkFontMgr_custom. by bungeman · 9 years ago[Renamed (93%) from src/ports/SkFontHost_linux.cpp]
- 41868fe Font variations. by bungeman · 10 years ago
- 4657068 Revert of Font variations. (patchset #26 id:500001 of https://codereview.chromium.org/1027373002/) by robertphillips · 10 years ago
- 3489ee0 Font variations. by bungeman · 10 years ago
- 5ae1312 Revert of Font variations. (patchset #21 id:400001 of https://codereview.chromium.org/1027373002/) by bungeman · 10 years ago
- 05773ed Font variations. by bungeman · 10 years ago
- 9d911d5 Remove filename from SkFontDescriptor. by bungeman · 10 years ago
- 5c9fa28 Add option to embed font data into executable. by bungeman · 10 years ago
- 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 10 years ago
- 7be2eb8 Remove SkFontHost includes and friends. by bungeman · 10 years ago
- 5f213d9 SkTypeface to use SkStreamAsset. by bungeman · 10 years ago
- 28b44e8 And change SkAutoTUnref<const SkStream to SkAutoTDelete. by scroggo · 10 years ago
- e58898e Remove another caller of SkRef(SkStream) by scroggo · 10 years ago
- a1193e4 Make SkStream *not* ref counted. by scroggo · 10 years ago
- 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
- ad5e9a5 add runtime config option to retain stream for custom typefaces by humper · 10 years ago
- 33068c1 Enforce pure virtual behavior for onMatchFamilyStyleCharacter by djsollen · 10 years ago
- 14df833 Extend SkFontMgr_Custom to cover ttc, otf, pfb. by bungeman · 10 years ago
- 32501a1 Revert of Extend SkFontMgr_Custom to cover ttc, otf, pfb. (patchset #2 id:20001 of https://codereview.chromium.org/672723002/) by bungeman · 10 years ago
- ee0c2e4 Extend SkFontMgr_Custom to cover ttc, otf, pfb. by bungeman · 10 years ago
- a4c4a2d Replace SkTypeface::Style with SkFontStyle. by bungeman · 10 years ago
- 802ad83 Revert of Replace SkTypeface::Style with SkFontStyle. (patchset #9 id:160001 of https://codereview.chromium.org/488143002/) by mtklein · 10 years ago
- 43b8b36 Replace SkTypeface::Style with SkFontStyle. by bungeman · 10 years ago
- d71b757 Serialize the font index. by bungeman · 10 years ago
- b374d6a Add onGetFamilyName to SkTypeface. by bungeman · 10 years ago
- 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
- a8e2e15 Cleanup: Rename SkOSPath functions. by tfarina · 10 years ago
- 3a21d61 Update find_name_and_attributes to take ttc index and rename to SkTypeface_FreeType::ScanFont. by bungeman · 10 years ago
- a2b44dc SkFontHost_linux - dup stream instead of ref by commit-bot@chromium.org · 11 years ago
- ea163cc Changes to SkFontHost_linux by commit-bot@chromium.org · 11 years ago
- 967dee3 Make SkFontMgr interface const. by commit-bot@chromium.org · 11 years ago
- b3d154d Remove SK_FONTHOST_USES_FONTMGR. by bungeman@google.com · 11 years ago
- febfd70 Add onRefMatchingStyle to SkFontHost_linux. by bungeman@google.com · 11 years ago
- ab44a17 stub support for SK_FONTHOST_USES_FONTMGR by reed@google.com · 11 years ago
- 070da5e add dummpy SkFontMgr::Factory() impl to font backends, so we can start testing it by reed@google.com · 12 years ago
- 1fa793f remove SkFontHost::NextLogicalFont, and add android-specific function by reed@google.com · 12 years ago
- fe74765 Change fixedWidth to fixedPitch and implement on Windows. by bungeman@google.com · 12 years ago
- 5526ede land https://codereview.chromium.org/12676024 by reed@google.com · 12 years ago
- 292b1d4 remove SkFontHost::OpenStream(), now subsumed by SkTypeface::openStream() by reed@google.com · 12 years ago
- 66d831d remove SkFontHost::GetFileName by mike@reedtribe.org · 12 years ago
- 032fbb8 oops, update the INHERITED for our typeface by reed@google.com · 12 years ago
- 0fc17c3 inherit from SkTypeface_FreeType to share more code by reed@google.com · 12 years ago
- 0da4861 remove SkFontHost::CreateScalerContext by reed@google.com · 12 years ago
- f381162 use SkStream::NewFromFile() by mike@reedtribe.org · 12 years ago
- e1575aa reland 8200 w/ fix for android (use fullpath instead of path) by reed@google.com · 12 years ago
- 070235e revert 8204 -- what is happening??? by reed@google.com · 12 years ago
- 4f7e846 reland 8200 w/ fix for android (need fullpath instead of path) by reed@google.com · 12 years ago
- 1311f7e revert 8200 to figure out android break by reed@google.com · 12 years ago
- d5ea2ae move SK_MMAP_SUPPORT into SkPreConfig, so we can know about its availability by reed@google.com · 12 years ago
- 5b33211 Start addressing the clang static analyzer issues by robertphillips@google.com · 12 years ago
- e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 027038a Turn off some debugging statements. by scroggo@google.com · 12 years ago
- 2cf84ec Load more fonts on Linux. https://codereview.appspot.com/6569061/ by bungeman@google.com · 12 years ago
- ada4480 Deserialization locks up multithreading fix. by chudy@google.com · 12 years ago
- b6896e7 Remove 'legacy' font descriptor methods. http://codereview.appspot.com/6261059/ by bungeman@google.com · 12 years ago
- 9714516 Add SkFontDescriptor for serializing fonts. by djsollen@google.com · 12 years ago
- 0389d93 remove unused ptr/len parameters from CreateTypeface by reed@google.com · 13 years ago
- e6488ad partial revert of r3541 to removed accidentally uploaded file by djsollen@google.com · 13 years ago