index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tests
/
PathTest.cpp
Commit message (
Expand
)
Author
Age
...
*
Move off SK_SUPPORT_LEGACY_DATA_FACTORIES.
bungeman
2016-08-02
*
Fix misdetection of rectangles in SkPath::IsSimpleClosedRect.
bsalomon
2016-07-24
*
re-chop if we fail on a big-bad-cubic
reed
2016-07-20
*
handle large conic weights
reed
2016-07-13
*
SkLeanWindows.h: #include "Windows.h" fewer places
halcanary
2016-06-07
*
Add a test to ensure that a case where SkCubicClipper::ChopMonoAtY returns fa...
mbarbella
2016-06-01
*
Add SkPathPriv::IsSimpleClosedRect
bsalomon
2016-06-01
*
Fix bug where SkPath will convert an arc to an oval and change the starting p...
bsalomon
2016-05-31
*
Make SkPath::isOval() and SkPath::isRRect return the orientation and starting...
bsalomon
2016-05-27
*
switch surface to sk_sp
reed
2016-03-23
*
add interp path
caryclark
2016-02-18
*
Add SkPath::isLastContourClosed()
fs
2016-01-20
*
fix nexus player
caryclark
2016-01-05
*
give up on quad root if infinite
caryclark
2016-01-05
*
fix bugs in path contains
caryclark
2015-12-18
*
Use the unswapped end point y for early out case in winding_line
fs
2015-12-17
*
If a point is on a path edge, it's in the path, at least for all cases where ...
caryclark
2015-12-14
*
Comments Style: s/skbug.com/bug.skia.org/
halcanary
2015-11-07
*
Forward declare SkStrokeRec in SkPathEffect
halcanary
2015-09-15
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
Implement caching of filled paths in the tessellated path renderer.
senorblanco
2015-08-04
*
Revert "Implement caching of filled paths in the tessellated path renderer."
mtklein
2015-08-04
*
Implement caching of filled paths in the tessellated path renderer.
senorblanco
2015-08-03
*
rewrite path.getBounds test to work-around compiler bug
reed
2015-07-29
*
change getBounds to return 0000 iff there are zero points
reed
2015-07-28
*
Very tiny paths are subsumed by the Convexicator
caryclark
2015-07-14
*
SkPath::Direction serves two masters:
reed
2015-06-10
*
simplify RawIter - don't return a pt in kClose
reed
2015-05-27
*
change isNestedRect to isNestedFillRect
caryclark
2015-04-08
*
add double precision convex test
caryclark
2015-03-02
*
treat backwards quads as not convex
caryclark
2015-03-02
*
Reset conicWeights in SkPath::consumeDegenerateSegments when rewinding to las...
robertphillips
2015-02-23
*
Fix broken build due to updated #define
djsollen
2015-02-17
*
Remove android specific srcPath from SkPath
djsollen
2015-02-17
*
check for nonfinites in rrects
reed
2015-02-10
*
use conics for arcTo
reed
2015-02-09
*
remove dead SkPersp macros
reed
2015-01-20
*
Remove SkPath::asRect
robertphillips
2015-01-05
*
Cleanup isRect variants
robertphillips
2015-01-05
*
Fix bound returned by SkPath::isRect when the path contains a trailing moveTo
robertphillips
2014-12-29
*
use conics
reed
2014-12-17
*
Fix rrects that are large enough that we lose/gain a bit when we add the radi...
reed
2014-12-15
*
Even more win64 warning fixes
bsalomon
2014-12-12
*
Remove canvas::NewRaster, and rename surface::NewRasterPMColor to N32Premul
reed
2014-12-10
*
Revert of remove (dumb) canvas::NewRaster, and rename surface::NewRasterPMCol...
reed
2014-12-09
*
remove (dumb) canvas::NewRaster, and rename surface::NewRasterPMColor to N32P...
reed
2014-12-09
*
add convexity logic and tests for scalar max, Inf, and NaN
caryclark
2014-12-08
*
Fix yet another convexicator issue
robertphillips
2014-11-17
*
Don't pass null to memcmp.
mtklein
2014-11-14
[prev]
[next]