expose new tight-bounds method on SkPath
authorMike Reed <reed@google.com>
Fri, 3 Feb 2017 16:34:13 +0000 (11:34 -0500)
committerSkia Commit-Bot <skia-commit-bot@chromium.org>
Fri, 3 Feb 2017 17:26:43 +0000 (17:26 +0000)
commit8d3196bdfcf478982bec9885d21e1d664ab9a72b
tree565d17927c9bb022cdb7bf10108bf7fc52b7a5db
parent20f00784b8500ccb68f0e402eeccd9bbf2707040
expose new tight-bounds method on SkPath

BUG=skia:

Change-Id: Ie50df49c1758af203042a84dc2cd505046373d2c
Reviewed-on: https://skia-review.googlesource.com/7996
Reviewed-by: Florin Malita <fmalita@chromium.org>
Commit-Queue: Mike Reed <reed@google.com>
bench/PathBench.cpp
include/core/SkPath.h
src/core/SkPath.cpp
src/core/SkPathPriv.h
tests/PathTest.cpp