1. 9aec894 Use last value for axis for variation position. by bungeman · 7 years ago
  2. b549cc3 Change SkMemory to the more accurately named SkMalloc. by Herb Derby · 7 years ago
  3. 3318da5 Replace Thinkness with Thickness. by Ben Wagner · 7 years ago
  4. d3b6597 Mark overridden destructors with 'override' and remove 'virtual' by Brian Salomon · 7 years ago
  5. d7b34a5 Make SkMemory.h and adjust all files for usage. by Herb Derby · 7 years ago
  6. f1b61af Mark function used as template parameter extern. by Ben Wagner · 7 years ago
  7. aa3af7b SkPDF: Always get advances at unitsPerEm. by Hal Canary · 7 years ago
  8. e7e5499 Check that the FT_Face actually exists in SkTypeface_FreeType::onGetVariationDesignPosition. by Ben Wagner · 7 years ago
  9. 2a098d0 Call FT_Set_Default_Properties when available. by Ben Wagner · 7 years ago
  10. fc49734 Add SkTypeface::getVariationDesignPosition. by Ben Wagner · 7 years ago
  11. 9704329 Revert "Add SkTypeface::getVariationDesignPosition." by Ben Wagner · 7 years ago
  12. 0f3d0c3 Add SkTypeface::getVariationDesignPosition. by bungeman · 7 years ago
  13. 7d07d46 Revert "Add SkTypeface::getVariationDesignPosition." by Ben Wagner · 7 years ago
  14. 87e7f82 Add SkTypeface::getVariationDesignPosition. by Ben Wagner · 7 years ago
  15. 95e3c05 SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h by Hal Canary · 8 years ago
  16. c456b73 Revert "SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h" by Kevin Lubick · 8 years ago
  17. a5494f1 SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h by Hal Canary · 8 years ago
  18. 52ab2f5 Use FT_LOAD_BITMAP_METRICS_ONLY flag by Seigo Nonaka · 8 years ago
  19. 6e9ac12 Clean up glyph id handling. by Ben Wagner · 8 years ago
  20. c05b2bf Clarify onCreateScalerContext failure modes. by Ben Wagner · 8 years ago
  21. 7cfd46a SkScalerContext to use smart pointers. by bungeman · 8 years ago
  22. f93d711 SkFontData to use smart pointers. by bungeman · 8 years ago
  23. 606add3 Revert of SkFontData to use smart pointers. (patchset #3 id:40001 of https://codereview.chromium.org/2339273002/ ) by bungeman · 8 years ago
  24. d8c2476 SkFontData to use smart pointers. by bungeman · 8 years ago
  25. 5f1d0f6 SkPDF: SkTypeface_FreeType ToUnicode table improvement. by halcanary · 8 years ago
  26. 3287588 SkPDF: SkPDFFont class changes by halcanary · 8 years ago
  27. 8b1d32c SkPDF/SkAdvancedTypefaceMetrics: simplify ATM, PDF takes over by halcanary · 8 years ago
  28. 6e45bda Add test for typeface style round trip. by bungeman · 8 years ago
  29. f149169 Correct advances for 'monospace' fonts in PDF. by bungeman · 8 years ago
  30. 5379051 Fix SkScalerContext_FreeType::generateFontMetrics. by bungeman · 8 years ago
  31. 7d46f4a exclude unused functions when mac uses freetype (for pdf) by caryclark · 8 years ago
  32. 401ae2d Rotate bitmap strikes with FreeType. by bungeman · 8 years ago
  33. 280d537 Revert of Rotate emoji with FreeType. (patchset #5 id:80001 of https://codereview.chromium.org/2139703002/ ) by bungeman · 8 years ago
  34. 31e0c13 Rotate bitmap strikes with FreeType. by bungeman · 8 years ago
  35. 5a493cd Less indentation. by bungeman · 8 years ago
  36. 57cd94a SkAdvancedTypefaceMetrics: getAdvanceData uses std::function by halcanary · 8 years ago
  37. e20a875 SkAdvancedTypefaceMetrics: abstract out linked list by halcanary · 8 years ago
  38. 086eea9 Revert of SK_DECLARE_STATIC_MUTEX -> static SkMutex (patchset #1 id:1 of https://codereview.chromium.org/1948193002/ ) by reed · 8 years ago
  39. 5e56cfd SK_DECLARE_STATIC_MUTEX -> static SkMutex by mtklein · 8 years ago
  40. 572f879 Fix race in SkTypeface_FreeType::onCountGlyphs. by bungeman · 8 years ago
  41. b4bb7d8 Add oblique as a slant. by bungeman · 8 years ago
  42. f8c74a1 SkFontHost/FreeType/ToUnicode: add an assert by halcanary · 8 years ago
  43. a9322c2 Revert "Revert of Pass effects directly to fontcache (patchset #8 id:140001 of https://codereview.chromium.org/1863013003/ )" by reed · 8 years ago
  44. 25e0a04 Revert of Pass effects directly to fontcache (patchset #8 id:140001 of https://codereview.chromium.org/1863013003/ ) by borenet · 8 years ago
  45. c791728 Pass effects directly to fontcache by reed · 8 years ago
  46. a1e8f8d Decouple contrast boost from fake gamma. by brianosman · 8 years ago
  47. 6b3eacb Change type of SkGlyph::fAdvance[XY] to float. by benjaminwagner · 8 years ago
  48. fe7ada7 Make FreeType usable on Windows. by caryclark · 8 years ago
  49. 5f939ab Use std::unique_ptr. by mtklein · 8 years ago
  50. e7ec417 Revert of Use std::unique_ptr. (patchset #10 id:170001 of https://codereview.chromium.org/1780933003/ ) by mtklein · 8 years ago
  51. 2691d76 Use std::unique_ptr. by mtklein · 8 years ago
  52. 218c846 Revert of Use std::unique_ptr. (patchset #8 id:130001 of https://codereview.chromium.org/1780933003/ ) by mtklein · 8 years ago
  53. 3dd9ed3 Use std::unique_ptr. by mtklein · 8 years ago
  54. 977c07d Revert of Use std::unique_ptr. (patchset #7 id:120001 of https://codereview.chromium.org/1780933003/ ) by mtklein · 8 years ago
  55. 20c1e3a Use std::unique_ptr. by mtklein · 8 years ago
  56. aabd71c SkFontHost_FreeType constructor to correctly release resources. by bungeman · 8 years ago
  57. 64a3c95 Check scalar to fixed conversions with axes. by benjaminwagner · 8 years ago
  58. 4534562 Change type of SkScalerContext_FreeType::fScaleX/Y. All uses want FT_F26Dot6. by benjaminwagner · 8 years ago
  59. f6c7107 Expose API for gx font variation axes. by bungeman · 8 years ago
  60. 3f846ae Take mutex when calling into FreeType. by bungeman · 9 years ago
  61. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  62. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  63. d3ebb48 IWYU: 'core' target, files starting A-C. by bungeman · 9 years ago
  64. fb8c1fc Revert of IWYU: 'core' target, files starting A-C. (patchset #5 id:80001 of https://codereview.chromium.org/1265033002/ ) by reed · 9 years ago
  65. 7403d87 IWYU: 'core' target, files starting A-C. by bungeman · 9 years ago
  66. 1b24933 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 9 years ago
  67. 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
  68. c50acf2 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 9 years ago
  69. 13a007d Expose SkFaceRec less. by bungeman · 9 years ago
  70. 1e23736 Remove FT_HAS_COLOR definition. by bungeman · 9 years ago
  71. 726cf90 Add cmap 3,0 (symbol) as Unicode fallback. by bungeman · 9 years ago
  72. 08d1714 Remove SK_FREETYPE_HAS_MM. by bungeman · 9 years ago
  73. c657b69 Revert of Remove SK_FREETYPE_HAS_MM. (patchset #1 id:1 of https://codereview.chromium.org/1143133006/) by reed · 9 years ago
  74. 4f61fee Remove SK_FREETYPE_HAS_MM. by bungeman · 9 years ago
  75. 41868fe Font variations. by bungeman · 9 years ago
  76. 4657068 Revert of Font variations. (patchset #26 id:500001 of https://codereview.chromium.org/1027373002/) by robertphillips · 9 years ago
  77. 3489ee0 Font variations. by bungeman · 9 years ago
  78. 5ae1312 Revert of Font variations. (patchset #21 id:400001 of https://codereview.chromium.org/1027373002/) by bungeman · 9 years ago
  79. 05773ed Font variations. by bungeman · 9 years ago
  80. 80ea19c Revert of Revert of stop calling SkScalarDiv (patchset #1 id:1 of https://codereview.chromium.org/1138263002/) by reed · 9 years ago
  81. 2629697 Revert of stop calling SkScalarDiv (patchset #4 id:60001 of https://codereview.chromium.org/1135053002/) by reed · 9 years ago
  82. 39a9a50 Make SkAdvancedTypefaceMetrics private. by reed · 9 years ago
  83. 67d71c8 stop calling SkScalarDiv by reed · 9 years ago
  84. d803cda Add PS 'all' weight name to scanFont. by bungeman · 9 years ago
  85. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  86. 665b038 Use typographic font metrics when the font requests. by bungeman · 9 years ago
  87. 7be2eb8 Remove SkFontHost includes and friends. by bungeman · 9 years ago
  88. 52b64b4 SkFontHost_FreeType takes advantage of SkStreamAsset. by bungeman · 9 years ago
  89. a1193e4 Make SkStream *not* ref counted. by scroggo · 9 years ago
  90. ec7e12f Lcd request early check in SkFontHost_FreeType::onFilterRec. by bungeman · 9 years ago
  91. d4742fa Reduce overhead of SkFontHost_FreeType::onFilterRec. by bungeman · 9 years ago
  92. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  93. fcfea99 Upstream custom freetype embolding strength from Android by djsollen · 10 years ago
  94. 5f14c5e Factor text size device mapping in SkScalerContext. by bungeman · 10 years ago
  95. 9dc2468 Clean up FreeType library ref counting. by bungeman · 10 years ago
  96. 5ec443c Clean up FreeType code for 2.3.8. by bungeman · 10 years ago
  97. d54d3fc remove unused kLCD_MaskFormat by reed · 10 years ago
  98. 6fee786 Remove SK_USE_SCALED_FONTMETRICS. by bungeman · 10 years ago
  99. c17c658 SK_USE_SCALED_FONTMETRICS for correct scaling by reed · 10 years ago
  100. 6500760 Revert of scale xmin and xmax for FontMetrics (patchset #1 id:1 of https://codereview.chromium.org/685153004/) by robertphillips · 10 years ago