History log of /external/skia/samplecode/SampleQuadStroker.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
36352bf5e38f45a70ee4f4fc132a38048d38206d 26-Mar-2015 mtklein <mtklein@chromium.org> C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}

NOPRESUBMIT=true

BUG=skia:
DOCS_PREVIEW= https://skia.org/?cl=1037793002

Review URL: https://codereview.chromium.org/1037793002
/external/skia/samplecode/SampleQuadStroker.cpp
1297ecfd1d1efaeee41153e491b160228ba4345a 24-Feb-2015 caryclark <caryclark@google.com> flip stroke to chrome compatible define

Review URL: https://codereview.chromium.org/932723003
/external/skia/samplecode/SampleQuadStroker.cpp
04e4d08556750ff6be4576a4cd4925964c63376f 20-Feb-2015 caryclark <caryclark@google.com> This uses quad approximations of the outer and inner paths describing a stroke. Cubics and conics' thick strokes are approximated with quads as well.

The approximation uses a similar error term as the fill scan converter to determine the number of quads to use.

This also updates SampleApp QuadStroker test with conics, ovals, and stroked text.

Review URL: https://codereview.chromium.org/932113002
/external/skia/samplecode/SampleQuadStroker.cpp
88c748aeea1cedfc8280d7f3da3d949ed01be177 18-Feb-2015 caryclark <caryclark@google.com> update sampleapp for stroking experiment

Add RotateCircles3 back as better-named QuadStroker.

Switch pathfill test to call skia before draw instead of in
initializer to avoid triggering debugging breakpoints.

Review URL: https://codereview.chromium.org/912273003
/external/skia/samplecode/SampleQuadStroker.cpp