skia2/modules/particles
Brian Osman 8016441e20 Interpreter: Refactor interface and lifetime management
Interpreter is now just a namespace with Run and Disassemble. This hides
all of the implementation details. In addition, the interpreter only used
the Program because of a few details in FunctionDeclarations - scrape that
when constructing a ByteCodeFunction, and we don't need to keep the entire
Program alive, just the ByteCode. Adjust tests to ensure that this works.

Change-Id: I61efe4fe986476afedbd295d3d55b2a326fea4e3
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/219521
Reviewed-by: Ethan Nicholas <ethannicholas@google.com>
Commit-Queue: Brian Osman <brianosman@google.com>
2019-06-07 18:47:22 +00:00
..
include rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
src Interpreter: Refactor interface and lifetime management 2019-06-07 18:47:22 +00:00
BUILD.gn Include particles in shared Windows builds 2019-04-12 15:05:57 +00:00
particles.gni Particles: Removed emitters, added more full-featured position affectors 2019-02-28 21:16:02 +00:00