1. 22451cc accessors for RunBuffer as points or rsxforms by Mike Reed · 6 years ago
  2. 98a4e4a remove uncalled onDrawTextRSXform by Mike Reed · 6 years ago
  3. 0951cc2 Revert "Reland "Revert "serialize fonts instead of paints""" by Mike Reed · 6 years ago
  4. f4dd96c Reland "Revert "serialize fonts instead of paints"" by Mike Reed · 6 years ago
  5. 9803b8f Revert "Revert "serialize fonts instead of paints"" by Mike Reed · 6 years ago
  6. 576633c Revert "serialize fonts instead of paints" by Mike Reed · 6 years ago
  7. f1ae66b serialize fonts instead of paints by Mike Reed · 6 years ago
  8. 1332743 remove overrides of (dead) onDrawTextRSXform by Mike Reed · 6 years ago
  9. 811d064 make SkRSXform singular by Cary Clark · 6 years ago
  10. 30cf62b add rsxform runs to textblobs by Mike Reed · 6 years ago
  11. 700ae55 Remove "EXPERIMENTAL" label from kDecal_TileMode by Florin Malita · 6 years ago
  12. 148b7fd add saveBehind to canvas by Mike Reed · 6 years ago
  13. b2a259c Pass in clip bounds when creating a GpuDrawHandler for SkDrawable. by Greg Daniel · 6 years ago
  14. e7f662b Use SkFont in getOrCreateCache for RemoteGlyphCache by Herb Derby · 6 years ago
  15. 1d6ae2e add docs to dump() by Mike Reed · 6 years ago
  16. ce5831e add paint param to measureText by Mike Reed · 6 years ago
  17. 8dfb343 undef fontmetrics flag -- rely on clients to opt in by Mike Reed · 6 years ago
  18. 2d707bd remove dead code around SkPaint::breakText by Mike Reed · 6 years ago
  19. 1c949d5 make new ctor explicit by Mike Reed · 6 years ago
  20. 3d6b438 remove legacy pathref validation by Cary Clark · 6 years ago
  21. ea908a1 add simpler constructor for SkFont by Mike Reed · 6 years ago
  22. 58fc5d1 Use SkFont in GPU drawing step 1 by Herb Derby · 6 years ago
  23. 340aeda make SK_SUPPORT_LEGACY_FONTMETRICS_IN_PAINT conditional by Mike Reed · 6 years ago
  24. e9da1d6 Funtion to say if an SkFont has anti aliasing. by Herb Derby · 6 years ago
  25. e855b9d Use SkFont for bitmap device rendering by Herbert Derby · 6 years ago
  26. cfb0120 move intercepts impl into textblob by Mike Reed · 6 years ago
  27. 22170b3 Revert "Treat kWEBP encode with quality=100 as lossless" by Mike Reed · 6 years ago
  28. dfa432c impl intercepts with fonts by Mike Reed · 6 years ago
  29. e7f165b Treat kWEBP encode with quality=100 as lossless by Leon Scroggins III · 6 years ago
  30. 4f73883 fix bookmaker by Cary Clark · 6 years ago
  31. ae0d860 move intercepts call to textblob by Mike Reed · 6 years ago
  32. a0b54cd add test (and fix) for glyphsToUnichars by Mike Reed · 6 years ago
  33. 4037a18 Revert "Convert bitmap device drawing to SkFont removing all LEGACY calls" by Mike Reed · 6 years ago
  34. 4a6a4ac remove uncalled onDrawText virtuals from base class by Mike Reed · 6 years ago
  35. 85a216c Convert bitmap device drawing to SkFont removing all LEGACY calls by Herb Derby · 6 years ago
  36. 95e1760 Make SkGlyphRun use SkFont instead of SkPaint by Herb Derby · 6 years ago
  37. 386e6ce Remove deprecated YUVA interface by Jim Van Verth · 6 years ago
  38. bb786b4 guard paint's breaktext -- trying to remove it by Mike Reed · 6 years ago
  39. 158df43 hide non-blob versions of getTextIntercepts by Mike Reed · 6 years ago
  40. 2bf4339 Revert "remove SkPaint breakText, use SkFont instead (or don't call it)" by Mike Reed · 6 years ago
  41. 4e336e3 Move all glyphsToUnichars to a single impl (rely on typeface) by Mike Reed · 6 years ago
  42. 704a342 Abandon onDrawText and its variants, turn everything into textblobs by Mike Reed · 6 years ago
  43. efb518d more simple makers for textblobs by Mike Reed · 6 years ago
  44. b17f5fd remove SkPaint breakText, use SkFont instead (or don't call it) by Mike Reed · 6 years ago
  45. 3e73dcf fix bookmaker by Cary Clark · 6 years ago
  46. 7b7ab59 SkRunFont is gone, there is only SkFont by Mike Reed · 6 years ago
  47. 6d59568 change private alloc methods to also take fonts by Mike Reed · 6 years ago
  48. c84ccb1 add extra header to quick-fix IWYU issue in google3 by Mike Reed · 6 years ago
  49. b3f4aac make runfont be a font ... this makes building faster. by Mike Reed · 6 years ago
  50. c86ec97 add simple docs for textencoding in SkPaint by Mike Reed · 6 years ago
  51. 0f9d33e clean up conditional code for SkTextEncoding by Mike Reed · 6 years ago
  52. 7d1eb33 hide paint's getFontBounds by Mike Reed · 6 years ago
  53. 017ac1c rm textencoding flag -- rely on clients to opt-in by Mike Reed · 6 years ago
  54. b24f7f4 remove sk_atomic_compare_exchange by Mike Klein · 6 years ago
  55. 2d9e543 some SkAtomics cleanup by Mike Klein · 6 years ago
  56. 4fbdb12 add != for SkFont by Mike Reed · 6 years ago
  57. 97f3cc2 flag to convert to SkTextEncoding by Mike Reed · 6 years ago
  58. 5b671c3 add breaktext doc skeleton by Cary Clark · 6 years ago
  59. da1b99f breakText on font by Mike Reed · 6 years ago
  60. 94cca60 start to use font for measure, not paint by Mike Reed · 6 years ago
  61. 2335644 Fix occurrences of "-Wextra-semi-stmt" by Brian Salomon · 6 years ago
  62. c337a63 Add SkEncodedOrigin to SkYUVASizeInfo, fix JPEG orientation in GPU decode path by Brian Osman · 6 years ago
  63. 37cb476 remove SK_SUPPORT_LEGACY_NESTED_HINTINGENUM code by Mike Reed · 6 years ago
  64. 4f897d1 Update Skia milestone to 73 by Heather Miller · 6 years ago
  65. cb6bef0 Update bookmaker by Cary Clark · 6 years ago
  66. 6f07788 remove textblobbuilder guard by Mike Reed · 6 years ago
  67. c33ec9f remove legacy hinting-enum guards by Mike Reed · 6 years ago
  68. 572fdcf Remove SkCanvas::ImageSetEntry constructors by Brian Salomon · 6 years ago
  69. 54bf684 Revert "Revert "migrate to passing paint/ctm for bounds"" by Mike Reed · 6 years ago
  70. 914d319 Revert "migrate to passing paint/ctm for bounds" by Mike Reed · 6 years ago
  71. d5ed3da migrate to passing paint/ctm for bounds by Mike Reed · 6 years ago
  72. d003d22 Remove SkCanvas::experimental_drawImageSetV0 by Brian Salomon · 6 years ago
  73. fda7b3c minor SkFont interface edits by Cary Clark · 6 years ago
  74. 2871509 change params to getPaths callback, avoiding a xform/copy up front. by Mike Reed · 6 years ago
  75. c16abee impl gettextpath using SkFont by Mike Reed · 6 years ago
  76. 358fcad start to hide textparams on SkPaint by Mike Reed · 6 years ago
  77. 70ea926 don't define flag -- let clients do that by Mike Reed · 6 years ago
  78. 2ed7820 use SkFont in a lot of places by Mike Reed · 6 years ago
  79. e9c5a15 fix bookmaker by Cary Clark · 6 years ago
  80. ea02708 Add SK_API to SkCanvas::ImageSetEntry to fix Chrome roll by Brian Salomon · 6 years ago
  81. 1da5cad Make experimental_drawImageSet support per-quad alpha. by Brian Salomon · 6 years ago
  82. 114bde8 Revert "Revert "add rect-parameter to makeImageSnapshot"" by Mike Reed · 6 years ago
  83. 1e28e5d Revert "add rect-parameter to makeImageSnapshot" by Mike Reed · 6 years ago
  84. e195d1c add rect-parameter to makeImageSnapshot by Mike Reed · 6 years ago
  85. dde5c0c hide (unused) intercepts methods -- for staging migration to SkFont by Mike Reed · 6 years ago
  86. ddafa42 guard flag, so we can remove it and force clients to opt-in by Mike Reed · 6 years ago
  87. c8429ad Add SkImage::MakeFromYUVAPixmaps by Jim Van Verth · 6 years ago
  88. b2f8c3e font doc by Cary Clark · 6 years ago
  89. c41a5f5 Generate Android Framework host-side Skia (linux) by Leon Scroggins III · 6 years ago
  90. 55bdb7c Reland "remove dead code around SK_SUPPORT_LEGACY_FONT_FLAGS" by Mike Reed · 6 years ago
  91. c41a41d Revert "remove dead code around SK_SUPPORT_LEGACY_FONT_FLAGS" by Mike Reed · 6 years ago
  92. 3b155a7 remove dead code around SK_SUPPORT_LEGACY_FONT_FLAGS by Mike Reed · 6 years ago
  93. e5bb81f remove def of flag -- rely on clients to do that by Mike Reed · 6 years ago
  94. 2791be4 guard flag by Mike Reed · 6 years ago
  95. abaffd8 bookmaker does deprecated by Cary Clark · 6 years ago
  96. 07f93f2 impl SkFont::getPath by Mike Reed · 6 years ago
  97. d723ee1 change SkTextEncoding to enum class by Mike Reed · 6 years ago
  98. 97f455a Remove unused SkPath::unique() by Leon Scroggins III · 6 years ago
  99. fd1fd27 Remove unused exposedInAndroidJavaAPI by Leon Scroggins III · 6 years ago
  100. 5f50f57 New plan -- aa and lcd DO belong on SkFont by Mike Reed · 6 years ago