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
*
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
*
add float equivalent in dumpHex output as comment
caryclark
2014-10-23
*
Fix convexicator bug
robertphillips
2014-09-16
*
add dumpHex() option to SkPath
caryclark
2014-09-15
*
"NULL !=" = NULL
bsalomon
2014-09-05
*
Add dirty_after_edit to SkPath::moveTo. Add commented out test case that trig...
bsalomon
2014-08-28
*
Fallback to moveTo when unable to find the first tangent in cubicTo
piotaixr
2014-08-26
*
add path dump test
caryclark
2014-06-24
*
In convexity checker don't advance last vector when x-product isn't significant.
commit-bot@chromium.org
2014-05-22
*
add rounding-using-doubles methods on SkScalar and SkRect
commit-bot@chromium.org
2014-05-05
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2014-02-12
*
Adding new 'extend' mode to SkPath::addPath
commit-bot@chromium.org
2014-02-11
*
fix minor error between kStroke_PathAsRect and kFill_PathAsRect in SkPath::as...
commit-bot@chromium.org
2014-02-11
*
add alternative to isRect named asRect
commit-bot@chromium.org
2014-01-25
*
Cleanup: Sanitize the order of includes under tests/
tfarina@chromium.org
2014-01-24
*
change isRect to return true for 3-sided rectangular paths
commit-bot@chromium.org
2014-01-15
*
Move macros from TestClassDef.h to Test.h
commit-bot@chromium.org
2014-01-14
*
Convert SkWriter32 to use an SkTDArray for its internal storage.
commit-bot@chromium.org
2014-01-14
*
remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats
reed@google.com
2013-12-17
*
Improved SkPathRef interface security
robertphillips@google.com
2013-12-13
*
Move segment mask from SkPath to SkPathRef
robertphillips@google.com
2013-12-12
*
Use DEFINE_TESTCLASS_SHORT macro in tests.
tfarina@chromium.org
2013-12-12
[next]