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
*
check for bad enum use when adding contours
reed@google.com
2012-11-26
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-11-22
*
Add isRect variant that returns path closure and direction.
caryclark@google.com
2012-11-21
*
detect wrapped rect in path
caryclark@google.com
2012-11-21
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-11-20
*
add two nested rect detector to path
caryclark@google.com
2012-11-19
*
remove unused (and undefined) SkColorSpace parameter.
mike@reedtribe.org
2012-11-15
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-11-14
*
Add a conservativelyContainsRect function to SkPath.
bsalomon@google.com
2012-11-13
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-11-13
*
Make SkPath cache the result of cheapComputeDirection.
bsalomon@google.com
2012-11-13
*
add tests for degenerate serifs to computeDirection
reed@google.com
2012-11-13
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-10-25
*
If a path is known to be nonfinite, don't forget that in our autobounds
reed@google.com
2012-10-24
*
Removed degenerate quads from zero radius Chrome-style round rects
robertphillips@google.com
2012-10-23
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-10-19
*
Place r5997 (make arcto's convex) behind a compiler flag to delay day of reck...
robertphillips@google.com
2012-10-19
*
Altered arcTo's canonical points to (usually) be convex
robertphillips@google.com
2012-10-18
*
fixed compiler complaints
robertphillips@google.com
2012-09-17
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-09-15
*
fix fragile cubic stepper, where we want to assert that each tesselated segment
reed@google.com
2012-09-14
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
Fix handling of infinite bounds during "fast transforms".
tomhudson@google.com
2012-08-10
*
Adding storage of SkPath::fIsOval
robertphillips@google.com
2012-08-07
*
check that copied paths have the same segment-masks as their src
reed@google.com
2012-08-01
*
explicitly track if a path is finite or not
reed@google.com
2012-07-26
*
Handle convex paths with degeneracies in cheap direction computation
bsalomon@google.com
2012-07-10
*
Really fix the build.
schenney@chromium.org
2012-06-13
*
Speculative build fix. Tests do not fail locally.
schenney@chromium.org
2012-06-13
*
Fix the problem of rendering closePath not properly after a moveTo call in
schenney@chromium.org
2012-06-13
*
Rename the existing flatten(void*) methods.
djsollen@google.com
2012-06-08
*
Add SkPath::getVerbs/countVerbs
bsalomon@google.com
2012-06-07
*
fix warnings on Mac in tests
caryclark@google.com
2012-06-06
*
Windows compiler complaint cleanup
robertphillips@google.com
2012-05-31
*
addPoly() entry-point, to quickly add MoveTo+N*LineTo (useful in dashing)
reed@google.com
2012-05-29
*
Detect when the caller was hairline AND strokeandfill, and resolve that into ...
reed@google.com
2012-05-29
*
add SkPath::isLine(), similar to isRect()
reed@google.com
2012-05-10
*
Track oval in SkPath
bsalomon@google.com
2012-04-18
*
Revert r3705 for fixed pt failures.
bsalomon@google.com
2012-04-17
*
track oval in SkPath
bsalomon@google.com
2012-04-17
*
misc fixes
bsalomon@google.com
2012-04-10
*
Fixing Windows compiler complaints
robertphillips@google.com
2012-04-06
*
Fix line endings.
bsalomon@google.com
2012-02-23
*
Turn off test in fixed pt build.
bsalomon@google.com
2012-02-17
*
Make cross_prod used in SkPath::cheapComputeDirection fallback to double comp...
bsalomon@google.com
2012-02-17
*
add additional tests for path direction with multiple pts on y-max
reed@google.com
2012-01-31
*
use contour with global ymax to determine direction
reed@google.com
2012-01-30
*
automatically inject a moveTo if we see a close followed by a line/quad/cubic
reed@google.com
2012-01-12
*
reenable direction test, fix handling of degenerate segments in the non-conve...
reed@google.com
2012-01-11
*
disable test until I can fix it
reed@google.com
2012-01-11
[next]