1. 79ac508 Extend GetAlphaTextureBounds workaround. by Ben Wagner · 6 years ago
  2. 77f94ea Move more utils into SkFontPriv, IWYU by Mike Reed · 6 years ago
  3. f738d42 hide SkPaint::getFlags/setFlags, use bool acessors instead by Mike Reed · 6 years ago
  4. 968664b Reland "Don't change mask format in generateImage." by Ben Wagner · 6 years ago
  5. 9603395 Revert "Don't change mask format in generateImage." by Ben Wagner · 6 years ago
  6. 1d12fa4 Don't change mask format in generateImage. by Ben Wagner · 6 years ago
  7. b5784ac use SkFontMetrics so we can deprecated the typedef by Mike Reed · 6 years ago
  8. 04346d5 use SkFontHinting from SkFontTypes.h by Mike Reed · 6 years ago
  9. e541645 Change generateAdvance to never chain. by Ben Wagner · 6 years ago
  10. 77bf48a Generate Emoji rendering test using typeface created by different font files. by Bruce Wang · 6 years ago
  11. 1441137 Remove SK_IGNORE_SUBPIXEL_EMOJI_FIX. by Ben Wagner · 6 years ago
  12. 0bf5408 Implement Subpixel mode for color format image. by Bruce Wang · 6 years ago
  13. 297c3c8 Ignore NTDDI_VERSION with DirectWrite. by Ben Wagner · 6 years ago
  14. e398675 Implement scaled color emoji using PNG format fonts. by Bruce Wang · 6 years ago
  15. 7828b62 Remove SK_IGNORE_WIN_EMOJI_FIX by Ben Wagner · 6 years ago
  16. 46f2563 Implement SkScalerContext_DW::generateColorMetrics(SkGlyph* glyph) on Windows. by Bruce Wang · 6 years ago
  17. c640d0d Revert "Revert "SkTypes: extract SkTo"" by Hal Canary · 6 years ago
  18. fdcfb8b Revert "SkTypes: extract SkTo" by Hal Canary · 6 years ago
  19. 2a2f675 SkTypes: extract SkTo by Hal Canary · 6 years ago
  20. fcac00f Reland "Remove devKerning" by Herb Derby · 6 years ago
  21. c76e26a Revert "Remove devKerning" by Mike Klein · 6 years ago
  22. c86c5c0 Remove devKerning by Herb Derby · 6 years ago
  23. 5ddb308 Distinguish between glyphs with empty path and no path. by Ben Wagner · 6 years ago
  24. ba321b6 Cleanup size calculations in SkGlyph by Herb Derby · 7 years ago
  25. 8f11d4d eliminate SK_BUILD_FOR_WIN32 by Mike Klein · 7 years ago
  26. 3e45a2f Directly use SkScalerContextRec. by Ben Wagner · 7 years ago
  27. d94e00c abort if glyph metrics fall outside safe rect by Mike Klein · 7 years ago
  28. a4083c9 make most of SkColorPriv.h private by Cary Clark · 7 years ago
  29. 35ee0e0 clean up useage of SkFloatBits by Mike Reed · 7 years ago
  30. 219f362 Add strikeout font metrics. by Ben Wagner · 7 years ago
  31. 21c1313 Remove SK_IGNORE_GASP_VERSION_CHECK. by Ben Wagner · 7 years ago
  32. 42a2a20 Only respect version 1 gasp tables for symmetric. by Ben Wagner · 7 years ago
  33. 9f59134 Symmetric rendering when >20px with DirectWrite. by Ben Wagner · 7 years ago
  34. 1f5f6b8 Fix advances for aliased text with DirectWrite. by Ben Wagner · 7 years ago
  35. ea07652 Use the rounded text size for gasp. by Ben Wagner · 7 years ago
  36. b1f7653 Use the rounded text size for gasp. by Ben Wagner · 7 years ago
  37. 2f3db61 Remove SK_IGNORE_DW_GRAY_FIX. by Ben Wagner · 7 years ago
  38. 3318da5 Replace Thinkness with Thickness. by Ben Wagner · 7 years ago
  39. e0a34e7 Only set dw antialias mode to grayscale for A8. by Ben Wagner · 7 years ago
  40. 2225306 Support pixel antialising in DirectWrite. by Ben Wagner · 8 years ago
  41. b66fa52 Revert "Support pixel antialising in DirectWrite." by Mike Reed · 8 years ago
  42. 34db1ee Support pixel antialising in DirectWrite. by Ben Wagner · 8 years ago
  43. e0c9e00 Remove SK_HAS_DWRITE_X defines. by Ben Wagner · 8 years ago
  44. 8be952a SkScalarMul is deprecated by Mike Reed · 8 years ago
  45. a67615f 'gasp' to control symmetric rendering on Windows. by Ben Wagner · 8 years ago
  46. a6725fc Support fCapHeight in SkScalerContext_DW by Koji Ishii · 8 years ago
  47. 6e9ac12 Clean up glyph id handling. by Ben Wagner · 8 years ago
  48. 7cfd46a SkScalerContext to use smart pointers. by bungeman · 8 years ago
  49. 5f54434 Remove assert that current color is never used. by bungeman · 8 years ago
  50. 73c7c3c Revert of Support pixel antialising in DirectWrite. (patchset #4 id:60001 of https://codereview.chromium.org/2065833002/ ) by bungeman · 8 years ago
  51. bd770d6 Support pixel antialising in DirectWrite. by bungeman · 8 years ago
  52. f10637f Type-erase SkAutoMutexAcquire and SkAutoExclusive. by mtklein · 8 years ago
  53. c4b0915 Implement support for rendering color emoji on Windows by kulshin · 8 years ago
  54. a9322c2 Revert "Revert of Pass effects directly to fontcache (patchset #8 id:140001 of https://codereview.chromium.org/1863013003/ )" by reed · 8 years ago
  55. 25e0a04 Revert of Pass effects directly to fontcache (patchset #8 id:140001 of https://codereview.chromium.org/1863013003/ ) by borenet · 8 years ago
  56. c791728 Pass effects directly to fontcache by reed · 8 years ago
  57. 6b3eacb Change type of SkGlyph::fAdvance[XY] to float. by benjaminwagner · 8 years ago
  58. 1ee7651 Start making all .cpp files compile-able on all platforms. by mtklein · 9 years ago
  59. 6440f0b Add shared mutexes to the direct write cache code to get better parallelism. by herb · 9 years ago
  60. 546dc32 Use SkAutoTExclusive guard in DirectWrite port. by herb · 9 years ago
  61. c7378af Add a mutex to protect the DWrite calls. by herb · 9 years ago
  62. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  63. 2f19b55 Remove &glyph from SkASSERT. by dcheng · 9 years ago
  64. 12f0312 Support BGR with DirectWrite. by bungeman · 9 years ago
  65. 5f14c5e Factor text size device mapping in SkScalerContext. by bungeman · 10 years ago
  66. d54d3fc remove unused kLCD_MaskFormat by reed · 10 years ago
  67. f548444 Detect presence of dwrite_1.h. by bungeman · 10 years ago
  68. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  69. 683a376 Fix error handling in DirectWrite with tiny text. by bungeman · 10 years ago
  70. b2f7fce DirectWrite to use aliased if ClearType is empty. by Ben Wagner · 10 years ago
  71. f73c237 Get additional DW font metrics when available. by bungeman · 10 years ago
  72. 4107806 Remove vertical/horizontal metrics selection. by bungeman · 10 years ago
  73. 9504dd5 Remove SK_IGNORE_DWRITE_RENDERING_FIX. by Ben Wagner · 10 years ago
  74. 761b250 DirectWrite to detect GDI only fonts. by bungeman · 10 years ago
  75. c83780c Remove unneeded return from DirectWrite. by Ben Wagner · 10 years ago
  76. 740c3f1 Better rendering detection with DirectWrite. by bungeman · 10 years ago
  77. a3530ef DirectWrite to not round already subpixel metrics. by bungeman · 10 years ago
  78. 98875e1 Rename SkFontHost_win_dw.cpp SkScalerContext. by Ben Wagner · 10 years ago[Renamed from src/ports/SkFontHost_win_dw.cpp]
  79. 51daa25 Split SkFontHost_win_dw. by bungeman · 10 years ago
  80. df1640d Remove SK_IGNORE_DWRITE_BITMAP_FIX. by bungeman · 10 years ago
  81. 8de5b7b Put DirectWrite bitmap fix behind the SK_IGNORE_DWRITE_BITMAP_FIX flag. by bungeman@google.com · 10 years ago
  82. 7c18351 Better handling of bitmaps in DirectWrite. by bungeman@google.com · 10 years ago
  83. e4ae0bc Fix undefined behavior in DirectWrite GDI compatible metrics. by bungeman@google.com · 10 years ago
  84. 7584c29 Un-swap underline position and thickness calcualtions in DirectWrite. by bungeman@google.com · 10 years ago
  85. 058670b Add support for kEmbeddedBitmapText_Flag to DirectWrite. by bungeman@google.com · 10 years ago
  86. d715aaa Measure DirectWrite BW consistently with rendering. by bungeman@google.com · 10 years ago
  87. 6eddc77 Pass the IDWriteFactory instead of relying on a global creator. by bungeman@google.com · 10 years ago
  88. c94a028 Add a default-default font for DirectWrite. by bungeman@google.com · 10 years ago
  89. 72cf4fc A remotable font management interface and DirectWrite implementation. by bungeman@google.com · 10 years ago
  90. 1d1f234 SkFontStyleSet_DirectWrite::getStyle to properly handle NULL out params. by bungeman@google.com · 11 years ago
  91. 0bc406d Adding code to calculate Underline Thickness from Font Metrics, this will be useful when Skia is used with Blink/Chrome. Blink changes are uploaded with code change in patch https://codereview.chromium.org/147703002/ by commit-bot@chromium.org · 11 years ago
  92. 967dee3 Make SkFontMgr interface const. by commit-bot@chromium.org · 11 years ago
  93. f6f5687 Clarify kAutohinting is kForceAutohinting. by bungeman@google.com · 11 years ago
  94. 97a5d5d Improve 'stretch' in legacy create typeface for DirectWrite. by bungeman@google.com · 11 years ago
  95. fa8afda Work around SkString::gEmptyRec->writable_str() is unwritable. by bungeman@google.com · 11 years ago
  96. 5f209e6 Revert "[PDF] Fix font embedding restrictions." by vandebo@chromium.org · 11 years ago
  97. 47fb2b9 [PDF] Fix font embedding restrictions. by commit-bot@chromium.org · 11 years ago
  98. aeec334 Fix one too many levels of indirection introduced in 12573. by bungeman@google.com · 11 years ago
  99. 0ff457b Fix threading issue in DirectWrite port initialization. by bungeman@google.com · 11 years ago
  100. 4b413c8 remove SkFloatToScalar macro by commit-bot@chromium.org · 11 years ago