skia2/modules/skottie
Florin Malita 919e209d1a [sksg] 4x4 matrix support
Refactor the scene graph transform hierarchy to support 4x4 matrices:

  * rename current Transform to TransformEffect (operates as a render tree effect)
  * introduce a new Transform abstract base class, to replace current Matrix
  * refactor existing Matrix as a Transform specialization
  * introduce a new Matrix44 Transform specialization
  * refactor the existing composition helper (ComposedMatrix) as Concat,
    a Transform specialization (using composition instead of Matrix inheritance)

Change-Id: Ic3c1b499e10a0a229a7a76d4bef3dbc6a8b49194
Reviewed-on: https://skia-review.googlesource.com/c/182666
Reviewed-by: Mike Reed <reed@google.com>
Commit-Queue: Florin Malita <fmalita@chromium.org>
2019-01-10 02:06:54 +00:00
..
fuzz Avoid system fonts when fuzzing 2018-12-14 17:11:56 +00:00
gm [skottie] Expose composition markers to embedders 2018-12-01 04:44:03 +00:00
include [skottie] Initial 3D layer transform support 2019-01-02 19:28:33 +00:00
src [sksg] 4x4 matrix support 2019-01-10 02:06:54 +00:00
utils [skottie] Expose composition markers to embedders 2018-12-01 04:44:03 +00:00
BUILD.gn Avoid system fonts when fuzzing 2018-12-14 17:11:56 +00:00
skottie.gni Reland: [skottie] Initial property setters 2018-09-24 21:46:07 +00:00