skia
    Preparing search index...

    Type Alias InputCommands

    InputCommands: MallocObj | Float32Array | number[]

    A command is a verb and then any arguments needed to fulfill that path verb. InputCommands is a flattened structure of one or more of these. Examples: [CanvasKit.MOVE_VERB, 0, 10, CanvasKit.QUAD_VERB, 20, 50, 45, 60, CanvasKit.LINE_VERB, 30, 40]