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
*
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
*
If a point is on a path edge, it's in the path, at least for all cases where ...
caryclark
2015-12-14
*
Comments Style: s/skbug.com/bug.skia.org/
halcanary
2015-11-07
*
Forward declare SkStrokeRec in SkPathEffect
halcanary
2015-09-15
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
Implement caching of filled paths in the tessellated path renderer.
senorblanco
2015-08-04
*
Revert "Implement caching of filled paths in the tessellated path renderer."
mtklein
2015-08-04
*
Implement caching of filled paths in the tessellated path renderer.
senorblanco
2015-08-03
*
rewrite path.getBounds test to work-around compiler bug
reed
2015-07-29
*
change getBounds to return 0000 iff there are zero points
reed
2015-07-28
*
Very tiny paths are subsumed by the Convexicator
caryclark
2015-07-14
[next]