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 drawDRRect for fuzzer
Cary Clark
2017-04-12
*
SkSize can be aggregate-initialized
Hal Canary
2017-04-11
*
Mark overridden destructors with 'override' and remove 'virtual'
Brian Salomon
2017-03-22
*
hide trivial helpers on canvas
Mike Reed
2017-02-22
*
stop using SkScalarMul
Mike Reed
2017-02-14
*
expose new tight-bounds method on SkPath
Mike Reed
2017-02-03
*
experimental tight-bounds
Mike Reed
2017-02-03
*
give up on big cubics (for now) and just draw a line
Mike Reed
2017-01-27
*
add test for big cubic -- currently disabled
Mike Reed
2017-01-26
*
conservativelyContainsRect is asserting
Mike Reed
2017-01-24
*
make SkPath::conservativelyContainsRect consume degenerate segments
Lee Salzman
2017-01-23
*
SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h
Hal Canary
2017-01-11
*
Revert "SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h"
Kevin Lubick
2017-01-11
*
SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h
Hal Canary
2017-01-11
*
validate deserialized path verbs
Mike Reed
2017-01-03
*
dump path fill type with data
Cary Clark
2016-12-16
*
Add the missing shift to the dy
Yuqian Li
2016-11-29
*
Use AdditiveBlitter for partial rows
Yuqian Li
2016-11-29
*
Compute slope using fSnappedY
Yuqian Li
2016-11-29
*
Revert "Add the missing shift to the dy"
Yuqian Li
2016-11-28
*
Add the missing shift to the dy
Yuqian Li
2016-11-28
*
Fix mask overflow caused by edge drift
Yuqian Li
2016-11-16
*
Tighten SkAAClip Bounds by Path Bounds
liyuqian
2016-11-11
*
Catch width overflow
Yuqian Li
2016-11-11
*
Do not call blitV with 0 height
liyuqian
2016-11-09
*
Fix quad convexity with only one backward dir
liyuqian
2016-11-03
*
Remove SkAutoTUnref and SkAutoTDelete from public includes.
bungeman
2016-10-27
*
Reland of ix for conic fuzz (patchset #1 id:1 of https://codereview.chromium....
caryclark
2016-09-22
*
Revert of fix for conic fuzz (patchset #3 id:40001 of https://codereview.chro...
caryclark
2016-09-22
*
fix for conic fuzz
caryclark
2016-09-22
*
change SkStreams to work with sk_sp<SkData> instead of SkData*
reed
2016-09-12
*
compare degenerates with tolerance
caryclark
2016-09-06
*
fix conic path fuzz
caryclark
2016-08-23
*
move private test for sect_with_horizontal into unittests
reed
2016-08-17
*
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
[next]