aboutsummaryrefslogtreecommitdiff
path: root/tests/GrShapeTest.cpp
AgeCommit message (Expand)Author
2017-09-26Invalidate path VBs when paths are destroyedBrian Osman
2017-09-01Add methods for converting GrShape to filled styleBrian Salomon
2017-08-31Revert "Revert "Add a GrShape::Type value for an inverted empty path""Brian Salomon
2017-08-31Revert "Add a GrShape::Type value for an inverted empty path"Brian Salomon
2017-08-31Add a GrShape::Type value for an inverted empty pathBrian Salomon
2017-08-28change SkRect::growToInclude to take a point instead of x,yMike Reed
2017-08-16cut down GrShapeTest stack usageMike Klein
2017-01-13Try out new refFoo pattern on GrStyleRobert Phillips
2016-12-12change SkClipOp to a class enumMike Reed
2016-12-09Revert[2] "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS"Mike Reed
2016-12-09Revert "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS"Mike Reed
2016-12-08remove SK_SUPPORT_LEGACY_CLIP_REGIONOPSMike Reed
2016-09-27Remove stray semicolons.Mike Klein
2016-09-23Don't compute path keys for volatile paths in GrShape.bsalomon
2016-09-21Make GrShape compute keys for short paths from path data instead of using the...bsalomon
2016-09-20abstract name of clipping ops, to transtion to a more restricted setreed
2016-08-26Fix bounds check in grshape testbsalomon
2016-08-24Update GrShape test to allow more flexible shape creation.bsalomon
2016-07-20Consolidate special case shape transformation logic in GrShapeTest.bsalomon
2016-07-18In GrShape detect that stroked axis-aligned lines are rrects.bsalomon
2016-06-28Make lines a special case in GrShapebsalomon
2016-06-28Revert of Make lines a special case in GrShape (patchset #5 id:120001 of http...bsalomon
2016-06-28Make lines a special case in GrShapebsalomon
2016-06-23Add some more getters to GrShape.bsalomon
2016-06-23Fix Rob's nits from https://codereview.chromium.org/2085913003bsalomon
2016-06-23Canonicalize path fill types for stroked paths in GrShape.bsalomon
2016-06-21Apply canonicalizations to path GrShapes.bsalomon
2016-06-20Some simplifications of GrShape reductions/canonicalizationsbsalomon
2016-06-14Fix GrShape to preserve inverseness of rrects for strokes but not dashes.bsalomon
2016-06-13Add control over whether lines are special cased in SkDashPath. Disable when ...bsalomon
2016-06-10Make large array of GrShapes in test code heap allocatedbsalomon
2016-06-10Make GrShape capable of representing inverse filled rrects.bsalomon
2016-06-09Make SkDashPathEffect fail for stroke+fill style (in addition to fill style)bsalomon
2016-06-07Make GrShape use the original path when path effect fails.bsalomon
2016-06-07Get segment masks from GrShape.bsalomon
2016-06-06Make GrShape track the winding direction and starting point for rrect types.bsalomon
2016-05-13Add bounds to GrShapebsalomon
2016-05-11Add isEmpty() query to GrShape and improve comments.bsalomon
2016-05-09Incorporate scale into GrStyle and GrShapebsalomon
2016-05-06Fix issue where GrStyle::applyToPath exited before applying strokebsalomon
2016-05-05Stop banning stroke-and-fill for GrStyle and add testsbsalomon
2016-05-04Make cap only affect the keys of GrShapes that are possibly-openbsalomon
2016-05-04Add some more testing around hairline GrShapesbsalomon
2016-05-04Expand GrStyle's interface.bsalomon
2016-04-28Detect empty (r)rects in GrShape.bsalomon
2016-04-27Add tests for volatile paths to GrShapeTestbsalomon
2016-04-27Add tests for empty GrShapes.bsalomon
2016-04-27Add support for building GrShape from SkPath and more testsbsalomon
2016-04-26Add initial implementation of GrShape and GrStyle classes and testsbsalomon
2016-04-26Revert of Add initial implementation of GrShape and GrStyle classes and tests...bsalomon