| Commit message (Expand) | Author | Age |
* | explicitly track if a path is finite or not | reed@google.com | 2012-07-26 |
* | add default: to switch statement, to avoid warning/error for unhandled cases. | reed@google.com | 2012-07-11 |
* | add SkPath::contains(x, y) | mike@reedtribe.org | 2012-07-11 |
* | Handle convex paths with degeneracies in cheap direction computation | bsalomon@google.com | 2012-07-10 |
* | Fix the problem of rendering closePath not properly after a moveTo call in | schenney@chromium.org | 2012-06-13 |
* | remove SK_CAN_USE_FLOAT (deprecated) | reed@google.com | 2012-06-11 |
* | Rename the existing flatten(void*) methods. | djsollen@google.com | 2012-06-08 |
* | Add SkPath::getVerbs/countVerbs | bsalomon@google.com | 2012-06-07 |
* | Make SkPath::RawIter require a non-NULL pts pointer. | bsalomon@google.com | 2012-06-07 |
* | fix warnings on Mac in src/core | caryclark@google.com | 2012-06-06 |
* | addPoly() entry-point, to quickly add MoveTo+N*LineTo (useful in dashing) | reed@google.com | 2012-05-29 |
* | Iter::next takes a bool (defaults to true for now) if we want to consume dege... | reed@google.com | 2012-05-16 |
* | remove null-check in SKPath::Iter::next() -- not needed, and slows us down a ... | reed@google.com | 2012-05-15 |
* | add SkPath::isLine(), similar to isRect() | reed@google.com | 2012-05-10 |
* | Track oval in SkPath | bsalomon@google.com | 2012-04-18 |
* | Revert r3705 for fixed pt failures. | bsalomon@google.com | 2012-04-17 |
* | track oval in SkPath | bsalomon@google.com | 2012-04-17 |
* | Upstream changes from Android repository. | djsollen@google.com | 2012-03-21 |
* | Make cross_prod used in SkPath::cheapComputeDirection fallback to double comp... | bsalomon@google.com | 2012-02-17 |
* | Don't change convexity status of a path after a moveTo | bsalomon@google.com | 2012-02-02 |
* | When adding a convex shape to a path, mark path as convex if path is initiall... | bsalomon@google.com | 2012-01-31 |
* | fall through to cross-product if the y-max-baseline returns a degenerate line | reed@google.com | 2012-01-31 |
* | handle multiple points all at the y-max when computing direction | reed@google.com | 2012-01-31 |
* | use contour with global ymax to determine direction | reed@google.com | 2012-01-30 |
* | Cleanup of SkPath code to remove SK_OLD_EMPTY_PATH_BEHAVIOR and other | schenney@chromium.org | 2012-01-19 |
* | if the y-max has neighbors (prev and next) with the same Y values, then the | reed@google.com | 2012-01-17 |
* | automatically inject a moveTo if we see a close followed by a line/quad/cubic | reed@google.com | 2012-01-12 |
* | reenable direction test, fix handling of degenerate segments in the non-conve... | reed@google.com | 2012-01-11 |
* | fix cheapComputeDirection() in the non-convex case to pivot on the y-max point | reed@google.com | 2012-01-11 |
* | restore (debugged) cheapComputeDirection | reed@google.com | 2012-01-10 |
* | add SkPath::cheapComputeDirection() plus unittests | reed@google.com | 2012-01-10 |
* | add SkPath::reverseAddPath() | reed@google.com | 2012-01-10 |
* | Add the ability to iterate through a path without modification. This change is | schenney@chromium.org | 2012-01-04 |
* | Fix problems with SampleApp Fuzzer due to issues in iterating over degenerate... | schenney@chromium.org | 2011-12-29 |
* | Add SkDEBUGFAIL to clean up use of SkASSERT(!"text"); | tomhudson@google.com | 2011-12-28 |
* | Protecting changes to the SkPath iteration with an ifdef for Chromium. | schenney@chromium.org | 2011-12-21 |
* | Unreviewed. Adding a define to enable the old bahevior for SkPath::isEmpty. | schenney@chromium.org | 2011-12-21 |
* | Modifying SkPath to store all verbs provided by the user, and to give | schenney@chromium.org | 2011-12-20 |
* | fix autobounds dude to call a custom version of rect.join that doesn't ignore | reed@google.com | 2011-11-14 |
* | improve validate to check for empty rects, since contains always returns false | reed@google.com | 2011-11-14 |
* | Update files to use SK_BUILD_FOR_ANDROID. | djsollen@google.com | 2011-11-08 |
* | remember our convexity when we're transformed (when not perspective) | reed@google.com | 2011-10-25 |
* | change getLastPt to return a bool | reed@google.com | 2011-10-11 |
* | Fix some warnings | bsalomon@google.com | 2011-09-21 |
* | flatten/unflatten fSegmentMask | reed@google.com | 2011-09-21 |
* | update fSegmentMask inside ::transform() (thank you validate!) | reed@google.com | 2011-09-21 |
* | add segment types query to SkPath (i.e. does it have any quads) | reed@google.com | 2011-09-21 |
* | Core skia changes to prepare for Gr AA Hairline renderer | bsalomon@google.com | 2011-08-23 |
* | More variable initializations and curly braces to avoid Linux compiler | tomhudson@google.com | 2011-07-29 |
* | Automatic update of all copyright notices to reflect new license terms. | epoger@google.com | 2011-07-28 |