Make SkPath cache the result of cheapComputeDirection.
authorbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 13 Nov 2012 14:36:42 +0000 (14:36 +0000)
committerbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 13 Nov 2012 14:36:42 +0000 (14:36 +0000)
commit30c174b9ce6b9777ee50ae0d0565a01b2a060f01
tree1bf50f78e1c91cd38d9ab7be07a761ebbd1c7b60
parent000e2fe221a4f882a1c5ca08ad01517efe091784
Make SkPath cache the result of cheapComputeDirection.
Review URL: https://codereview.appspot.com/6810111

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