add segment types query to SkPath (i.e. does it have any quads)
authorreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 21 Sep 2011 12:29:05 +0000 (12:29 +0000)
committerreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 21 Sep 2011 12:29:05 +0000 (12:29 +0000)
commit10296ccb6a63c65b2e60733a929bf15d8bf94309
tree74ffe5dad3e9a659488aa4ce58c248693190aa37
parent4fa6694c587b3830932429766c99d08c8dd9b723
add segment types query to SkPath (i.e. does it have any quads)

git-svn-id: http://skia.googlecode.com/svn/trunk@2292 2bbb7eff-a529-9590-31e7-b0007b416f81
include/core/SkPath.h
src/core/SkPath.cpp
tests/PathTest.cpp