aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/GrShapeTest.cpp
Commit message (Expand)AuthorAge
* change SkClipOp to a class enumGravatar Mike Reed2016-12-12
* Revert[2] "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS"Gravatar Mike Reed2016-12-09
* Revert "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS"Gravatar Mike Reed2016-12-09
* remove SK_SUPPORT_LEGACY_CLIP_REGIONOPSGravatar Mike Reed2016-12-08
* Remove stray semicolons.Gravatar Mike Klein2016-09-27
* Don't compute path keys for volatile paths in GrShape.Gravatar bsalomon2016-09-23
* Make GrShape compute keys for short paths from path data instead of using the...Gravatar bsalomon2016-09-21
* abstract name of clipping ops, to transtion to a more restricted setGravatar reed2016-09-20
* Fix bounds check in grshape testGravatar bsalomon2016-08-26
* Update GrShape test to allow more flexible shape creation.Gravatar bsalomon2016-08-24
* Consolidate special case shape transformation logic in GrShapeTest.Gravatar bsalomon2016-07-20
* In GrShape detect that stroked axis-aligned lines are rrects.Gravatar bsalomon2016-07-18
* Make lines a special case in GrShapeGravatar bsalomon2016-06-28
* Revert of Make lines a special case in GrShape (patchset #5 id:120001 of http...Gravatar bsalomon2016-06-28
* Make lines a special case in GrShapeGravatar bsalomon2016-06-28
* Add some more getters to GrShape.Gravatar bsalomon2016-06-23
* Fix Rob's nits from https://codereview.chromium.org/2085913003Gravatar bsalomon2016-06-23
* Canonicalize path fill types for stroked paths in GrShape.Gravatar bsalomon2016-06-23
* Apply canonicalizations to path GrShapes.Gravatar bsalomon2016-06-21
* Some simplifications of GrShape reductions/canonicalizationsGravatar bsalomon2016-06-20
* Fix GrShape to preserve inverseness of rrects for strokes but not dashes.Gravatar bsalomon2016-06-14
* Add control over whether lines are special cased in SkDashPath. Disable when ...Gravatar bsalomon2016-06-13
* Make large array of GrShapes in test code heap allocatedGravatar bsalomon2016-06-10
* Make GrShape capable of representing inverse filled rrects.Gravatar bsalomon2016-06-10
* Make SkDashPathEffect fail for stroke+fill style (in addition to fill style)Gravatar bsalomon2016-06-09
* Make GrShape use the original path when path effect fails.Gravatar bsalomon2016-06-07
* Get segment masks from GrShape.Gravatar bsalomon2016-06-07
* Make GrShape track the winding direction and starting point for rrect types.Gravatar bsalomon2016-06-06
* Add bounds to GrShapeGravatar bsalomon2016-05-13
* Add isEmpty() query to GrShape and improve comments.Gravatar bsalomon2016-05-11
* Incorporate scale into GrStyle and GrShapeGravatar bsalomon2016-05-09
* Fix issue where GrStyle::applyToPath exited before applying strokeGravatar bsalomon2016-05-06
* Stop banning stroke-and-fill for GrStyle and add testsGravatar bsalomon2016-05-05
* Make cap only affect the keys of GrShapes that are possibly-openGravatar bsalomon2016-05-04
* Add some more testing around hairline GrShapesGravatar bsalomon2016-05-04
* Expand GrStyle's interface.Gravatar bsalomon2016-05-04
* Detect empty (r)rects in GrShape.Gravatar bsalomon2016-04-28
* Add tests for volatile paths to GrShapeTestGravatar bsalomon2016-04-27
* Add tests for empty GrShapes.Gravatar bsalomon2016-04-27
* Add support for building GrShape from SkPath and more testsGravatar bsalomon2016-04-27
* Add initial implementation of GrShape and GrStyle classes and testsGravatar bsalomon2016-04-26
* Revert of Add initial implementation of GrShape and GrStyle classes and tests...Gravatar bsalomon2016-04-26
* Add initial implementation of GrShape and GrStyle classes and testsGravatar bsalomon2016-04-26
* Revert of Add initial implementation of GrShape and GrStyle classes and tests...Gravatar robertphillips2016-04-26
* Add initial implementation of GrShape and GrStyle classes and testsGravatar bsalomon2016-04-25