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
*
skipRect should only work for lines (not quads or cubics)
Yuqian Li
2017-09-18
*
Revert "Revert "Don't ignore degenerates when deciding if a path is convex""
Brian Osman
2017-09-18
*
Revert "Don't ignore degenerates when deciding if a path is convex"
Brian Osman
2017-09-15
*
Don't ignore degenerates when deciding if a path is convex
Brian Osman
2017-09-15
*
Add a utility function to save path test code size
Yuqian Li
2017-09-15
*
Don't allow iteration through non-finite points.
Mike Klein
2017-09-08
*
Fix SkASSERT for convex paths with DAA
Yuqian Li
2017-09-07
*
Convert Windows CRLF newlines back to unix ones
Yuqian Li
2017-09-06
*
Convert NULL and 0 to nullptr.
Ben Wagner
2017-08-28
*
tiny concave path point fix
Cary Clark
2017-08-25
*
Guard AA change to wait for rebaselines
Yuqian Li
2017-08-11
*
Don't store clipped x which could break edge order
Yuqian Li
2017-08-11
*
Don't compare against uninit edge in SkPath::conservativelyContainsRect
Brian Salomon
2017-08-08
*
Revert "Revert "Fix SkPathRef deserialization malloc crash""
Mike Reed
2017-07-27
*
Revert "Fix SkPathRef deserialization malloc crash"
Mike Reed
2017-07-26
*
Fix SkPathRef deserialization malloc crash
Adrienne Walker
2017-07-26
*
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
[next]