1. 60abb07 Merge changes from the android repo upstream to Skia by djsollen@google.com · 13 years ago
  2. 813d38b if SK_USE_COLOR_LUMINANCE is defined, then we store 2 bits of each component by reed@google.com · 13 years ago
  3. ce6dbb6 enable color-luminance in font cache (disabled by default) by reed@google.com · 13 years ago
  4. e7a0a16 store luminance in a new field by reed@google.com · 13 years ago
  5. 8351aab add GenA8FromLCD as a hack to force GDI to create the A8 mask from the LCD by reed@google.com · 13 years ago
  6. abf00aa expose isSubpixel() on the cache, so SkDraw can know if it should expect by reed@google.com · 13 years ago
  7. ffe49f5 store 3 bits of luminance, but (for now) discretize that in fonthost::filterec by reed@google.com · 13 years ago
  8. f788feb use a define for the shift amount for the hinting bits by reed@google.com · 13 years ago
  9. b6bb5cb reorder bits and remove obsolete kForceAA experimental bit by reed@google.com · 13 years ago
  10. 830a23e add vertical-text bit to paint (not supported yet) by reed@google.com · 13 years ago
  11. 3253898 need these for the forceaa change by reed@google.com · 13 years ago
  12. 2e68478 move SkComputeAxisAlignmentForHText(const SkMatrix& matrix) out of inline, by reed@google.com · 13 years ago
  13. cb6ccdd respect subpixel positioning by reed@google.com · 13 years ago
  14. a767fa0 add api for scalers to force us to use skia to generate their bits from their by reed@google.com · 13 years ago
  15. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  16. cde9211 remove SkDeviceFactory from the collective consciousness, now that devices know by reed@google.com · 13 years ago
  17. effc501 remove obsolete text codepaths by reed@google.com · 13 years ago
  18. 1eeaf0b Add support for 8 bits/component glyphs, to by caryclark@google.com · 13 years ago
  19. 7d26c59 add 2nd parameter to SkFontHost::NextLogicalFont() by reed@google.com · 13 years ago
  20. 02b5331 encode current LCD orientation and order into font-cache-key by reed@google.com · 13 years ago
  21. 98539c6 support lcd16 in text atlas (sans shader support) by reed@google.com · 14 years ago
  22. f88d676 check-point for kLCD16_Format mask support by reed@google.com · 14 years ago
  23. 0bc7bf5 Implement SkScalerContext_Windows::generateGlyphCount() and provide access via SkGlyphCache interface. by ctguil@chromium.org · 14 years ago
  24. 40981ba remove dead conditional code by reed@google.com · 14 years ago
  25. d3b13bd initialize SkGlyph::fMaskFormat to avoid valgrind warnings by reed@google.com · 14 years ago
  26. f2b98d6 merge with changes for GPU backend by reed@android.com · 14 years ago
  27. 17f694b Clamp the maximum size of glyph width we will attempt to render. by scarybeasts@gmail.com · 14 years ago
  28. a2c71cb Add support for forcing autohinting. by agl@chromium.org · 14 years ago
  29. 4526a84 This patch allows the use of the native FreeType emboldening by senorblanco@chromium.org · 15 years ago
  30. 9d3a985 add glyph->unichar query (inverse of a cmap) by reed@android.com · 15 years ago
  31. 13c8558 Fix r466 which was causing Chromium valgrind failures. by agl@chromium.org · 15 years ago
  32. e95c91e Add flag to enable bitmap strikes. by agl@chromium.org · 15 years ago
  33. e2ca207 ws fixes use enum in getHinting() function, rather than hard-coded constants by reed@android.com · 15 years ago
  34. 36a4c2a Add SkFontHost::FilterRect() which allows the font host to filter our request by reed@android.com · 15 years ago
  35. 309485b Subpixel glyph rendering support. by agl@chromium.org · 15 years ago
  36. a14ea0e Simplify font-chaining (fallbacks) to have fonthost just return the next by reed@android.com · 16 years ago
  37. 62900b4 handle failure when creating a scalercontext by reed@android.com · 16 years ago
  38. 8a1c16f grab from latest android by reed@android.com · 16 years ago