1. f0ed80a Make cross_prod used in SkPath::cheapComputeDirection fallback to double computation when result is 0. Verbal LGTM from reed. by bsalomon@google.com · 13 years ago
  2. d414666 add additional tests for path direction with multiple pts on y-max by reed@google.com · 13 years ago
  3. ac8543f use contour with global ymax to determine direction by reed@google.com · 13 years ago
  4. d335d1d automatically inject a moveTo if we see a close followed by a line/quad/cubic by reed@google.com · 13 years ago
  5. cabaf1d reenable direction test, fix handling of degenerate segments in the non-convex case by reed@google.com · 13 years ago
  6. 4762831 disable test until I can fix it by reed@google.com · 13 years ago
  7. e354397 use SkIntToScalar(10) instead of 10 for parameters (for scalar==fixed) by reed@google.com · 13 years ago
  8. 3e71a88 add gm for reverseAddPath by reed@google.com · 13 years ago
  9. 6630d8d Add the ability to iterate through a path without modification. This change is by schenney@chromium.org · 13 years ago
  10. 6c31d9d Fixing PathTest. It was always broken in the convexity test code due by schenney@chromium.org · 14 years ago
  11. 3287949 Fixing the build for FIXED tests. PathTest was incorrect using "1" instead of "SK_Scalar1". by schenney@chromium.org · 14 years ago
  12. 4da06ab Modifying SkPath to store all verbs provided by the user, and to give by schenney@chromium.org · 14 years ago
  13. 3563c9e fix autobounds dude to call a custom version of rect.join that doesn't ignore by reed@google.com · 14 years ago
  14. ffdb018 add test for bounds (disabled as it fails) by reed@google.com · 14 years ago
  15. 53effc5 add tests for flatten, unflatten and transform by reed@google.com · 14 years ago
  16. 10296cc add segment types query to SkPath (i.e. does it have any quads) by reed@google.com · 14 years ago
  17. 55b5f4b add SkPoint::CanNormalize to unify decisions about when a vector is degenerate by reed@google.com · 14 years ago
  18. 221db3c Fix initialization of variables; eliminates warnings on Linux. by tomhudson@google.com · 14 years ago
  19. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 14 years ago
  20. f131694 Add functionality for isRect() to SkPath. http://codereview.appspot.com/4807052/ by caryclark@google.com · 14 years ago
  21. b3b8dfa Fix path iter returned pt on close, test path close pt in unit test. by bsalomon@google.com · 14 years ago
  22. 1f75399 fix PathTest for SKIA_SCALAR=fixed http://codereview.appspot.com/4528083/ by epoger@google.com · 14 years ago
  23. 2047f00 get tests closer to passing for SKIA_SCALAR=fixed by epoger@google.com · 14 years ago
  24. b54455e Change getConvexity() to now compute it if the value is set to kUnkown. by reed@google.com · 14 years ago
  25. 85b6e39 detect more than one loop in computeconvexity by reed@google.com · 14 years ago
  26. 7c42481 migrate more tests from GrPath.cpp by reed@google.com · 14 years ago
  27. 04863fa add Convexity enum to SkPath by reed@google.com · 14 years ago
  28. 62047cf clear the convex-hint in reset() and rewind(), to match its state in a newly by reed@google.com · 14 years ago
  29. 60bc6d5 add Make to SkTSize by reed@android.com · 15 years ago
  30. 6b82d1a add isConvex() hit to SkPath, to be used to speed up fills and opengl by reed@android.com · 16 years ago
  31. 80e39a7 cleanup formating (e.g. no trailing spaces) by reed@android.com · 16 years ago
  32. d252db0 API change: SkPath computeBounds -> getBounds by reed@android.com · 16 years ago
  33. 3abec1d add initial unittests for Path by reed@android.com · 16 years ago