skia2/modules/particles
Brian Osman 869a3e81ea Reland "Interpreter: Bounds check array access, add bool return from run"
This is a reland of f42de9e1e5

Original change's description:
> Interpreter: Bounds check array access, add bool return from run
> 
> Out of bounds access with constant indices is a compile error.
> At runtime, causes the interpreter to fail. Made several other
> conditions trigger the same failure logic, and updated all
> uses of the interpreter to validate success.
> 
> Change-Id: I3720b3c83903220b010ec574121fc64dbe102378
> Reviewed-on: https://skia-review.googlesource.com/c/skia/+/228256
> Commit-Queue: Brian Osman <brianosman@google.com>
> Reviewed-by: Mike Reed <reed@google.com>

Change-Id: I8849de815f7efb730ac9c55b6edd296cb9ca7599
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/228353
Commit-Queue: Brian Osman <brianosman@google.com>
Reviewed-by: Brian Osman <brianosman@google.com>
2019-07-18 21:38:20 +00:00
..
include Particles: SkScalar -> float 2019-06-24 15:10:38 +00:00
src Reland "Interpreter: Bounds check array access, add bool return from run" 2019-07-18 21:38:20 +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