1. 9797272 Change patheffect to take a (new) StrokeRec object, which encapsulates the fill by reed@google.com · 12 years ago
  2. a584aed perform quickReject in drawPoints (which is called by drawLine) just like we by reed@google.com · 12 years ago
  3. e4f10a7 add computeFastBounds to SkPathEffect, so we can attempt quickReject by reed@google.com · 12 years ago
  4. 2b2ede3 Decouple the SkFlattenable from SkReader32/SkWriter32. by djsollen@google.com · 12 years ago
  5. 166e653 Fix scaling issue when drawing text on a path. by djsollen@google.com · 12 years ago
  6. 68bc6f7 add kUTF32_TextEncoding by reed@google.com · 12 years ago
  7. 05054f1 Erode and dilate image filter effects, CPU and GPU implementations. by senorblanco@chromium.org · 13 years ago
  8. 10d2d4d move the post cleanup of the rec until after we wack it for maskfilter by reed@google.com · 13 years ago
  9. aefdd06 move SKPaint's defaults (that might be configurable) into a header by reed@google.com · 13 years ago
  10. 60abb07 Merge changes from the android repo upstream to Skia by djsollen@google.com · 13 years ago
  11. dd43df9 suport A8 grayscale text with COLOR_LUMINANCE build option by reed@google.com · 13 years ago
  12. 813d38b if SK_USE_COLOR_LUMINANCE is defined, then we store 2 bits of each component by reed@google.com · 13 years ago
  13. ce6dbb6 enable color-luminance in font cache (disabled by default) by reed@google.com · 13 years ago
  14. 9efd9a0 extend fastbounds impls to include maskfilters and drawloopers. This allows by reed@google.com · 13 years ago
  15. 8351aab add GenA8FromLCD as a hack to force GDI to create the A8 mask from the LCD by reed@google.com · 13 years ago
  16. 76dd277 add filterImage() entry-point to SkDevice, to allow it to specialize on subclasses by reed@google.com · 13 years ago
  17. c6f2e7d Allow 0 as a valid text size in SkPaint. by djsollen@google.com · 13 years ago
  18. 0c00f21 Add SkDEBUGFAIL to clean up use of SkASSERT(!"text"); by tomhudson@google.com · 13 years ago
  19. 32d25b6 initial impl of SkImageFilters : virtual signature will change! by reed@google.com · 13 years ago
  20. b44cd65 Fix Paint == comparison on Android. by djsollen@google.com · 13 years ago
  21. 484561f improve accuracy for luminance coefficients by reed@google.com · 13 years ago
  22. ffe49f5 store 3 bits of luminance, but (for now) discretize that in fonthost::filterec by reed@google.com · 13 years ago
  23. 1f6b4ae remove GetGammaFlag from SkFontHost prep for retooling of gamma support by reed@google.com · 13 years ago
  24. b6bb5cb reorder bits and remove obsolete kForceAA experimental bit by reed@google.com · 13 years ago
  25. 54e01b2 This change makes SkImageFilter and SkBlurImageFilter flattenable/unflattenable. by senorblanco@chromium.org · 13 years ago
  26. 44da42e have paint's measure calls respect vertical by reed@google.com · 13 years ago
  27. 830a23e add vertical-text bit to paint (not supported yet) by reed@google.com · 13 years ago
  28. 56c6977 Update files to use SK_BUILD_FOR_ANDROID. by djsollen@google.com · 13 years ago
  29. 24babf4 Add font scaler gm. http://codereview.appspot.com/5337044/ by bungeman@google.com · 13 years ago
  30. 15356a6 experimental -- add SkImageFilter to paint. Not called yet. by reed@google.com · 13 years ago
  31. 733e302 make no promises if we see a looper by reed@google.com · 13 years ago
  32. dcd0f3a quick-rejects based on xfermode, using SkPaint::nothingToDraw() by reed@google.com · 13 years ago
  33. 6fc3c1f Detect that we're drawing to a device that has per-pixel alpha, and if so, by reed@google.com · 13 years ago
  34. 2739b27 move specialization of 16 -vs- 32 lcd format to the fonthost by reed@google.com · 13 years ago
  35. 3e8ae5b kill gamma flags if we're drawing BW by reed@google.com · 13 years ago
  36. c27b741 add override for max-text-size for lcd by reed@google.com · 13 years ago
  37. 4f79b9b set max size for lcdtext by reed@google.com · 13 years ago
  38. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  39. b530ef5 have == always return bool, never int by reed@google.com · 13 years ago
  40. a323787 suppress printfs by reed@google.com · 13 years ago
  41. effc501 remove obsolete text codepaths by reed@google.com · 13 years ago
  42. 1eeaf0b Add support for 8 bits/component glyphs, to by caryclark@google.com · 13 years ago
  43. 7d26c59 add 2nd parameter to SkFontHost::NextLogicalFont() by reed@google.com · 13 years ago
  44. 8d43018 Increase use of SkMatrix::hasPerspective(), merge in has_perspective(). by tomhudson@google.com · 13 years ago
  45. 9d75767 setHinting modifies fFlags in places, so call it last (after initializing fFlags) by reed@google.com · 13 years ago
  46. 02b5331 encode current LCD orientation and order into font-cache-key by reed@google.com · 13 years ago
  47. 17fb387 add debugging test for building SkDescriptor update some samples by reed@google.com · 13 years ago
  48. f5dbe2f Upstream android changes. by djsollen@google.com · 13 years ago
  49. f67e4cf add filterTextFlags() to SkDevice (virtual) to allow device subclasses to by reed@google.com · 13 years ago
  50. 65dd8f8 Don't use LCD16 if SK_SUPPORT_LCDTEXT is defined (for compatibility) by reed@google.com · 13 years ago
  51. f88d676 check-point for kLCD16_Format mask support by reed@google.com · 13 years ago
  52. 57f4969 merge from android tree: by djsollen@google.com · 14 years ago
  53. 6fb7e2e reformatting to match coding style -- no logic changes by reed@google.com · 14 years ago
  54. 82065d6 remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites with by reed@google.com · 14 years ago
  55. 72cf492 fix build for scalar==fixed by reed@google.com · 14 years ago
  56. f2b98d6 merge with changes for GPU backend by reed@android.com · 14 years ago
  57. ca735ff Allow zero text size to be specified for an SkPaint. by vandebo@chromium.org · 14 years ago
  58. 28be72b PDF: Add text support with a font framework (font embedding to come). by vandebo@chromium.org · 14 years ago
  59. a2c71cb Add support for forcing autohinting. by agl@chromium.org · 14 years ago
  60. e89d3ec Fix 64-bit Mac warnings/memory corruption by reed@android.com · 14 years ago
  61. 647d3da fix maxWidth when using linear-text by reed@android.com · 14 years ago
  62. e88f551 use 64bit intermediate to accumulate 16.16 widths, to avoid overflow by reed@android.com · 14 years ago
  63. 4526a84 This patch allows the use of the native FreeType emboldening by senorblanco@chromium.org · 15 years ago
  64. a5dcaf6 add containsText() api by reed@android.com · 15 years ago
  65. b4234a2 skia: Always use aliased text when antialiasing is disabled. by agl@chromium.org · 15 years ago
  66. 9d3a985 add glyph->unichar query (inverse of a cmap) by reed@android.com · 15 years ago
  67. 13c8558 Fix r466 which was causing Chromium valgrind failures. by agl@chromium.org · 15 years ago
  68. e95c91e Add flag to enable bitmap strikes. by agl@chromium.org · 15 years ago
  69. 1cdcb51 fix warning in sampler by reed@android.com · 15 years ago
  70. a3122b9 bzero SkPaint in its constructor, to allow us to cleanly use memcmp in our by reed@android.com · 15 years ago
  71. 36a4c2a Add SkFontHost::FilterRect() which allows the font host to filter our request by reed@android.com · 15 years ago
  72. f549369 rename SK_BUILD_SUBPIXEL to SK_SUPPORT_LCDTEXT to better match the name of the by reed@android.com · 15 years ago
  73. 309485b Subpixel glyph rendering support. by agl@chromium.org · 15 years ago
  74. 0baf193 detect nearly translate-only matrices when drawing bitmaps (for speed) by reed@android.com · 15 years ago
  75. d66eef7 fix memory leak in new setXfermode() by reed@android.com · 15 years ago
  76. a0f5d15 move xfermode modes from porterduff into xfermode itself by reed@android.com · 15 years ago
  77. d252db0 API change: SkPath computeBounds -> getBounds by reed@android.com · 15 years ago
  78. aefd2bc Add SkChunkAlloc::unalloc() to undo the last allocation, useful if the caller wants to treat the allocats like temp memory (see PictureRecord) by reed@android.com · 15 years ago
  79. fc25abd fix warnings by reed@android.com · 16 years ago
  80. 8a1c16f grab from latest android by reed@android.com · 16 years ago