skia2/modules
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
..
pathkit [canvaskit] Add path/canvas methods 2019-01-07 16:32:57 +00:00
skottie [sksg] 4x4 matrix support 2019-01-10 02:06:54 +00:00
sksg [sksg] 4x4 matrix support 2019-01-10 02:06:54 +00:00
skshaper accessors for RunBuffer as points or rsxforms 2019-01-02 04:10:36 +00:00