1. 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
  2. 0bb18bb explicitly track if a path is finite or not by reed@google.com · 12 years ago
  3. 32aa01e remove unused variable (isNaN) by reed@google.com · 12 years ago
  4. 921374d for scalar==float, tis faster to always to MIN and MAX, than to put an ELSE by reed@google.com · 12 years ago
  5. 30d90eb Use x*0 instead of x!=x to detect non-finite values, since x*0 also detects infinities by reed@google.com · 12 years ago
  6. 1607863 rename hasValidCoordinates to isFinite (on SkRect) and reimplement for speed by reed@google.com · 13 years ago
  7. fe70112 handle NaN values in clipPath by reed@google.com · 13 years ago
  8. f0f617a add SkRect::intersect(a, b), matching what was already available in SkIRect by reed@google.com · 13 years ago
  9. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  10. 91a2ae9 reformat for coding style, no logic changes by reed@google.com · 14 years ago
  11. 077910e add SkScalarIsFinite(), and use it for a more portable impl of SkRect::isValidCoords() by reed@google.com · 14 years ago
  12. 116b2bc Proposed fix for crash in Cr70244. by wjmaclean@chromium.org · 14 years ago
  13. 4516f47 use sk_bzero instead of bzero, since it isn't always available. by reed@android.com · 15 years ago
  14. 8a1c16f grab from latest android by reed@android.com · 16 years ago