index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tests
/
GrShapeTest.cpp
Commit message (
Expand
)
Author
Age
*
make growToInclude private
Mike Reed
2018-01-08
*
Make GrShape lazily initialize an original path for gen id change listeners
Brian Salomon
2018-01-03
*
Make GrShape recognize horizontal/vertical dashed lines with 0 off intervals ...
Brian Salomon
2017-12-21
*
Make GrRenderTargetContext::drawPath() use GrShape to identify simpler
Brian Salomon
2017-12-20
*
Sever fOriginalPath connection whenever a GrShape becomes a simple type
Brian Osman
2017-10-04
*
Invalidate path VBs when paths are destroyed
Brian Osman
2017-09-26
*
Add methods for converting GrShape to filled style
Brian Salomon
2017-09-01
*
Revert "Revert "Add a GrShape::Type value for an inverted empty path""
Brian Salomon
2017-08-31
*
Revert "Add a GrShape::Type value for an inverted empty path"
Brian Salomon
2017-08-31
*
Add a GrShape::Type value for an inverted empty path
Brian Salomon
2017-08-31
*
change SkRect::growToInclude to take a point instead of x,y
Mike Reed
2017-08-28
*
cut down GrShapeTest stack usage
Mike Klein
2017-08-16
*
Try out new refFoo pattern on GrStyle
Robert Phillips
2017-01-13
*
change SkClipOp to a class enum
Mike Reed
2016-12-12
*
Revert[2] "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS"
Mike Reed
2016-12-09
*
Revert "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS"
Mike Reed
2016-12-09
*
remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS
Mike Reed
2016-12-08
*
Remove stray semicolons.
Mike Klein
2016-09-27
*
Don't compute path keys for volatile paths in GrShape.
bsalomon
2016-09-23
*
Make GrShape compute keys for short paths from path data instead of using the...
bsalomon
2016-09-21
*
abstract name of clipping ops, to transtion to a more restricted set
reed
2016-09-20
*
Fix bounds check in grshape test
bsalomon
2016-08-26
*
Update GrShape test to allow more flexible shape creation.
bsalomon
2016-08-24
*
Consolidate special case shape transformation logic in GrShapeTest.
bsalomon
2016-07-20
*
In GrShape detect that stroked axis-aligned lines are rrects.
bsalomon
2016-07-18
*
Make lines a special case in GrShape
bsalomon
2016-06-28
*
Revert of Make lines a special case in GrShape (patchset #5 id:120001 of http...
bsalomon
2016-06-28
*
Make lines a special case in GrShape
bsalomon
2016-06-28
*
Add some more getters to GrShape.
bsalomon
2016-06-23
*
Fix Rob's nits from https://codereview.chromium.org/2085913003
bsalomon
2016-06-23
*
Canonicalize path fill types for stroked paths in GrShape.
bsalomon
2016-06-23
*
Apply canonicalizations to path GrShapes.
bsalomon
2016-06-21
*
Some simplifications of GrShape reductions/canonicalizations
bsalomon
2016-06-20
*
Fix GrShape to preserve inverseness of rrects for strokes but not dashes.
bsalomon
2016-06-14
*
Add control over whether lines are special cased in SkDashPath. Disable when ...
bsalomon
2016-06-13
*
Make large array of GrShapes in test code heap allocated
bsalomon
2016-06-10
*
Make GrShape capable of representing inverse filled rrects.
bsalomon
2016-06-10
*
Make SkDashPathEffect fail for stroke+fill style (in addition to fill style)
bsalomon
2016-06-09
*
Make GrShape use the original path when path effect fails.
bsalomon
2016-06-07
*
Get segment masks from GrShape.
bsalomon
2016-06-07
*
Make GrShape track the winding direction and starting point for rrect types.
bsalomon
2016-06-06
*
Add bounds to GrShape
bsalomon
2016-05-13
*
Add isEmpty() query to GrShape and improve comments.
bsalomon
2016-05-11
*
Incorporate scale into GrStyle and GrShape
bsalomon
2016-05-09
*
Fix issue where GrStyle::applyToPath exited before applying stroke
bsalomon
2016-05-06
*
Stop banning stroke-and-fill for GrStyle and add tests
bsalomon
2016-05-05
*
Make cap only affect the keys of GrShapes that are possibly-open
bsalomon
2016-05-04
*
Add some more testing around hairline GrShapes
bsalomon
2016-05-04
*
Expand GrStyle's interface.
bsalomon
2016-05-04
*
Detect empty (r)rects in GrShape.
bsalomon
2016-04-28
[next]