1. 511dcfc Remove getGlyphIDMatrics type calls. by Herb Derby · 5 years ago
  2. 9b06f21 Add API for glyph image data by Herb Derby · 5 years ago
  3. d2a1887 Update getAdvances for using a mutex by Herb Derby · 5 years ago
  4. 3721688 Make fMaskFormate private by Herb Derby · 5 years ago
  5. f0e7581 Make fPathData private and add API for paths by Herb Derby · 5 years ago
  6. 33a6f7c Remove advance only mode from SkGlyph. by Herb Derby · 5 years ago
  7. 11697dc Move Glyph Intercept code from SkStrike to SkGlyph by Herb Derby · 5 years ago
  8. 6a07591 Simplify calculation of the path gap. by Herb Derby · 5 years ago
  9. 44ba245 Remove unused enum by Herb Derby · 5 years ago
  10. 25b63f9 Remove getGlyphIDAdvance() from SkStrike's API by Herb Derby · 5 years ago
  11. e7efd08 Replace SkStrikeSpec with SkStrikeSpecStorage by Herb Derby · 5 years ago
  12. 729a23f Move ccpr headers for display list out of include/private. by Ben Wagner · 5 years ago
  13. f5e5f19 Cleaup GrTextStrike and GrStrikeCache by Herb Derby · 5 years ago
  14. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  15. 1c550f7 Only call findImage when needed by Herb Derby · 5 years ago
  16. 5dd7f84 Reduce use of path generation by Herb Derby · 5 years ago
  17. 812499d Change getMetrics to the final API prepareForDrawing by Herb Derby · 5 years ago
  18. eded39a Return a span from getMetrics by Herb Derby · 5 years ago
  19. 13df106 Add an index to SkGlyphPos by Herb Derby · 5 years ago
  20. e8d2d01 Introduce bulk strike api for glyph metrics for one draw case by Herb Derby · 6 years ago
  21. 0f27b5e Introduce SkStrikeCacheInterface by Herb Derby · 6 years ago
  22. a4c6487 Use SkStrikeSpec to consolidate SkDescriptor, Effects and Typeface. by Herb Derby · 6 years ago
  23. 883a991 Inline allocateNewGlyph by Herb Derby · 6 years ago
  24. 4925364 Introduce SkScopedStrike by Herb Derby · 6 years ago
  25. 9685057 Plumb strike through the common code. by Herb Derby · 6 years ago
  26. 706a7cd Clearify code around hasImage and hasPath by Herb Derby · 6 years ago
  27. fdb876d remove breakText, and all utf cache accessors by Mike Reed · 6 years ago
  28. 77f94ea Move more utils into SkFontPriv, IWYU by Mike Reed · 6 years ago
  29. 5fd955e Rename SkGlyphCache -> SkStrike by Herb Derby · 6 years ago[Renamed (95%) from src/core/SkGlyphCache.h]
  30. e46ccf8 Make pointers to glyphs in the SkGlyphCache stable by Herb Derby · 6 years ago
  31. 4e336e3 Move all glyphsToUnichars to a single impl (rely on typeface) by Mike Reed · 6 years ago
  32. 20bd0f9 Make SkGlyph::PathData own the path by Herbert Derby · 6 years ago
  33. 2d4f7cb Move the empty glyph checks into the common code by Herb Derby · 6 years ago
  34. cb6f53e split out fontmetrics into its own struct by Mike Reed · 6 years ago
  35. a0f5935 Reorganize to extract GPU main drawing code by Herbert Derby · 6 years ago
  36. 4f169ec Introduce SkGlyphCacheInterface by Herb Derby · 6 years ago
  37. ed55419 Use indices into the vectors shared by runs by Herb Derby · 6 years ago
  38. 4010c79 fonts: Ignore re-initialization of fallback glyphs from the server. by Khushal · 6 years ago
  39. 8523b6b fonts: Fix memory allocation for fallback glyphs. by Khushal · 6 years ago
  40. 41f4f31 Reland "Have draw(Text|PosText|PosTextH) use a single entry on the device" by Herb Derby · 6 years ago
  41. 74b390d Revert "Have draw(Text|PosText|PosTextH) use a single entry on the device" by Hal Canary · 6 years ago
  42. 4225b32 Have draw(Text|PosText|PosTextH) use a single entry on the device by Herb Derby · 6 years ago
  43. 51371a4 fonts: Handle fallback to using paths for text rendering for remoting. by Khushal · 6 years ago
  44. b2e7127 fonts: Fix memory accounting for deserialized glyphs. by Khushal · 6 years ago
  45. 0262860 Remove android specific code - v2 by Herb Derby · 6 years ago
  46. 2381add Revert "Remove android specific code" by Greg Daniel · 6 years ago
  47. 5570ea0 Remove android specific code by Herb Derby · 6 years ago
  48. f8c52a1 Check that Android is not looking up fonts by Herb Derby · 6 years ago
  49. dce19a7 Untangle strike cache and glyph cache by Herb Derby · 6 years ago
  50. fa99690 Move strike cache Find*() to strike cache by Herb Derby · 6 years ago
  51. ff77aef Simplify strike cache Node by Herb Derby · 6 years ago
  52. f155f81 Move node information to SkStrikeCache by Herb Derby · 6 years ago
  53. 671e7ee Reorganize strike cache and glyph cache code by Herbert Derby · 6 years ago
  54. 840c66c Rename SkGlyphCacheGlobals to SkStrikeCache by Herb Derby · 6 years ago
  55. 2ef4525 Remove SkAutoGlyphCache by Herb Derby · 6 years ago
  56. 6357116 Allow only Android to use SkAutoGlyphCacheNoGamma by Herb Derby · 7 years ago
  57. aeb425d Regularize SkGlyphCache creation. by Herb Derby · 7 years ago
  58. c10ebe6 More removal of auto glyph cache. by Herb Derby · 7 years ago
  59. c683dd1 Remove a ctor from SkAutoGlyphCache; removal continues. by Herb Derby · 7 years ago
  60. 9525260 Expose SkGlyphCache's alloc by Herb Derby · 7 years ago
  61. b1cdc78 Remove unused SkAutoGlyphCache constructor by Herb Derby · 7 years ago
  62. 82a36ac Remove DetachCache and AttachCache. by Herb Derby · 7 years ago
  63. f4e99e6 Remove getCache from SkAutoGlyphCache* by Herb Derby · 7 years ago
  64. 33cb22c Remove one use of AttachCache, and a paint variant of FindOrCreate... by Herb Derby · 7 years ago
  65. ab6fd7e Revert "Remove attach and detach glyph cache." by Herb Derby · 7 years ago
  66. 61d56b9 Remove attach and detach glyph cache. by Herb Derby · 7 years ago
  67. dfeb2aa SkGlyphCache - update core routines. by Herb Derby · 7 years ago
  68. 980a48d Move glyph cache and descriptor functions off of SkPaint by Herb Derby · 7 years ago
  69. d8327a8 Clean up SkScalerContext descriptor creation by Herb Derby · 7 years ago
  70. 3139de3 Remove SkChunckAlloc by Herb Derby · 8 years ago
  71. 80d22ea Do not embed glyph image data in SkGlyphCache. by Herb Derby · 8 years ago
  72. 7c5a806 Move from SkChunkAlloc to SkArenaAlloc for SkGlyphCache. by Herb Derby · 8 years ago
  73. 6e9ac12 Clean up glyph id handling. by Ben Wagner · 8 years ago
  74. 7cfd46a SkScalerContext to use smart pointers. by bungeman · 8 years ago
  75. 520ced6 SkDescriptors to be held in unique_ptr. by bungeman · 8 years ago
  76. fa1a45e Remove aux procs from SkGlyphCache. by Ben Wagner · 8 years ago
  77. 1ae57b3 Eagerly update the unichar to glyphID mapping. by herb · 8 years ago
  78. d1c71fd Attempt to improve lifetime management of SkGlyphCache in Ganesh atlas text code. by bsalomon · 8 years ago
  79. a9322c2 Revert "Revert of Pass effects directly to fontcache (patchset #8 id:140001 of https://codereview.chromium.org/1863013003/ )" by reed · 8 years ago
  80. 25e0a04 Revert of Pass effects directly to fontcache (patchset #8 id:140001 of https://codereview.chromium.org/1863013003/ ) by borenet · 8 years ago
  81. c791728 Pass effects directly to fontcache by reed · 8 years ago
  82. a1e8f8d Decouple contrast boost from fake gamma. by brianosman · 8 years ago
  83. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  84. 5f939ab Use std::unique_ptr. by mtklein · 9 years ago
  85. e7ec417 Revert of Use std::unique_ptr. (patchset #10 id:170001 of https://codereview.chromium.org/1780933003/ ) by mtklein · 9 years ago
  86. 2691d76 Use std::unique_ptr. by mtklein · 9 years ago
  87. 218c846 Revert of Use std::unique_ptr. (patchset #8 id:130001 of https://codereview.chromium.org/1780933003/ ) by mtklein · 9 years ago
  88. 3dd9ed3 Use std::unique_ptr. by mtklein · 9 years ago
  89. 977c07d Revert of Use std::unique_ptr. (patchset #7 id:120001 of https://codereview.chromium.org/1780933003/ ) by mtklein · 9 years ago
  90. 20c1e3a Use std::unique_ptr. by mtklein · 9 years ago
  91. f6d1e60 Only use fake gamma with linear devices. by bungeman · 9 years ago
  92. 0449bcf add helper to create fancy underlines by caryclark · 9 years ago
  93. 8d57faf Revert of Stop using SkScalerContext::getAdvance() in SkGlyphCache. (patchset #2 id:20001 of https://codereview.chromium.org/1321243004/ ) by mtklein · 9 years ago
  94. cd7f035 Revert of Parallel cache - preliminary (patchset #24 id:460001 of https://codereview.chromium.org/1264103003/ ) by herb · 9 years ago
  95. 014ffdb Parallel cache. by herb · 9 years ago
  96. 951d854 Revert of Parallel cache - preliminary (patchset #23 id:440001 of https://codereview.chromium.org/1264103003/ ) by jyasskin · 9 years ago
  97. bf29888 Parallel cache. by herb · 9 years ago
  98. ef2df09 Revert of Parallel cache - preliminary (patchset #22 id:420001 of https://codereview.chromium.org/1264103003/ ) by herb · 9 years ago
  99. 6f2a486 Parallel cache. by herb · 9 years ago
  100. 518a292 Stop using SkScalerContext::getAdvance() in SkGlyphCache. by mtklein · 9 years ago