1. 5785e4a Use SkFontHinting instead of macros. by Ben Wagner · 5 years ago
  2. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  3. 2c2240f Make more SkTypeface virtuals pure. by Ben Wagner · 6 years ago
  4. 64670cb Reland "Simplify SkTypeface::charsToGlyphs API to require UTF32 input" by Mike Reed · 6 years ago
  5. 33906ad Reland "Revert "Simplify SkTypeface::charsToGlyphs API to require UTF32 input"" by Robert Phillips · 6 years ago
  6. 652b007a Revert "Revert "Simplify SkTypeface::charsToGlyphs API to require UTF32 input"" by Mike Reed · 6 years ago
  7. 70ed05e Revert "Simplify SkTypeface::charsToGlyphs API to require UTF32 input" by Mike Reed · 6 years ago
  8. fde841d Simplify SkTypeface::charsToGlyphs API to require UTF32 input by Mike Reed · 6 years ago
  9. 0a8da21 Remove generateCharFromGlyph and charToGlyphID. by Ben Wagner · 6 years ago
  10. 0cffcbf9 de-Sk tools/font, and git clang-format by Mike Klein · 6 years ago[Renamed (63%) from tools/fonts/SkRandomScalerContext.cpp]
  11. ff84d8a SkTypeface::openStream to return smart pointer. by Ben Wagner · 6 years ago
  12. 4212a7d SkTypeface::onOpenStream to return unique_ptr. by Ben Wagner · 6 years ago
  13. b5784ac use SkFontMetrics so we can deprecated the typedef by Mike Reed · 6 years ago
  14. 04346d5 use SkFontHinting from SkFontTypes.h by Mike Reed · 6 years ago
  15. e541645 Change generateAdvance to never chain. by Ben Wagner · 6 years ago
  16. e346b1e Add SkTypeface::getVariationDesignParameters by Ben Wagner · 6 years ago
  17. 536ad2c Implement onMakeClone function on all subclasses of SkTypeface except on mac. by Bruce Wang · 6 years ago
  18. 46cc3da Revert "Revert "SkAdvancedTypefaceMetrics: factor out GlyphToUnicode"" by Hal Canary · 6 years ago
  19. 97c1108 Revert "SkAdvancedTypefaceMetrics: factor out GlyphToUnicode" by Greg Daniel · 6 years ago
  20. 1c2bcd8 SkAdvancedTypefaceMetrics: factor out GlyphToUnicode by Hal Canary · 7 years ago
  21. 20fa1e9 Update SkRandomScalerContext to handle mask filters. by Ben Wagner · 6 years ago
  22. 4b5e4b3 Remove unused parameters from internalGetPath. by Ben Wagner · 7 years ago
  23. 1f27585 remove unused/dumb methods from SkRect by Mike Reed · 7 years ago
  24. 5ddb308 Distinguish between glyphs with empty path and no path. by Ben Wagner · 7 years ago
  25. 483c772 Add nativeFonts flag to Viewer. by Ben Wagner · 7 years ago[Renamed from tools/SkRandomScalerContext.cpp]
  26. 8ad91a9 remove unused SkRasterizer by Mike Reed · 7 years ago
  27. 10d66cc move Sk{Test,Random}ScalerContext to tools by Mike Klein · 7 years ago[Renamed from src/fonts/SkRandomScalerContext.cpp]
  28. 209e4b1 Revert "Revert "SkTypeface::getAdvancedMetrics(): cleanup"" by Hal Canary · 7 years ago
  29. 59ad782 Revert "SkTypeface::getAdvancedMetrics(): cleanup" by Hal Canary · 7 years ago
  30. cef0188 SkTypeface::getAdvancedMetrics(): cleanup by Hal Canary · 7 years ago
  31. ab244f0 Revert "Revert "Reland: Remove SkLights include from SkCanvas.h"" by Florin Malita · 7 years ago
  32. 9d5f66d Revert "Reland: Remove SkLights include from SkCanvas.h" by Florin Malita · 7 years ago
  33. fed0031 Reland: Remove SkLights include from SkCanvas.h by Florin Malita · 7 years ago
  34. 38aad81 Revert "Remove SkLights include from SkCanvas.h" by Florin Malita · 7 years ago
  35. 9ff301b Remove SkLights include from SkCanvas.h by Florin Malita · 7 years ago
  36. fc49734 Add SkTypeface::getVariationDesignPosition. by Ben Wagner · 8 years ago
  37. 9704329 Revert "Add SkTypeface::getVariationDesignPosition." by Ben Wagner · 8 years ago
  38. 0f3d0c3 Add SkTypeface::getVariationDesignPosition. by bungeman · 8 years ago
  39. 7d07d46 Revert "Add SkTypeface::getVariationDesignPosition." by Ben Wagner · 8 years ago
  40. 87e7f82 Add SkTypeface::getVariationDesignPosition. by Ben Wagner · 8 years ago
  41. 6e9ac12 Clean up glyph id handling. by Ben Wagner · 8 years ago
  42. 7cfd46a SkScalerContext to use smart pointers. by bungeman · 8 years ago
  43. e3aea10 Remove user specified typeface id. by bungeman · 8 years ago
  44. 13b9c95 Move SkTypeface to sk_sp. by bungeman · 8 years ago
  45. 9a9a7b2 Revert of Move SkTypeface to sk_sp. (patchset #5 id:80001 of https://codereview.chromium.org/1933393002/ ) by scroggo · 8 years ago
  46. 6296da7 Move SkTypeface to sk_sp. by bungeman · 8 years ago
  47. a9322c2 Revert "Revert of Pass effects directly to fontcache (patchset #8 id:140001 of https://codereview.chromium.org/1863013003/ )" by reed · 9 years ago
  48. 25e0a04 Revert of Pass effects directly to fontcache (patchset #8 id:140001 of https://codereview.chromium.org/1863013003/ ) by borenet · 9 years ago
  49. c791728 Pass effects directly to fontcache by reed · 9 years ago
  50. 52b88cc "Fix" compiler issue in SkRandomScalerContext by robertphillips · 9 years ago
  51. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  52. d45fb5a Add BW masks to random scaler context by joshualitt · 9 years ago
  53. 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
  54. a4a5306 Add BW masks to random scaler context by joshualitt · 9 years ago
  55. 44c4851 adding gm to use random scaler context by joshualitt · 9 years ago
  56. 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
  57. 853336c adding gm to use random scaler context by joshualitt · 9 years ago
  58. 65e96b4 Modifying TextBlobCacheTest to use SkRandomScalerContext by joshualitt · 9 years ago
  59. bdc91a7 Revert of Modifying TextBlobCacheTest to use SkRandomScalerContext (patchset #3 id:40001 of https://codereview.chromium.org/1266003002/) by joshualitt · 9 years ago
  60. adcdca8 Modifying TextBlobCacheTest to use SkRandomScalerContext by joshualitt · 9 years ago
  61. aa2f658 Adding debug SkScalerContext which returns random mask formats by joshualitt · 9 years ago