1. 793818b Make all SkGlyph fields private by Herb Derby · 5 years ago
  2. 5a7d1d2 Remove getGlyphMetrics from the interface by Herb Derby · 5 years ago
  3. a4eecd8 findImage(const SkGlyph&) -> prepareImage(SkGlyph*) by Herb Derby · 5 years ago
  4. 7019060 Introduce mergeGlyphAndImage to SkStrike by Herb Derby · 5 years ago
  5. 511dcfc Remove getGlyphIDMatrics type calls. by Herb Derby · 5 years ago
  6. 9b06f21 Add API for glyph image data by Herb Derby · 5 years ago
  7. d2a1887 Update getAdvances for using a mutex by Herb Derby · 5 years ago
  8. 3721688 Make fMaskFormate private by Herb Derby · 5 years ago
  9. f0e7581 Make fPathData private and add API for paths by Herb Derby · 5 years ago
  10. 33a6f7c Remove advance only mode from SkGlyph. by Herb Derby · 5 years ago
  11. 11697dc Move Glyph Intercept code from SkStrike to SkGlyph by Herb Derby · 5 years ago
  12. 6a07591 Simplify calculation of the path gap. by Herb Derby · 5 years ago
  13. be132c2 remote fonts: Also send empty paths so they don't count in cache misses. by Khushal · 5 years ago
  14. f5e5f19 Cleaup GrTextStrike and GrStrikeCache by Herb Derby · 5 years ago
  15. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  16. 1c550f7 Only call findImage when needed by Herb Derby · 5 years ago
  17. 5dd7f84 Reduce use of path generation by Herb Derby · 5 years ago
  18. e741921 Reland "Convert the CPU mask case to use prepareForDrawing" by Herb Derby · 5 years ago
  19. 812499d Change getMetrics to the final API prepareForDrawing by Herb Derby · 5 years ago
  20. eded39a Return a span from getMetrics by Herb Derby · 5 years ago
  21. 13df106 Add an index to SkGlyphPos by Herb Derby · 5 years ago
  22. add8cf9 remote fonts: Validate format on deserialized glyph. by Khushal · 5 years ago
  23. e8d2d01 Introduce bulk strike api for glyph metrics for one draw case by Herb Derby · 5 years ago
  24. 883a991 Inline allocateNewGlyph by Herb Derby · 5 years ago
  25. 249b40e Remove redundant fGlyphMap.set by Herbert Derby · 5 years ago
  26. 4925364 Introduce SkScopedStrike by Herb Derby · 5 years ago
  27. 706a7cd Clearify code around hasImage and hasPath by Herb Derby · 5 years ago
  28. fdb876d remove breakText, and all utf cache accessors by Mike Reed · 6 years ago
  29. 5fd955e Rename SkGlyphCache -> SkStrike by Herb Derby · 6 years ago[Renamed (82%) from src/core/SkGlyphCache.cpp]
  30. f6fca26 Make a ctor for SkGlyph by Herb Derby · 6 years ago
  31. e46ccf8 Make pointers to glyphs in the SkGlyphCache stable by Herb Derby · 6 years ago
  32. 4e336e3 Move all glyphsToUnichars to a single impl (rely on typeface) by Mike Reed · 6 years ago
  33. 9bd8346 Embed SkPath in SkGlyph::PathData by Herbert Derby · 6 years ago
  34. add7bd9 Check that findImage does not change the format by Herb Derby · 6 years ago
  35. 20bd0f9 Make SkGlyph::PathData own the path by Herbert Derby · 6 years ago
  36. 2d4f7cb Move the empty glyph checks into the common code by Herb Derby · 6 years ago
  37. f4958ce Move path building logic to SkGlyph by Herb Derby · 6 years ago
  38. a4c277b make float divide-by-zero fatal by Mike Klein · 6 years ago
  39. cb6f53e split out fontmetrics into its own struct by Mike Reed · 6 years ago
  40. 4f169ec Introduce SkGlyphCacheInterface by Herb Derby · 6 years ago
  41. ff19d34 Use simple buffers instead of vectors by Herb Derby · 6 years ago
  42. ba38320 Revert "Use simple buffers instead of vectors" by Herb Derby · 6 years ago
  43. b188da1 Use simple buffers instead of vectors by Herb Derby · 6 years ago
  44. 9eb1c7d Revert "Revert "Remove gCreateTypefaceDelegate."" by Ben Wagner · 6 years ago
  45. ed55419 Use indices into the vectors shared by runs by Herb Derby · 6 years ago
  46. 4010c79 fonts: Ignore re-initialization of fallback glyphs from the server. by Khushal · 6 years ago
  47. 8523b6b fonts: Fix memory allocation for fallback glyphs. by Khushal · 6 years ago
  48. 65b7bfc Glyph search of desperation by Herb Derby · 6 years ago
  49. 41f4f31 Reland "Have draw(Text|PosText|PosTextH) use a single entry on the device" by Herb Derby · 6 years ago
  50. 74b390d Revert "Have draw(Text|PosText|PosTextH) use a single entry on the device" by Hal Canary · 6 years ago
  51. 4225b32 Have draw(Text|PosText|PosTextH) use a single entry on the device by Herb Derby · 6 years ago
  52. 51371a4 fonts: Handle fallback to using paths for text rendering for remoting. by Khushal · 6 years ago
  53. b2e7127 fonts: Fix memory accounting for deserialized glyphs. by Khushal · 6 years ago
  54. dce19a7 Untangle strike cache and glyph cache by Herb Derby · 6 years ago
  55. fa99690 Move strike cache Find*() to strike cache by Herb Derby · 6 years ago
  56. f155f81 Move node information to SkStrikeCache by Herb Derby · 6 years ago
  57. 671e7ee Reorganize strike cache and glyph cache code by Herbert Derby · 6 years ago
  58. 840c66c Rename SkGlyphCacheGlobals to SkStrikeCache by Herb Derby · 6 years ago
  59. 5ddb308 Distinguish between glyphs with empty path and no path. by Ben Wagner · 6 years ago
  60. aeb425d Regularize SkGlyphCache creation. by Herb Derby · 6 years ago
  61. 82a36ac Remove DetachCache and AttachCache. by Herb Derby · 6 years ago
  62. d496655 Remove TLS glyph cache calls. by Herb Derby · 6 years ago
  63. 33cb22c Remove one use of AttachCache, and a paint variant of FindOrCreate... by Herb Derby · 6 years ago
  64. ab6fd7e Revert "Remove attach and detach glyph cache." by Herb Derby · 6 years ago
  65. 61d56b9 Remove attach and detach glyph cache. by Herb Derby · 6 years ago
  66. eb3f674 Add GetTypefaceOrDefault to SkPaintPriv by Herb Derby · 6 years ago
  67. dfeb2aa SkGlyphCache - update core routines. by Herb Derby · 6 years ago
  68. 108e94a SkScalerContext - make some fields private. by Herb Derby · 6 years ago
  69. 980a48d Move glyph cache and descriptor functions off of SkPaint by Herb Derby · 7 years ago
  70. 3e45a2f Directly use SkScalerContextRec. by Ben Wagner · 7 years ago
  71. 26308e1 Remove last uses of SkTypeface::style() in Skia. by Ben Wagner · 7 years ago
  72. d5bee5d add API to change max pointsize for font cache by Mike Reed · 7 years ago
  73. 372bc4e fix 36605271 by Cary Clark · 7 years ago
  74. 7c5a806 Move from SkChunkAlloc to SkArenaAlloc for SkGlyphCache. by Herb Derby · 8 years ago
  75. 6e9ac12 Clean up glyph id handling. by Ben Wagner · 8 years ago
  76. 7cfd46a SkScalerContext to use smart pointers. by bungeman · 8 years ago
  77. 520ced6 SkDescriptors to be held in unique_ptr. by bungeman · 8 years ago
  78. fa1a45e Remove aux procs from SkGlyphCache. by Ben Wagner · 8 years ago
  79. 5e3a630 GN: default to -O1 by mtklein · 8 years ago
  80. 1ae57b3 Eagerly update the unichar to glyphID mapping. by herb · 8 years ago
  81. 632d004 Add guards around access to font cache global fields. by herb · 8 years ago
  82. f10637f Type-erase SkAutoMutexAcquire and SkAutoExclusive. by mtklein · 8 years ago
  83. de3c356 Assert complex precondition in SkGlyphCache::Visit. by bungeman · 8 years ago
  84. c5d07fa Rename SkDescriptor::equals to SkDescriptor::operator== by bsalomon · 8 years ago
  85. ffa4a92 SkOncePtr -> SkOnce by mtklein · 8 years ago
  86. 959a293 Revert of SkOncePtr -> SkOnce (patchset #1 id:1 of https://codereview.chromium.org/1949313003/ ) by reed · 8 years ago
  87. 82da9a8 Reland of SkOncePtr -> SkOnce (patchset #1 id:1 of https://codereview.chromium.org/1945293004/ ) by reed · 8 years ago
  88. 7eb33da Revert of SkOncePtr -> SkOnce (patchset #4 id:60001 of https://codereview.chromium.org/1953533002/ ) by reed · 8 years ago
  89. 9bd3fc7 SkOncePtr -> SkOnce by mtklein · 8 years ago
  90. a9322c2 Revert "Revert of Pass effects directly to fontcache (patchset #8 id:140001 of https://codereview.chromium.org/1863013003/ )" by reed · 8 years ago
  91. 25e0a04 Revert of Pass effects directly to fontcache (patchset #8 id:140001 of https://codereview.chromium.org/1863013003/ ) by borenet · 8 years ago
  92. c791728 Pass effects directly to fontcache by reed · 8 years ago
  93. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  94. 0449bcf add helper to create fancy underlines by caryclark · 8 years ago
  95. 043a75e Use SkAutoTExclusive in SkGlyphCache. by herb · 9 years ago
  96. 93775bd [tracing] Remove counter logic and just use address on glyph cache dumps by ssid · 9 years ago
  97. 8d57faf Revert of Stop using SkScalerContext::getAdvance() in SkGlyphCache. (patchset #2 id:20001 of https://codereview.chromium.org/1321243004/ ) by mtklein · 9 years ago
  98. 60df542 Strip font name of special characters before dumping by ssid · 9 years ago
  99. f0c9865 Add support for light dumps in SkTraceMemoryDump interface. by ssid · 9 years ago
  100. cd7f035 Revert of Parallel cache - preliminary (patchset #24 id:460001 of https://codereview.chromium.org/1264103003/ ) by herb · 9 years ago