History log of /external/skia/tests/RRectInPathTest.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
78d58d1084f0390c1c0f9123ac6e48efcd226f39 27-May-2016 bsalomon <bsalomon@google.com> Make SkPath::isOval() and SkPath::isRRect return the orientation and starting index.

These are tracked in SkPathRef.

Unit tests are updated to test that the returned values are correct.
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2012233002

Review-Url: https://codereview.chromium.org/2012233002
/external/skia/tests/RRectInPathTest.cpp
da707bf5635c70d4c3c284a0b05d92489b76788e 19-Nov-2015 caryclark <caryclark@google.com> add SkPath::isRRect

Add helper to track when a round rect was added to a path,
and then return the SkRRect specification that describes it.

Move the implementation for SkPath::RawIter to SkPathRef so it can be used there as well.

R=reed@google.com,robertphillips@google.com

Review URL: https://codereview.chromium.org/1461763004
/external/skia/tests/RRectInPathTest.cpp