aboutsummaryrefslogtreecommitdiff
path: root/tests/PathTest.cpp
AgeCommit message (Expand)Author
2017-09-18skipRect should only work for lines (not quads or cubics)Yuqian Li
2017-09-18Revert "Revert "Don't ignore degenerates when deciding if a path is convex""Brian Osman
2017-09-15Revert "Don't ignore degenerates when deciding if a path is convex"Brian Osman
2017-09-15Don't ignore degenerates when deciding if a path is convexBrian Osman
2017-09-15Add a utility function to save path test code sizeYuqian Li
2017-09-08Don't allow iteration through non-finite points.Mike Klein
2017-09-07Fix SkASSERT for convex paths with DAAYuqian Li
2017-09-06Convert Windows CRLF newlines back to unix onesYuqian Li
2017-08-28Convert NULL and 0 to nullptr.Ben Wagner
2017-08-25tiny concave path point fixCary Clark
2017-08-11Guard AA change to wait for rebaselinesYuqian Li
2017-08-11Don't store clipped x which could break edge orderYuqian Li
2017-08-08Don't compare against uninit edge in SkPath::conservativelyContainsRectBrian Salomon
2017-07-27Revert "Revert "Fix SkPathRef deserialization malloc crash""Mike Reed
2017-07-26Revert "Fix SkPathRef deserialization malloc crash"Mike Reed
2017-07-26Fix SkPathRef deserialization malloc crashAdrienne Walker
2017-04-12fix drawDRRect for fuzzerCary Clark
2017-04-11SkSize can be aggregate-initializedHal Canary
2017-03-22Mark overridden destructors with 'override' and remove 'virtual'Brian Salomon
2017-02-22hide trivial helpers on canvasMike Reed
2017-02-14stop using SkScalarMulMike Reed
2017-02-03expose new tight-bounds method on SkPathMike Reed
2017-02-03experimental tight-boundsMike Reed
2017-01-27give up on big cubics (for now) and just draw a lineMike Reed
2017-01-26add test for big cubic -- currently disabledMike Reed
2017-01-24conservativelyContainsRect is assertingMike Reed
2017-01-23make SkPath::conservativelyContainsRect consume degenerate segmentsLee Salzman
2017-01-11SkTypes.h : move SkAutoMalloc into SkAutoMalloc.hHal Canary
2017-01-11Revert "SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h"Kevin Lubick
2017-01-11SkTypes.h : move SkAutoMalloc into SkAutoMalloc.hHal Canary
2017-01-03validate deserialized path verbsMike Reed
2016-12-16dump path fill type with dataCary Clark
2016-11-29Add the missing shift to the dyYuqian Li
2016-11-29Use AdditiveBlitter for partial rowsYuqian Li
2016-11-29Compute slope using fSnappedYYuqian Li
2016-11-28Revert "Add the missing shift to the dy"Yuqian Li
2016-11-28Add the missing shift to the dyYuqian Li
2016-11-16Fix mask overflow caused by edge driftYuqian Li
2016-11-11Tighten SkAAClip Bounds by Path Boundsliyuqian
2016-11-11Catch width overflowYuqian Li
2016-11-09Do not call blitV with 0 heightliyuqian
2016-11-03Fix quad convexity with only one backward dirliyuqian
2016-10-27Remove SkAutoTUnref and SkAutoTDelete from public includes.bungeman
2016-09-22Reland of ix for conic fuzz (patchset #1 id:1 of https://codereview.chromium....caryclark
2016-09-22Revert of fix for conic fuzz (patchset #3 id:40001 of https://codereview.chro...caryclark
2016-09-22fix for conic fuzzcaryclark
2016-09-12change SkStreams to work with sk_sp<SkData> instead of SkData*reed
2016-09-06compare degenerates with tolerancecaryclark
2016-08-23fix conic path fuzzcaryclark
2016-08-17move private test for sect_with_horizontal into unittestsreed