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
*
add disabled tests, in pref for experimental isRect behavior
reed@google.com
2013-10-16
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-10-16
*
account for inverse-paths when we prealloc storage in the rgn-builder
reed@google.com
2013-10-15
*
meant to DISABLE this test
reed@google.com
2013-10-15
*
add test for https://code.google.com/p/skia/issues/detail?id=1706
reed@google.com
2013-10-15
*
Refactor PathTest.cpp test_isNestedRects and test_isRect.
bungeman@google.com
2013-09-25
*
promote SkImage::AlphaType to SkAlphaType
reed@google.com
2013-09-20
*
Change old PRG to be SkLCGRandom; change new one to SkRandom
commit-bot@chromium.org
2013-09-09
*
My clang now doesn't complain about !"foo".
mtklein@google.com
2013-08-22
*
Update how SkPath handles fGenerationID and fSourcePath, and add tests to cover.
mtklein@google.com
2013-08-15
*
All rSomethingTo() immediately following a close() are relative to the point ...
commit-bot@chromium.org
2013-08-09
*
Restore SkPath(const SkPath&) to copy the generation ID on Android.
mtklein@google.com
2013-08-07
*
Make SkPath::conservativelyContainsRect not assert on paths that begin with r...
commit-bot@chromium.org
2013-08-01
*
Revert r9724 (add rect-output parameter to isRect) to allow the DEPS roll
robertphillips@google.com
2013-06-25
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-06-22
*
add rect-output parameter to isRect, allowing us to return the correct bounds...
reed@google.com
2013-06-21
*
SkPath::rewind needs to have same reset as SkPath::reset.
bungeman@google.com
2013-06-21
*
bump picture version since SkPath has changed (conics)
reed@google.com
2013-05-31
*
Revert "add asserts to point<-->verb helpers"
reed@google.com
2013-05-30
*
add asserts to point<-->verb helpers
reed@google.com
2013-05-30
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-05-20
*
Add special handling of rectori case for gpu
robertphillips@google.com
2013-05-17
*
need to clamp all of the cubic points after a chop, in case our finite precision
reed@google.com
2013-05-08
*
turn on pathops unit test
caryclark@google.com
2013-04-12
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-04-11
*
fix bug introduced with SK_IGNORE_CUBIC_STROKE_FIX where we no longer respected
reed@google.com
2013-04-10
*
Change random number generator for 'tests' to SkMWCRandom. Also removes some
jvanverth@google.com
2013-03-04
*
Tests : Unused parameters cleanup
sugoi@google.com
2013-02-27
*
remove obsolete build flag SK_IGNORE_CONVEX_QUAD_OPT
reed@google.com
2013-02-22
*
Reverse sense of convex-quad-fix compiler flag
robertphillips@google.com
2013-01-23
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-19
*
increase iteration count from 16 to 24, when computing cubic-line intersection.
reed@google.com
2013-01-18
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-16
*
Fix bug in cubic-clipper (SkEdgeClipper). When we chop the cubic on Top/Bottom
reed@google.com
2013-01-15
*
Enable warnings-as-errors on Windows.
bsalomon@google.com
2013-01-08
*
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
[next]