aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkPath.cpp
Commit message (Expand)AuthorAge
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-10-04
* Adds extra debugging to SkPathRef that can optionally be turned on in a relea...Gravatar bsalomon@google.com2012-10-03
* Revert r5557 (which itself was a revert of r5433). Relands SkPathRef. Will fo...Gravatar bsalomon@google.com2012-10-03
* Temporarily revert r5433 due to http://www.crbug.com/148637 until after M23 b...Gravatar bsalomon@google.com2012-09-14
* SkPathRef: one allocation for pts+verbs, path GenID, copy-on-writeGravatar bsalomon@google.com2012-09-07
* Export SkPath equality operator.Gravatar wjmaclean@chromium.org2012-09-06
* Implement multi-threaded picture playback via cloning.Gravatar djsollen@google.com2012-08-29
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Add fast path in arcTo and addArc for 0==sweep && 0|360==sweepAngleGravatar robertphillips@google.com2012-08-20
* Added Serialization of SkPath's boundGravatar robertphillips@google.com2012-08-17
* Addressed Windows compiler complaintsGravatar robertphillips@google.com2012-08-15
* Add inst counting to bench and count SkPathsGravatar bsalomon@google.com2012-08-14
* Fix handling of infinite bounds during "fast transforms".Gravatar tomhudson@google.com2012-08-10
* Adding storage of SkPath::fIsOvalGravatar robertphillips@google.com2012-08-07
* explicitly track if a path is finite or notGravatar reed@google.com2012-07-26
* add default: to switch statement, to avoid warning/error for unhandled cases.Gravatar reed@google.com2012-07-11
* add SkPath::contains(x, y)Gravatar mike@reedtribe.org2012-07-11
* Handle convex paths with degeneracies in cheap direction computationGravatar bsalomon@google.com2012-07-10
* Fix the problem of rendering closePath not properly after a moveTo call inGravatar schenney@chromium.org2012-06-13
* remove SK_CAN_USE_FLOAT (deprecated)Gravatar reed@google.com2012-06-11
* Rename the existing flatten(void*) methods.Gravatar djsollen@google.com2012-06-08
* Add SkPath::getVerbs/countVerbsGravatar bsalomon@google.com2012-06-07
* Make SkPath::RawIter require a non-NULL pts pointer.Gravatar bsalomon@google.com2012-06-07
* fix warnings on Mac in src/coreGravatar caryclark@google.com2012-06-06
* addPoly() entry-point, to quickly add MoveTo+N*LineTo (useful in dashing)Gravatar reed@google.com2012-05-29
* Iter::next takes a bool (defaults to true for now) if we want to consume dege...Gravatar reed@google.com2012-05-16
* remove null-check in SKPath::Iter::next() -- not needed, and slows us down a ...Gravatar reed@google.com2012-05-15
* add SkPath::isLine(), similar to isRect()Gravatar reed@google.com2012-05-10
* Track oval in SkPathGravatar bsalomon@google.com2012-04-18
* Revert r3705 for fixed pt failures. Gravatar bsalomon@google.com2012-04-17
* track oval in SkPathGravatar bsalomon@google.com2012-04-17
* Upstream changes from Android repository.Gravatar djsollen@google.com2012-03-21
* Make cross_prod used in SkPath::cheapComputeDirection fallback to double comp...Gravatar bsalomon@google.com2012-02-17
* Don't change convexity status of a path after a moveToGravatar bsalomon@google.com2012-02-02
* When adding a convex shape to a path, mark path as convex if path is initiall...Gravatar bsalomon@google.com2012-01-31
* fall through to cross-product if the y-max-baseline returns a degenerate lineGravatar reed@google.com2012-01-31
* handle multiple points all at the y-max when computing directionGravatar reed@google.com2012-01-31
* use contour with global ymax to determine directionGravatar reed@google.com2012-01-30
* Cleanup of SkPath code to remove SK_OLD_EMPTY_PATH_BEHAVIOR and otherGravatar schenney@chromium.org2012-01-19
* if the y-max has neighbors (prev and next) with the same Y values, then theGravatar reed@google.com2012-01-17
* automatically inject a moveTo if we see a close followed by a line/quad/cubicGravatar reed@google.com2012-01-12
* reenable direction test, fix handling of degenerate segments in the non-conve...Gravatar reed@google.com2012-01-11
* fix cheapComputeDirection() in the non-convex case to pivot on the y-max pointGravatar reed@google.com2012-01-11
* restore (debugged) cheapComputeDirectionGravatar reed@google.com2012-01-10
* add SkPath::cheapComputeDirection() plus unittestsGravatar reed@google.com2012-01-10
* add SkPath::reverseAddPath()Gravatar reed@google.com2012-01-10
* Add the ability to iterate through a path without modification. This change isGravatar schenney@chromium.org2012-01-04
* Fix problems with SampleApp Fuzzer due to issues in iterating over degenerate...Gravatar schenney@chromium.org2011-12-29
* Add SkDEBUGFAIL to clean up use of SkASSERT(!"text");Gravatar tomhudson@google.com2011-12-28
* Protecting changes to the SkPath iteration with an ifdef for Chromium.Gravatar schenney@chromium.org2011-12-21