1. 793818b Make all SkGlyph fields private by Herb Derby · 5 years ago
  2. 7019060 Introduce mergeGlyphAndImage to SkStrike by Herb Derby · 5 years ago
  3. 9b06f21 Add API for glyph image data by Herb Derby · 5 years ago
  4. 71f2eb7 Add bounds accessors to SkGlyph by Herb Derby · 5 years ago
  5. 3721688 Make fMaskFormate private by Herb Derby · 5 years ago
  6. f0e7581 Make fPathData private and add API for paths by Herb Derby · 5 years ago
  7. e713a3c Make fAdvance{X|Y} private. by Herb Derby · 5 years ago
  8. cc5dc01 Make fForceBW private. by Herb Derby · 5 years ago
  9. 11697dc Move Glyph Intercept code from SkStrike to SkGlyph by Herb Derby · 5 years ago
  10. 8207b64 Remove SkPackedID by Herb Derby · 5 years ago
  11. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  12. 5dd7f84 Reduce use of path generation by Herb Derby · 5 years ago
  13. e741921 Reland "Convert the CPU mask case to use prepareForDrawing" by Herb Derby · 5 years ago
  14. 990bfc7 Convert SkGlyph::toMask() to SkGlyph::mask() by Herb Derby · 5 years ago
  15. c48879e Convert the CPU mask case to use prepareForDrawing by Herb Derby · 5 years ago
  16. a519999 Reland "Add maxDimension() to glyph" by Herb Derby · 5 years ago
  17. d351617 Revert "Add maxDimension() to glyph" by Mike Reed · 5 years ago
  18. c19cf51 Add maxDimension() to glyph by Herb Derby · 5 years ago
  19. 14d64dd Remove unneeded SkPackedUnicharID by Herb Derby · 5 years ago
  20. 5fd955e Rename SkGlyphCache -> SkStrike by Herb Derby · 6 years ago
  21. 811a672 Make single ctor for SkGlyph and remove reset by Herb Derby · 6 years ago
  22. f6fca26 Make a ctor for SkGlyph by Herb Derby · 6 years ago
  23. e46ccf8 Make pointers to glyphs in the SkGlyphCache stable by Herb Derby · 6 years ago
  24. 9bd8346 Embed SkPath in SkGlyph::PathData by Herbert Derby · 6 years ago
  25. 7218f1f Remove uses of the glyph cache by Herbert Derby · 6 years ago
  26. 20bd0f9 Make SkGlyph::PathData own the path by Herbert Derby · 6 years ago
  27. f4958ce Move path building logic to SkGlyph by Herb Derby · 6 years ago
  28. 8219163 Cleaup SkGlyph by Herb Derby · 6 years ago
  29. d2fec23 Have GPU and RemoteGlyphCache share mask position code by Herb Derby · 6 years ago
  30. 9a52a39 Move path fallback logic into drawer by Herb Derby · 6 years ago
  31. e42dc2d Hoist path check into regenerateGlyphRunList. by Herb Derby · 6 years ago
  32. 1400d38 Revert "Hoist path check" by Jim Van Verth · 6 years ago
  33. 6de0fca Hoist path check by Herb Derby · 6 years ago
  34. c640d0d Revert "Revert "SkTypes: extract SkTo"" by Hal Canary · 6 years ago
  35. 4010c79 fonts: Ignore re-initialization of fallback glyphs from the server. by Khushal · 6 years ago
  36. fdcfb8b Revert "SkTypes: extract SkTo" by Hal Canary · 6 years ago
  37. 8523b6b fonts: Fix memory allocation for fallback glyphs. by Khushal · 6 years ago
  38. 2a2f675 SkTypes: extract SkTo by Hal Canary · 6 years ago
  39. 65b7bfc Glyph search of desperation by Herb Derby · 6 years ago
  40. 51371a4 fonts: Handle fallback to using paths for text rendering for remoting. by Khushal · 6 years ago
  41. 0262860 Remove android specific code - v2 by Herb Derby · 6 years ago
  42. 2381add Revert "Remove android specific code" by Greg Daniel · 6 years ago
  43. 5570ea0 Remove android specific code by Herb Derby · 6 years ago
  44. fcac00f Reland "Remove devKerning" by Herb Derby · 6 years ago
  45. c76e26a Revert "Remove devKerning" by Mike Klein · 6 years ago
  46. bffeb8c Revert "Add padding back to make msan happy" by Mike Klein · 6 years ago
  47. 2050565 Add padding back to make msan happy by Herbert Derby · 6 years ago
  48. c86c5c0 Remove devKerning by Herb Derby · 6 years ago
  49. efbf00c Add accessor and less for raw glyph ID and WS by Herb Derby · 6 years ago
  50. ba321b6 Cleanup size calculations in SkGlyph by Herb Derby · 6 years ago
  51. 339b84e Alloc glyph image correctly for SkMask::k3D_Format. by Ben Wagner · 7 years ago
  52. 3e31e99 Revert "Alloc glyph image correctly for SkMask::k3D_Format." by Brian Osman · 7 years ago
  53. 1662257 Alloc glyph image correctly for SkMask::k3D_Format. by Ben Wagner · 7 years ago
  54. 3ae1a30 Revert "Alloc glyph image correctly for SkMask::k3D_Format." by Ben Wagner · 7 years ago
  55. 6b26deb Alloc glyph image correctly for SkMask::k3D_Format. by Ben Wagner · 7 years ago
  56. 7c5a806 Move from SkChunkAlloc to SkArenaAlloc for SkGlyphCache. by Herb Derby · 8 years ago
  57. 6e9ac12 Clean up glyph id handling. by Ben Wagner · 8 years ago
  58. e0d62a5 Remove advance[XY]Fixed getters. by benjaminwagner · 8 years ago
  59. 6b3eacb Change type of SkGlyph::fAdvance[XY] to float. by benjaminwagner · 8 years ago
  60. 2732e18 Un-deprecate new methods to fix Android. by benjaminwagner · 8 years ago
  61. 706d21f Hide new methods from non-Android. by benjaminwagner · 8 years ago
  62. 19de504 Add advance[XY]Fixed getters for Android. by benjaminwagner · 8 years ago
  63. 0449bcf add helper to create fancy underlines by caryclark · 8 years ago
  64. b68ce74 Add SK_BEGIN_REQUIRE_DENSE / SK_END_REQUIRE_DENSE. by mtklein · 9 years ago
  65. cd7f035 Revert of Parallel cache - preliminary (patchset #24 id:460001 of https://codereview.chromium.org/1264103003/ ) by herb · 9 years ago
  66. 014ffdb Parallel cache. by herb · 9 years ago
  67. 951d854 Revert of Parallel cache - preliminary (patchset #23 id:440001 of https://codereview.chromium.org/1264103003/ ) by jyasskin · 9 years ago
  68. bf29888 Parallel cache. by herb · 9 years ago
  69. ef2df09 Revert of Parallel cache - preliminary (patchset #22 id:420001 of https://codereview.chromium.org/1264103003/ ) by herb · 9 years ago
  70. 6f2a486 Parallel cache. by herb · 9 years ago
  71. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  72. c71239b Change the GlyphCache to use a hash table instead of doing its own ad-hoc by herb · 9 years ago
  73. c1e97b3 Fix uninitialized memory bug in the SkGlyphCache. by herb · 9 years ago
  74. e70de9e Make the glyph array entries inline. by herb · 9 years ago
  75. b69d0e0 BUG=skia: by herb · 9 years ago
  76. e59bbf1 Revert of Make fID and MixedID calculations private (patchset #5 id:80001 of https://codereview.chromium.org/939123002/) by scroggo · 9 years ago
  77. f8d24e2 BUG=skia: by herb · 9 years ago
  78. 5a2a5e7 Revert of Make the glyph array entries inline. (patchset #11 id:190001 of https://codereview.chromium.org/885903002/) by mtklein · 9 years ago
  79. b4c29ac Make the glyph array entries inline. BUG=skia: by herb · 9 years ago
  80. 9bf4e5b Revert of Make the glyph array entries inline. (patchset #10 id:170001 of https://codereview.chromium.org/885903002/) by bsalomon · 9 years ago
  81. 4c08f16 Make the glyph array entries inline. BUG=skia: by herb · 10 years ago
  82. a27b82d Remove distance field generation and storage from SkGlyphCache. by jvanverth · 10 years ago
  83. d54d3fc remove unused kLCD_MaskFormat by reed · 10 years ago
  84. b2f7fce DirectWrite to use aliased if ClearType is empty. by Ben Wagner · 10 years ago
  85. 1b27704 Remove ALL font fallback logic from Skia. by djsollen · 10 years ago
  86. 762cd80 Move distance field generation to the glyph cache. by commit-bot@chromium.org · 10 years ago
  87. d02d4ff privatize SkGlyph.h by mike@reedtribe.org · 12 years ago[Renamed from include/core/SkGlyph.h]
  88. bbe5013 Split SkGlyph into its own header. https://codereview.appspot.com/6434049/ by bungeman@google.com · 12 years ago