1. c7a20e4 API modifications needed to upstream Android font changes. by commit-bot@chromium.org · 11 years ago
  2. e55491d Reverting 9083 & 9084 due to Android failures by robertphillips@google.com · 11 years ago
  3. 1445170 API modifications needed to upstream Android font changes. by commit-bot@chromium.org · 11 years ago
  4. 0a01f5a we only need one fontmetrics, since the paint (and fontcache) now know explicitly by reed@google.com · 11 years ago
  5. a45bcc8 make SkFontHost::NextLogicalTypeface private (only called by SkScalerContext) by reed@google.com · 11 years ago
  6. 01c34ee Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  7. 0da4861 remove SkFontHost::CreateScalerContext by reed@google.com · 11 years ago
  8. 90808e8 Add SkTypeface* parameter to SkScalerContext (and its callers) by reed@google.com · 11 years ago
  9. 4bd2bdb Upstream changes from Android. by djsollen@google.com · 12 years ago
  10. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  11. 532470f Expose geometry and gamma on device. https://codereview.appspot.com/6499101/ by bungeman@google.com · 12 years ago
  12. dbfac8a Defining new color constat for transparent color by junov@google.com · 12 years ago
  13. a76de72 Clean up usage of mask gamma. https://codereview.appspot.com/6749061/ by bungeman@google.com · 12 years ago
  14. 1f1543f re-apply 5508, but with the new compile-flag disabled for now by reed@google.com · 12 years ago
  15. bfe1572 revert 5508 -- it broke most of the builds by reed@google.com · 12 years ago
  16. 1f8787a Using the device scale factor for glyph positioning by wjmaclean@chromium.org · 12 years ago
  17. fd668cf Fix greenish text rendering on Linux. https://codereview.appspot.com/6484048/ by bungeman@google.com · 12 years ago
  18. 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
  19. c0f1dfb privatize SkScalerContext.h by reed@google.com · 12 years ago[Renamed from include/core/SkScalerContext.h]
  20. a9d4e84 To allow forward declarations, move SkScalerContext::Rec to SkScalerContextRec by reed@google.com · 12 years ago
  21. 97efada Gamma correcting masks. https://codereview.appspot.com/6244068/ by bungeman@google.com · 12 years ago
  22. 6e502fe Fix Android build broken due to changes in r4741. by bungeman@google.com · 12 years ago
  23. bbe5013 Split SkGlyph into its own header. https://codereview.appspot.com/6434049/ by bungeman@google.com · 12 years ago
  24. 1f90287 Punctuation cleanup to satisfy idiosyncracies of OpenBSD gcc 4.2.1. by tomhudson@google.com · 12 years ago
  25. 15eeca0 Update the implementation of SkTypeface_android.h functions. by djsollen@google.com · 12 years ago
  26. a728e35 Fix a bunch of Coverity defects - class members not initialized in the constructor. by vandebo@chromium.org · 12 years ago
  27. 10d2d4d move the post cleanup of the rec until after we wack it for maskfilter by reed@google.com · 13 years ago
  28. 60abb07 Merge changes from the android repo upstream to Skia by djsollen@google.com · 13 years ago
  29. 813d38b if SK_USE_COLOR_LUMINANCE is defined, then we store 2 bits of each component by reed@google.com · 13 years ago
  30. ce6dbb6 enable color-luminance in font cache (disabled by default) by reed@google.com · 13 years ago
  31. e7a0a16 store luminance in a new field by reed@google.com · 13 years ago
  32. 8351aab add GenA8FromLCD as a hack to force GDI to create the A8 mask from the LCD by reed@google.com · 13 years ago
  33. abf00aa expose isSubpixel() on the cache, so SkDraw can know if it should expect by reed@google.com · 13 years ago
  34. ffe49f5 store 3 bits of luminance, but (for now) discretize that in fonthost::filterec by reed@google.com · 13 years ago
  35. f788feb use a define for the shift amount for the hinting bits by reed@google.com · 13 years ago
  36. b6bb5cb reorder bits and remove obsolete kForceAA experimental bit by reed@google.com · 13 years ago
  37. 830a23e add vertical-text bit to paint (not supported yet) by reed@google.com · 13 years ago
  38. 3253898 need these for the forceaa change by reed@google.com · 13 years ago
  39. 2e68478 move SkComputeAxisAlignmentForHText(const SkMatrix& matrix) out of inline, by reed@google.com · 13 years ago
  40. cb6ccdd respect subpixel positioning by reed@google.com · 13 years ago
  41. a767fa0 add api for scalers to force us to use skia to generate their bits from their by reed@google.com · 13 years ago
  42. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  43. cde9211 remove SkDeviceFactory from the collective consciousness, now that devices know by reed@google.com · 13 years ago
  44. effc501 remove obsolete text codepaths by reed@google.com · 13 years ago
  45. 1eeaf0b Add support for 8 bits/component glyphs, to by caryclark@google.com · 13 years ago
  46. 7d26c59 add 2nd parameter to SkFontHost::NextLogicalFont() by reed@google.com · 13 years ago
  47. 02b5331 encode current LCD orientation and order into font-cache-key by reed@google.com · 13 years ago
  48. 98539c6 support lcd16 in text atlas (sans shader support) by reed@google.com · 14 years ago
  49. f88d676 check-point for kLCD16_Format mask support by reed@google.com · 14 years ago
  50. 0bc7bf5 Implement SkScalerContext_Windows::generateGlyphCount() and provide access via SkGlyphCache interface. by ctguil@chromium.org · 14 years ago
  51. 40981ba remove dead conditional code by reed@google.com · 14 years ago
  52. d3b13bd initialize SkGlyph::fMaskFormat to avoid valgrind warnings by reed@google.com · 14 years ago
  53. f2b98d6 merge with changes for GPU backend by reed@android.com · 14 years ago
  54. 17f694b Clamp the maximum size of glyph width we will attempt to render. by scarybeasts@gmail.com · 14 years ago
  55. a2c71cb Add support for forcing autohinting. by agl@chromium.org · 14 years ago
  56. 4526a84 This patch allows the use of the native FreeType emboldening by senorblanco@chromium.org · 15 years ago
  57. 9d3a985 add glyph->unichar query (inverse of a cmap) by reed@android.com · 15 years ago
  58. 13c8558 Fix r466 which was causing Chromium valgrind failures. by agl@chromium.org · 15 years ago
  59. e95c91e Add flag to enable bitmap strikes. by agl@chromium.org · 15 years ago
  60. e2ca207 ws fixes use enum in getHinting() function, rather than hard-coded constants by reed@android.com · 15 years ago
  61. 36a4c2a Add SkFontHost::FilterRect() which allows the font host to filter our request by reed@android.com · 15 years ago
  62. 309485b Subpixel glyph rendering support. by agl@chromium.org · 15 years ago
  63. a14ea0e Simplify font-chaining (fallbacks) to have fonthost just return the next by reed@android.com · 16 years ago
  64. 62900b4 handle failure when creating a scalercontext by reed@android.com · 16 years ago
  65. 8a1c16f grab from latest android by reed@android.com · 16 years ago