Descriptiontrack oval in SkPath
This CL is separated from the big CL (circle drawing via GPU shader).
There are some changes:
- use SkBool8 instead of bool.
- add isOval() interface to check whether it's an oval. This interface returns the bounding rect.
- add detailed comments for isOval() and field fIsOval.
BUG=
TEST=
Patch Set 1 #Patch Set 2 : a rotated circle whose angle is not a mutiple of 90 degrees is not an oval. #
Total comments: 3
Patch Set 3 : comment fix and typo fix per Brian #Patch Set 4 : name fix #
Total comments: 2
Patch Set 5 : update #Patch Set 6 : add a new test case #Patch Set 7 : fix the fixed build failure #
MessagesTotal messages: 11
|