History log of /external/skia/experimental/SkV8Example/DrawingMethods.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e001da2558d936fca377e4041ca150ff95c85104 29-Oct-2014 jcgregorio <jcgregorio@google.com> SkV8Sample: Now with Path2D and Path2DBuilder.

BUG=skia:

Review URL: https://codereview.chromium.org/661033005
/external/skia/experimental/SkV8Example/DrawingMethods.cpp
5e44b00392e791088b693a0b462b107b0b5a91ba 27-Oct-2014 jcgregorio <jcgregorio@google.com> Start moving to the new canvas structure.

Adds DrawingMethods with some of the methods it defines. Context is now
an implementation of DrawingMethods.

The sample.js file now shows how the context is used.

Not much new code here, that's mostly in DrawingMethods::DrawPath, most everything else is a code move.

BUG=skia:

Review URL: https://codereview.chromium.org/676423002
/external/skia/experimental/SkV8Example/DrawingMethods.cpp