1. 435657f Forward declare SkStrokeRec in SkPathEffect by halcanary · 9 years ago
  2. 42dbfa8 Add patheffects to debugger printout by robertphillips · 10 years ago
  3. 3f3b3d0 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  4. 6e78293 Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https://codereview.chromium.org/769953002/) by mtklein · 10 years ago
  5. 52c2935 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  6. 9fa60da Simplify flattening to just write enough to call the factory/public-constructor for the class. We want to *not* rely on private constructors, and not rely on calling through the inheritance hierarchy for either flattening or unflattening(CreateProc). by reed · 10 years ago
  7. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 11 years ago
  8. 4bbdeac add optional cull-rect to patheffects, so they can do less work if their results by reed@google.com · 12 years ago
  9. 548a1f3 change all patheffect methods to const, in preparation for marking its by reed@google.com · 12 years ago
  10. a0c2bc2 Make flattenables no longer depend on global static initializers. by scroggo@google.com · 12 years ago
  11. d8a6cc8 Make texteffects gm work through serialization and pipe. by scroggo@google.com · 12 years ago
  12. 6db9375 use SkRegion instead of SkScan/SkBlitter, as we want to privatize the latter by reed@google.com · 12 years ago
  13. c73dd5c Update SkFlattenable buffers to be more modular. by djsollen@google.com · 12 years ago
  14. d2700ee Refactor dictionaries for use by entities other than just SkPicture by djsollen@google.com · 13 years ago
  15. fd4be26 Change patheffect to take a (new) StrokeRec object, which encapsulates the fill by reed@google.com · 13 years ago
  16. d3521f1 revert 4046 -- GM:pathfill failed on one bot, maybe uninitialized memory somewhere? by reed@google.com · 13 years ago
  17. 9797272 Change patheffect to take a (new) StrokeRec object, which encapsulates the fill by reed@google.com · 13 years ago
  18. 90bf427 proper handling if SkMatrix::invert failes, addresses hack fix in rev. 3657 by mike@reedtribe.org · 13 years ago
  19. fc9a3be always check the result of SkMatrix::invert by reed@google.com · 13 years ago
  20. 2b2ede3 Decouple the SkFlattenable from SkReader32/SkWriter32. by djsollen@google.com · 13 years ago
  21. 5492424 Cleanup code related to SkFlattenable::flatten() by djsollen@google.com · 13 years ago
  22. ba28d03 Create macro for registering classes for deserialization by djsollen@google.com · 13 years ago
  23. a2ca41e Cleanup Macros arround static initializers for SkFlattenable. by djsollen@google.com · 13 years ago
  24. d26147a add optional manual global initialization by caryclark@google.com · 13 years ago
  25. 045e62d enable soft clipping (yikes) by reed@google.com · 13 years ago
  26. 16edff2 style cleanup by reed@google.com · 13 years ago
  27. 18dc477 use common subclass SkPath2DPathEffect, which can be serialized by reed@google.com · 13 years ago
  28. e28b917 register 1D and 2D patheffects, so they work when serialized (and piperized) by reed@google.com · 13 years ago
  29. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  30. 1a39493 Fix unnitialized memory in Sk2DPathEffect. The SkDescriptor checksum by senorblanco@chromium.org · 14 years ago
  31. d252db0 API change: SkPath computeBounds -> getBounds by reed@android.com · 16 years ago
  32. 8a1c16f grab from latest android by reed@android.com · 16 years ago