1. 54ef7c0 Don't use uninitialized gamma data for adjusting SDF distance. by Jim Van Verth · 7 years ago
  2. 6e9ac12 Clean up glyph id handling. by Ben Wagner · 8 years ago
  3. 7cfd46a SkScalerContext to use smart pointers. by bungeman · 8 years ago
  4. e55131c s/invertable/invertible by bungeman · 8 years ago
  5. 1f0e78d SkScalerContextRec::computeMatrices to return status. by bungeman · 8 years ago
  6. a9322c2 Revert "Revert of Pass effects directly to fontcache (patchset #8 id:140001 of https://codereview.chromium.org/1863013003/ )" by reed · 8 years ago
  7. 25e0a04 Revert of Pass effects directly to fontcache (patchset #8 id:140001 of https://codereview.chromium.org/1863013003/ ) by borenet · 8 years ago
  8. c791728 Pass effects directly to fontcache by reed · 8 years ago
  9. a1e8f8d Decouple contrast boost from fake gamma. by brianosman · 8 years ago
  10. d7ea92f pass cap to dash text by caryclark · 8 years ago
  11. 27876bc Improve horizontal baseline detection. by bungeman · 9 years ago
  12. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  13. 65e96b4 Modifying TextBlobCacheTest to use SkRandomScalerContext by joshualitt · 9 years ago
  14. bdc91a7 Revert of Modifying TextBlobCacheTest to use SkRandomScalerContext (patchset #3 id:40001 of https://codereview.chromium.org/1266003002/) by joshualitt · 9 years ago
  15. adcdca8 Modifying TextBlobCacheTest to use SkRandomScalerContext by joshualitt · 9 years ago
  16. aa2f658 Adding debug SkScalerContext which returns random mask formats by joshualitt · 9 years ago
  17. fcf7829 remove SkDeviceProperties by robertphillips · 9 years ago
  18. b69d0e0 BUG=skia: by herb · 10 years ago
  19. e59bbf1 Revert of Make fID and MixedID calculations private (patchset #5 id:80001 of https://codereview.chromium.org/939123002/) by scroggo · 10 years ago
  20. f8d24e2 BUG=skia: by herb · 10 years ago
  21. 40dab98 Use murmur3 finisher to improve font hash efficiency. by reed · 10 years ago
  22. 8ece6eb Remove unused methods from SkScalerContext. by bungeman · 10 years ago
  23. 5f14c5e Factor text size device mapping in SkScalerContext. by bungeman · 10 years ago
  24. be2284d Use text size on Mac. by bungeman · 10 years ago
  25. d54d3fc remove unused kLCD_MaskFormat by reed · 10 years ago
  26. ec730b9 Remove fOrigFontID from SkScalerContextRec. by bungeman · 10 years ago
  27. 3b62554 Remove SkPaintOptionsAndroid by djsollen · 10 years ago
  28. c15e28a Revert of Remove SkPaintOptionsAndroid (patchset #5 of https://codereview.chromium.org/447873003/) by bsalomon · 10 years ago
  29. f32331f Remove SkPaintOptionsAndroid by djsollen · 10 years ago
  30. da7a944 Revert "Remove SkPaintOptionsAndroid" by Derek Sollenberger · 10 years ago
  31. 27fb949 Remove SkPaintOptionsAndroid by Derek Sollenberger · 10 years ago
  32. 1b27704 Remove ALL font fallback logic from Skia. by djsollen · 10 years ago
  33. 4107806 Remove vertical/horizontal metrics selection. by bungeman · 10 years ago
  34. 2d2a68c Gamma correction for distance field text. by jvanverth · 10 years ago
  35. 919ed4c Revert of Gamma correction for distance field text. (https://codereview.chromium.org/258883002/) by scroggo · 10 years ago
  36. 4d517fd Gamma correction for distance field text. by jvanverth · 10 years ago
  37. eefd8a0 Don't try to render color fonts using distance fields. by commit-bot@chromium.org · 10 years ago
  38. f6f5687 Clarify kAutohinting is kForceAutohinting. by bungeman@google.com · 11 years ago
  39. d6bab02 Reverting r12427 by rmistry@google.com · 11 years ago
  40. 5b39f5b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  41. cb4f77d Document the SkScalerContext pure virtuals. by bungeman@google.com · 11 years ago
  42. 2822c9a Nobody defines SK_SUPPORT_HINTING_SCALE_FACTOR any more, so remove it. by mtklein@google.com · 11 years ago
  43. 0abbff9 Fix metrics on Windows. by bungeman@google.com · 11 years ago
  44. c7a20e4 API modifications needed to upstream Android font changes. by commit-bot@chromium.org · 11 years ago
  45. e55491d Reverting 9083 & 9084 due to Android failures by robertphillips@google.com · 11 years ago
  46. 1445170 API modifications needed to upstream Android font changes. by commit-bot@chromium.org · 11 years ago
  47. 0a01f5a we only need one fontmetrics, since the paint (and fontcache) now know explicitly by reed@google.com · 11 years ago
  48. a45bcc8 make SkFontHost::NextLogicalTypeface private (only called by SkScalerContext) by reed@google.com · 11 years ago
  49. 01c34ee Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  50. 0da4861 remove SkFontHost::CreateScalerContext by reed@google.com · 11 years ago
  51. 90808e8 Add SkTypeface* parameter to SkScalerContext (and its callers) by reed@google.com · 11 years ago
  52. 4bd2bdb Upstream changes from Android. by djsollen@google.com · 11 years ago
  53. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  54. 532470f Expose geometry and gamma on device. https://codereview.appspot.com/6499101/ by bungeman@google.com · 12 years ago
  55. dbfac8a Defining new color constat for transparent color by junov@google.com · 12 years ago
  56. a76de72 Clean up usage of mask gamma. https://codereview.appspot.com/6749061/ by bungeman@google.com · 12 years ago
  57. 1f1543f re-apply 5508, but with the new compile-flag disabled for now by reed@google.com · 12 years ago
  58. bfe1572 revert 5508 -- it broke most of the builds by reed@google.com · 12 years ago
  59. 1f8787a Using the device scale factor for glyph positioning by wjmaclean@chromium.org · 12 years ago
  60. fd668cf Fix greenish text rendering on Linux. https://codereview.appspot.com/6484048/ by bungeman@google.com · 12 years ago
  61. fbfcd56 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  62. c0f1dfb privatize SkScalerContext.h by reed@google.com · 12 years ago[Renamed from include/core/SkScalerContext.h]
  63. a9d4e84 To allow forward declarations, move SkScalerContext::Rec to SkScalerContextRec by reed@google.com · 12 years ago
  64. 97efada Gamma correcting masks. https://codereview.appspot.com/6244068/ by bungeman@google.com · 12 years ago
  65. 6e502fe Fix Android build broken due to changes in r4741. by bungeman@google.com · 12 years ago
  66. bbe5013 Split SkGlyph into its own header. https://codereview.appspot.com/6434049/ by bungeman@google.com · 12 years ago
  67. 1f90287 Punctuation cleanup to satisfy idiosyncracies of OpenBSD gcc 4.2.1. by tomhudson@google.com · 12 years ago
  68. 15eeca0 Update the implementation of SkTypeface_android.h functions. by djsollen@google.com · 12 years ago
  69. a728e35 Fix a bunch of Coverity defects - class members not initialized in the constructor. by vandebo@chromium.org · 12 years ago
  70. 10d2d4d move the post cleanup of the rec until after we wack it for maskfilter by reed@google.com · 13 years ago
  71. 60abb07 Merge changes from the android repo upstream to Skia by djsollen@google.com · 13 years ago
  72. 813d38b if SK_USE_COLOR_LUMINANCE is defined, then we store 2 bits of each component by reed@google.com · 13 years ago
  73. ce6dbb6 enable color-luminance in font cache (disabled by default) by reed@google.com · 13 years ago
  74. e7a0a16 store luminance in a new field by reed@google.com · 13 years ago
  75. 8351aab add GenA8FromLCD as a hack to force GDI to create the A8 mask from the LCD by reed@google.com · 13 years ago
  76. abf00aa expose isSubpixel() on the cache, so SkDraw can know if it should expect by reed@google.com · 13 years ago
  77. ffe49f5 store 3 bits of luminance, but (for now) discretize that in fonthost::filterec by reed@google.com · 13 years ago
  78. f788feb use a define for the shift amount for the hinting bits by reed@google.com · 13 years ago
  79. b6bb5cb reorder bits and remove obsolete kForceAA experimental bit by reed@google.com · 13 years ago
  80. 830a23e add vertical-text bit to paint (not supported yet) by reed@google.com · 13 years ago
  81. 3253898 need these for the forceaa change by reed@google.com · 13 years ago
  82. 2e68478 move SkComputeAxisAlignmentForHText(const SkMatrix& matrix) out of inline, by reed@google.com · 13 years ago
  83. cb6ccdd respect subpixel positioning by reed@google.com · 13 years ago
  84. a767fa0 add api for scalers to force us to use skia to generate their bits from their by reed@google.com · 13 years ago
  85. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  86. cde9211 remove SkDeviceFactory from the collective consciousness, now that devices know by reed@google.com · 13 years ago
  87. effc501 remove obsolete text codepaths by reed@google.com · 13 years ago
  88. 1eeaf0b Add support for 8 bits/component glyphs, to by caryclark@google.com · 13 years ago
  89. 7d26c59 add 2nd parameter to SkFontHost::NextLogicalFont() by reed@google.com · 13 years ago
  90. 02b5331 encode current LCD orientation and order into font-cache-key by reed@google.com · 13 years ago
  91. 98539c6 support lcd16 in text atlas (sans shader support) by reed@google.com · 13 years ago
  92. f88d676 check-point for kLCD16_Format mask support by reed@google.com · 13 years ago
  93. 0bc7bf5 Implement SkScalerContext_Windows::generateGlyphCount() and provide access via SkGlyphCache interface. by ctguil@chromium.org · 14 years ago
  94. 40981ba remove dead conditional code by reed@google.com · 14 years ago
  95. d3b13bd initialize SkGlyph::fMaskFormat to avoid valgrind warnings by reed@google.com · 14 years ago
  96. f2b98d6 merge with changes for GPU backend by reed@android.com · 14 years ago
  97. 17f694b Clamp the maximum size of glyph width we will attempt to render. by scarybeasts@gmail.com · 14 years ago
  98. a2c71cb Add support for forcing autohinting. by agl@chromium.org · 14 years ago
  99. 4526a84 This patch allows the use of the native FreeType emboldening by senorblanco@chromium.org · 15 years ago
  100. 9d3a985 add glyph->unichar query (inverse of a cmap) by reed@android.com · 15 years ago