- 13b9c95 Move SkTypeface to sk_sp. by bungeman · 8 years ago
- 9a9a7b2 Revert of Move SkTypeface to sk_sp. (patchset #5 id:80001 of https://codereview.chromium.org/1933393002/ ) by scroggo · 8 years ago
- 6296da7 Move SkTypeface to sk_sp. by bungeman · 8 years ago
- ffa4a92 SkOncePtr -> SkOnce by mtklein · 9 years ago
- 959a293 Revert of SkOncePtr -> SkOnce (patchset #1 id:1 of https://codereview.chromium.org/1949313003/ ) by reed · 9 years ago
- 82da9a8 Reland of SkOncePtr -> SkOnce (patchset #1 id:1 of https://codereview.chromium.org/1945293004/ ) by reed · 9 years ago
- 7eb33da Revert of SkOncePtr -> SkOnce (patchset #4 id:60001 of https://codereview.chromium.org/1953533002/ ) by reed · 9 years ago
- 086eea9 Revert of SK_DECLARE_STATIC_MUTEX -> static SkMutex (patchset #1 id:1 of https://codereview.chromium.org/1948193002/ ) by reed · 9 years ago
- 5e56cfd SK_DECLARE_STATIC_MUTEX -> static SkMutex by mtklein · 9 years ago
- 9bd3fc7 SkOncePtr -> SkOnce by mtklein · 9 years ago
- 0265707 Clean up SkFontConfigInterface implementation. by bungeman · 9 years ago
- b4bb7d8 Add oblique as a slant. by bungeman · 9 years ago
- d9dd428 Modernize and trim down SkOnce. by mtklein · 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
- a9322c2 Revert "Revert of Pass effects directly to fontcache (patchset #8 id:140001 of https://codereview.chromium.org/1863013003/ )" by reed · 9 years ago
- 25e0a04 Revert of Pass effects directly to fontcache (patchset #8 id:140001 of https://codereview.chromium.org/1863013003/ ) by borenet · 9 years ago
- c791728 Pass effects directly to fontcache by reed · 9 years ago
- 6c71e0a Reverse dependency between SkScalar.h and SkFixed.h. by benjaminwagner · 9 years ago
- 52b88cc "Fix" compiler issue in SkRandomScalerContext by robertphillips · 9 years ago
- 6b3eacb Change type of SkGlyph::fAdvance[XY] to float. by benjaminwagner · 9 years ago
- 18300a3 detach -> release by mtklein · 9 years ago
- 147ea2f Factor CSS3 matching rules. by bungeman · 9 years ago
- 6f6264f Force cache SkTestScalerContext path bounds. by mtklein · 9 years ago
- 6c59d80 Port uses of SkLazyPtr to SkOncePtr. by mtklein · 9 years ago
- 2ac6793 Revert of Port uses of SkLazyPtr to SkOncePtr. (patchset #7 id:110001 of https://codereview.chromium.org/1322933005/ ) by mtklein · 9 years ago
- a1254ac Port uses of SkLazyPtr to SkOncePtr. 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
- d45fb5a Add BW masks to random scaler context by joshualitt · 9 years ago
- 2a6f747 Revert of Add BW masks to random scaler context (patchset #1 id:1 of https://codereview.chromium.org/1270793003/) by joshualitt · 9 years ago
- a4a5306 Add BW masks to random scaler context by joshualitt · 9 years ago
- 44c4851 adding gm to use random scaler context by joshualitt · 9 years ago
- d164a71 Revert of adding gm to use random scaler context (patchset #4 id:60001 of https://codereview.chromium.org/1268853008/) by joshualitt · 9 years ago
- 853336c adding gm to use random scaler context by joshualitt · 9 years ago
- 65e96b4 Modifying TextBlobCacheTest to use SkRandomScalerContext by joshualitt · 9 years ago
- bdc91a7 Revert of Modifying TextBlobCacheTest to use SkRandomScalerContext (patchset #3 id:40001 of https://codereview.chromium.org/1266003002/) by joshualitt · 9 years ago
- adcdca8 Modifying TextBlobCacheTest to use SkRandomScalerContext by joshualitt · 9 years ago
- f20488b Clean up a few includes, introduce iwyu. by bungeman · 9 years ago
- aa2f658 Adding debug SkScalerContext which returns random mask formats by joshualitt · 9 years ago
- 0007bde SkAdvancedTypefaceMetrics zeroing constructor by halcanary · 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
- 2766c00 remove SkInstCnt by mtklein · 9 years ago
- f5c633f don't rely on fonts having a stream by caryclark · 9 years ago
- 8d0d2b8 remove duplicate assign of fLastGlyphID by caryclark · 9 years ago
- 0edd965 initialize font metrics for pdf (found by valgrind) by caryclark · 9 years ago
- 83ca628 Today's gm include many differences caused by platform font implementations. by caryclark · 9 years ago
- 41868fe Font variations. by bungeman · 9 years ago
- 4657068 Revert of Font variations. (patchset #26 id:500001 of https://codereview.chromium.org/1027373002/) by robertphillips · 9 years ago
- 3489ee0 Font variations. by bungeman · 9 years ago
- 5ae1312 Revert of Font variations. (patchset #21 id:400001 of https://codereview.chromium.org/1027373002/) by bungeman · 9 years ago
- 05773ed Font variations. by bungeman · 9 years ago
- 39a9a50 Make SkAdvancedTypefaceMetrics private. by reed · 9 years ago
- 37a92b4 Update {virtual,override} to follow C++11 style in src/fonts. by tfarina · 10 years ago
- 9d911d5 Remove filename from SkFontDescriptor. 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
- 11fa224 some utils for rect and matrix by reed · 10 years ago
- b69d0e0 BUG=skia: by herb · 10 years ago
- e59bbf1 Revert of Make fID and MixedID calculations private (patchset #5 id:80001 of https://codereview.chromium.org/939123002/) by scroggo · 10 years ago
- f8d24e2 BUG=skia: by herb · 10 years ago
- e892616 Clarify desired behavior of FontConfigTypeface::LegacyCreateTypeface. by bungeman · 10 years ago
- 5f213d9 SkTypeface to use SkStreamAsset. by bungeman · 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
- 33068c1 Enforce pure virtual behavior for onMatchFamilyStyleCharacter by djsollen · 10 years ago
- c9232dc Remove SK_FM_NEW_MATCH_FAMILY_STYLE_CHARACTER. by bungeman · 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
- c20386e Update fontMgr to take list of bcp47 language tags. 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
- 148ec59 Require SK_DECLARE_STATIC_LAZY_PTR is used in global scope. by mtklein · 10 years ago
- b374d6a Add onGetFamilyName to SkTypeface. by bungeman · 10 years ago
- 992c7b0 Add standard fonts to all GMs. by Cary Clark · 10 years ago
- 3a21d61 Update find_name_and_attributes to take ttc index and rename to SkTypeface_FreeType::ScanFont. by bungeman · 10 years ago
- 4107806 Remove vertical/horizontal metrics selection. by bungeman · 10 years ago
- 5fb6bd4 use platform-independent font for gm by caryclark · 10 years ago
- 6c22573 hide SkBitmap::setConfig by reed · 10 years ago
- 78358bf Port most uses of SkOnce to SkLazyPtr. by mtklein · 10 years ago
- f71e8fd Revert of Port most uses of SkOnce to SkLazyPtr. (https://codereview.chromium.org/304383005/) by commit-bot@chromium.org · 10 years ago
- 56f7cca Port most uses of SkOnce to SkLazyPtr. by commit-bot@chromium.org · 10 years ago
- f6351a0 Revert of Port most uses of SkOnce to SkLazyPtr. (https://codereview.chromium.org/304383005/) by commit-bot@chromium.org · 10 years ago
- 5a70945 Port most uses of SkOnce to SkLazyPtr. by commit-bot@chromium.org · 10 years ago
- 6493ae2 Don't unset gFCSafeToUse when it's still safe to use. by commit-bot@chromium.org · 11 years ago
- c4df655 Factory methods for heap-allocated SkTypeface objects. by commit-bot@chromium.org · 11 years ago
- 07421a5 Add global fontconfig lock. by commit-bot@chromium.org · 11 years ago
- 1ba6262 Clean up SkOnce usage in SkFontMgr_Indirect. by bungeman@google.com · 11 years ago
- 72cf4fc A remotable font management interface and DirectWrite implementation. by bungeman@google.com · 11 years ago
- 967dee3 Make SkFontMgr interface const. by commit-bot@chromium.org · 11 years ago
- d6bab02 Reverting r12427 by rmistry@google.com · 11 years ago
- 5b39f5b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- 7435f34 Minimal changes to not crash GPU with color fonts. by bungeman@google.com · 11 years ago
- 0cd74ad Make onCreateFromStream check that the stream looks like a font. by bungeman@google.com · 11 years ago
- b3d154d Remove SK_FONTHOST_USES_FONTMGR. by bungeman@google.com · 11 years ago
- 3c996f8 Implement charToGlyph on remaining ports. by bungeman@google.com · 11 years ago
- 6d2fef9 Update the freetype backed fonthost to keep the style and fixed width attributes for a font stream. by djsollen@google.com · 11 years ago