aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkPath.h
Commit message (Expand)AuthorAge
* Add RRect GMGravatar robertphillips@google.com2012-12-17
* Follow up on the previous patch :Gravatar sugoi@google.com2012-12-17
* revert 6766, thereby re-landing 6762-6763 now that the bots are readyGravatar reed@google.com2012-12-12
* revert 6762-6763, since those require new skps to be generated, and we can'tGravatar reed@google.com2012-12-12
* make RRect and Oval first-class drawing primitives in SkCanvas.Gravatar reed@google.com2012-12-12
* As part of preliminary groundwork for a chromium fix, this changelist is depr...Gravatar sugoi@google.com2012-12-06
* check for bad enum use when adding contoursGravatar reed@google.com2012-11-26
* Add isRect variant that returns path closure and direction.Gravatar caryclark@google.com2012-11-21
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-11-20
* add two nested rect detector to pathGravatar caryclark@google.com2012-11-19
* Add a conservativelyContainsRect function to SkPath.Gravatar bsalomon@google.com2012-11-13
* Make SkPath cache the result of cheapComputeDirection.Gravatar bsalomon@google.com2012-11-13
* Disable SK_DEBUG_PATH_REF in debug builds.Gravatar bsalomon@google.com2012-10-04
* 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
* Add SK_API to path == decl.Gravatar bsalomon@google.com2012-09-07
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Set LF property on a bunch of files.Gravatar bsalomon@google.com2012-08-20
* Added Serialization of SkPath's boundGravatar robertphillips@google.com2012-08-17
* Add inst counting to bench and count SkPathsGravatar bsalomon@google.com2012-08-14
* Adds a bunch of benchmarks around creating, transforming, testing path equality,Gravatar bsalomon@google.com2012-08-13
* Windows compiler complaint cleanupGravatar robertphillips@google.com2012-07-26
* explicitly track if a path is finite or notGravatar reed@google.com2012-07-26
* add SkPath::contains(x, y)Gravatar mike@reedtribe.org2012-07-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
* 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
* Fix SkPathStroker::lineTo() for line with length SK_ScalarNearlyZeroGravatar epoger@google.com2012-04-11
* Upstream changes from Android repository.Gravatar djsollen@google.com2012-03-21
* Fixing the behavior of SkPathMeasure to reflect changes in SkPath::Iter.Gravatar schenney@chromium.org2012-01-18
* automatically inject a moveTo if we see a close followed by a line/quad/cubicGravatar reed@google.com2012-01-12
* 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
* Protecting changes to the SkPath iteration with an ifdef for Chromium.Gravatar schenney@chromium.org2011-12-21
* Modifying SkPath to store all verbs provided by the user, and to giveGravatar schenney@chromium.org2011-12-20
* Update files to use SK_BUILD_FOR_ANDROID.Gravatar djsollen@google.com2011-11-08
* change getLastPt to return a boolGravatar reed@google.com2011-10-11
* add segment types query to SkPath (i.e. does it have any quads)Gravatar reed@google.com2011-09-21