addPoly() entry-point, to quickly add MoveTo+N*LineTo (useful in dashing)
authorreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 29 May 2012 19:54:52 +0000 (19:54 +0000)
committerreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 29 May 2012 19:54:52 +0000 (19:54 +0000)
commit744fabad474e3e111e7cbd8609cf7e209df17f32
treed6248924804bf175d102ebe6c01306b8eec89e40
parent4196c0e0e8f39a125dca5d7111449df34dfeadbe
addPoly() entry-point, to quickly add MoveTo+N*LineTo (useful in dashing)
Review URL: https://codereview.appspot.com/6256063

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