skia
    Preparing search index...

    Type Alias InputMatrix

    InputMatrix:
        | MallocObj
        | Matrix4x4
        | Matrix3x3
        | Matrix3x2
        | DOMMatrix
        | number[]

    CanvasKit APIs accept all of these matrix types. Under the hood, we generally use 4x4 matrices.