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
*
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
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-12-04
*
Fix for SkPathRef::CreateTransformedCopy bug
robertphillips@google.com
2013-12-03
*
Move fIsOval from SkPath to SkPathRef
robertphillips@google.com
2013-12-03
*
Revert of r12450 (Move fIsOval from SkPath to SkPathRef)
robertphillips@google.com
2013-12-03
*
Move fIsOval from SkPath to SkPathRef
robertphillips@google.com
2013-12-02
*
remove SkFloatToScalar macro
commit-bot@chromium.org
2013-11-25
*
increase coverage of SkPath.cpp, remove unused code
commit-bot@chromium.org
2013-11-14
*
use quads for mixed radius rrects
commit-bot@chromium.org
2013-11-08
*
Checking structure sizes before reading them from memory to avoid overflowing...
commit-bot@chromium.org
2013-11-05
*
Revert "Checking structure sizes before reading them from memory to avoid ove...
reed@google.com
2013-11-04
*
Checking structure sizes before reading them from memory to avoid overflowing...
sugoi@google.com
2013-11-04
*
Revert r12114 due to https://code.google.com/p/skia/issues/detail?id=1794 ('A...
epoger@google.com
2013-11-04
*
Checking structure sizes before reading them from memory to avoid overflowing...
sugoi@google.com
2013-11-04
*
Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, si...
reed@google.com
2013-10-31
*
Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it t...
reed@google.com
2013-10-31
*
add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers ...
reed@google.com
2013-10-31
*
Use SkPathRef gen id for SkPath::getGenerationID
commit-bot@chromium.org
2013-10-30
*
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
[next]