1. 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
  2. eed625d Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  3. c7d0ea3 add asScalars() to document when we want to treat SkPoint or SkRect as an array by reed@google.com · 11 years ago
  4. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  5. 43a6b6a Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  6. 1d6cff7 add alias for MakeFromIRect (just Make) by reed@google.com · 12 years ago
  7. 4d28d98 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  8. 6f54724 remove legacy build-flags for drawBitmapRect by reed@google.com · 12 years ago
  9. d9f7503 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  10. 6898d52 add centerX() and centerY() to SkIRect (because they made me) by reed@google.com · 12 years ago
  11. 72b2e6f Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  12. 7b7cdd1 Some improvements to reduce the number of pixels touched in generating alpha clip masks by bsalomon@google.com · 12 years ago
  13. 4d30383 add more utilities: roundIn(), offsetTo() by reed@google.com · 12 years ago
  14. e1e7d7a add SkScalarsEqual() so we don't have to use memcmp for arrays of floats. by reed@google.com · 12 years ago
  15. 3ab43d5 Minimize use of SkDraw's matrix in SkGpuDevice. by bsalomon@google.com · 12 years ago
  16. 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
  17. 0bb18bb explicitly track if a path is finite or not by reed@google.com · 12 years ago
  18. 0d10280 We often rgn-diff an area >= the other rgn. now we detect that and return empty by reed@google.com · 12 years ago
  19. 7b463ac speedup SkRect::isFinite() (almost 2x) by reed@google.com · 12 years ago
  20. 6623fcd Convert AAClipCache's GrRects to GrIRects by robertphillips@google.com · 12 years ago
  21. 5d64068 Warn if return values from SkRect's Make* methods are ignored by robertphillips@google.com · 12 years ago
  22. d6195f9 add x() and y() aliases for fLeft and fTop (matching SkIRect) by reed@google.com · 12 years ago
  23. 1607863 rename hasValidCoordinates to isFinite (on SkRect) and reimplement for speed by reed@google.com · 13 years ago
  24. f0f617a add SkRect::intersect(a, b), matching what was already available in SkIRect by reed@google.com · 13 years ago
  25. c74ab18 add accessors to irect by reed@google.com · 13 years ago
  26. e174ea4 Fix some warnings when including some Skia headers in Chromium code under VS2008. by bsalomon@google.com · 13 years ago
  27. 647a804 Core skia changes to prepare for Gr AA Hairline renderer by bsalomon@google.com · 13 years ago
  28. 099d22d add roundOut() 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. b530ef5 have == always return bool, never int by reed@google.com · 13 years ago
  31. 4b4fb3a fully expand the initialization for rect (android compiler didn't like {0}) by reed@google.com · 13 years ago
  32. af8edcc update dox by reed@google.com · 13 years ago
  33. ee9aa30 Fixes from Sk/Gr rect unification. by bsalomon@google.com · 13 years ago
  34. 20efde7 Share code with SkRect by reed@google.com · 13 years ago
  35. 7ffb1b2 Add code needed to build skia as a windows dll within the chromium project. by ctguil@chromium.org · 13 years ago
  36. 1d12b1f add setXYWH to rects new tests for circles by reed@google.com · 13 years ago
  37. 116b2bc Proposed fix for crash in Cr70244. by wjmaclean@chromium.org · 14 years ago
  38. 097a351 add SkRegion::setRects(), and its unit tests by reed@android.com · 14 years ago
  39. 2687ae0 add more MakeFoo factories for SkRect by reed@android.com · 14 years ago
  40. 233481e add static Make methods to return rects by reed@android.com · 14 years ago
  41. da6fb32 more layers extracted from webkit by reed@android.com · 14 years ago
  42. d457775 add checks for exceeding 16bits, and apply those for glyphs in getMetrics() by reed@android.com · 15 years ago
  43. 8a1c16f grab from latest android by reed@android.com · 16 years ago