1. b295fb6 Change SkImageFilter's cropRect from SkIRect to a CropRect struct, containing an SkRect and flags indicating which parameters are set. by senorblanco@chromium.org · 11 years ago
  2. 24ddde9 Revert 11247, 11250, 11251, 11257, and 11279 to unblock DEPS roll (https://codereview.chromium.org/24159002/) by robertphillips@google.com · 11 years ago
  3. ba6e954 Revert the revert of 11247, 11250, 11251 and 11279 (Chrome already relies on changes in r11247) by robertphillips@google.com · 11 years ago
  4. 478884f Revert 11247, 11250, 11251 and 11279 to unblock DEPS roll (https://codereview.chromium.org/24159002/) by robertphillips@google.com · 11 years ago
  5. 5792cde Initial error handling code by commit-bot@chromium.org · 11 years ago
  6. b8bd6cb Fix bounds computation in GrAAHairlineRenderer by commit-bot@chromium.org · 11 years ago
  7. 24ab3b0 Add blend optimization helpers and use to convert rect draws to clears. by commit-bot@chromium.org · 11 years ago
  8. 75796db Revert "Add blend optimization helpers and use to convert rect draws to clears." by bsalomon@google.com · 11 years ago
  9. c1cdf21 Add blend optimization helpers and use to convert rect draws to clears. by commit-bot@chromium.org · 11 years ago
  10. 9b6a185 Revert "Add blend optimization helpers and use to convert rect draws to clears." by bsalomon@google.com · 11 years ago
  11. 66017f6 Add blend optimization helpers and use to convert rect draws to clears. by commit-bot@chromium.org · 11 years ago
  12. 194d775 This patch implements a crop rect for SkImageFilter. It has been implemented for SkColorFilterImageFilter and SkBlurImageFilter as examples. by senorblanco@chromium.org · 11 years ago
  13. 58c856a Reverting r10251 (Implement crop rect for SkImageFilter) due to Chromium-side unit test failures by robertphillips@google.com · 11 years ago
  14. ccf225c This patch implements a crop rect for SkImageFilter. It has been implemented for SkColorFilterImageFilter and SkBlurImageFilter as examples. by senorblanco@chromium.org · 11 years ago
  15. eed625d Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  16. c7d0ea3 add asScalars() to document when we want to treat SkPoint or SkRect as an array by reed@google.com · 11 years ago
  17. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  18. 43a6b6a Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  19. 1d6cff7 add alias for MakeFromIRect (just Make) by reed@google.com · 12 years ago
  20. 4d28d98 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  21. 6f54724 remove legacy build-flags for drawBitmapRect by reed@google.com · 12 years ago
  22. d9f7503 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  23. 6898d52 add centerX() and centerY() to SkIRect (because they made me) by reed@google.com · 12 years ago
  24. 72b2e6f Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  25. 7b7cdd1 Some improvements to reduce the number of pixels touched in generating alpha clip masks by bsalomon@google.com · 12 years ago
  26. 4d30383 add more utilities: roundIn(), offsetTo() by reed@google.com · 12 years ago
  27. e1e7d7a add SkScalarsEqual() so we don't have to use memcmp for arrays of floats. by reed@google.com · 12 years ago
  28. 3ab43d5 Minimize use of SkDraw's matrix in SkGpuDevice. by bsalomon@google.com · 12 years ago
  29. 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
  30. 0bb18bb explicitly track if a path is finite or not by reed@google.com · 12 years ago
  31. 0d10280 We often rgn-diff an area >= the other rgn. now we detect that and return empty by reed@google.com · 12 years ago
  32. 7b463ac speedup SkRect::isFinite() (almost 2x) by reed@google.com · 12 years ago
  33. 6623fcd Convert AAClipCache's GrRects to GrIRects by robertphillips@google.com · 12 years ago
  34. 5d64068 Warn if return values from SkRect's Make* methods are ignored by robertphillips@google.com · 12 years ago
  35. d6195f9 add x() and y() aliases for fLeft and fTop (matching SkIRect) by reed@google.com · 12 years ago
  36. 1607863 rename hasValidCoordinates to isFinite (on SkRect) and reimplement for speed by reed@google.com · 13 years ago
  37. f0f617a add SkRect::intersect(a, b), matching what was already available in SkIRect by reed@google.com · 13 years ago
  38. c74ab18 add accessors to irect by reed@google.com · 13 years ago
  39. e174ea4 Fix some warnings when including some Skia headers in Chromium code under VS2008. by bsalomon@google.com · 13 years ago
  40. 647a804 Core skia changes to prepare for Gr AA Hairline renderer by bsalomon@google.com · 13 years ago
  41. 099d22d add roundOut() 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. b530ef5 have == always return bool, never int by reed@google.com · 13 years ago
  44. 4b4fb3a fully expand the initialization for rect (android compiler didn't like {0}) by reed@google.com · 13 years ago
  45. af8edcc update dox by reed@google.com · 13 years ago
  46. ee9aa30 Fixes from Sk/Gr rect unification. by bsalomon@google.com · 13 years ago
  47. 20efde7 Share code with SkRect by reed@google.com · 13 years ago
  48. 7ffb1b2 Add code needed to build skia as a windows dll within the chromium project. by ctguil@chromium.org · 13 years ago
  49. 1d12b1f add setXYWH to rects new tests for circles by reed@google.com · 13 years ago
  50. 116b2bc Proposed fix for crash in Cr70244. by wjmaclean@chromium.org · 14 years ago
  51. 097a351 add SkRegion::setRects(), and its unit tests by reed@android.com · 14 years ago
  52. 2687ae0 add more MakeFoo factories for SkRect by reed@android.com · 14 years ago
  53. 233481e add static Make methods to return rects by reed@android.com · 14 years ago
  54. da6fb32 more layers extracted from webkit by reed@android.com · 14 years ago
  55. d457775 add checks for exceeding 16bits, and apply those for glyphs in getMetrics() by reed@android.com · 15 years ago
  56. 8a1c16f grab from latest android by reed@android.com · 16 years ago