- scale(float[], float, float) - Static method in class ej.microvg.image.MatrixHelper
-
Preconcats the matrix with the specified scale.
- SingleArrayPathData - Class in ej.microvg.image.pathdata
-
Encodes a path whose data is stored in only one byte array: CMD0, CMD_DATA0, CMD_DATA1, CMD1, CMD_DATA0, CMD_DATA1,
etc.
- SingleArrayPathData() - Constructor for class ej.microvg.image.pathdata.SingleArrayPathData
-
Creates an encoder that will encode the path data in a single byte array.
- SingleArrayPathDataFP32 - Class in ej.microvg.image.pathdata
-
Encodes a path with 32-bit values: the commands are encoded with 32-bit signed values and the commands' attributes
are encoded with 32-bit floating values.
- SingleArrayPathDataFP32() - Constructor for class ej.microvg.image.pathdata.SingleArrayPathDataFP32
-
- SingleArrayPathDataS16 - Class in ej.microvg.image.pathdata
-
Encodes a path with 16-bit values: the commands and the commands' attributes are encoded with 16-bit signed values.
- SingleArrayPathDataS16() - Constructor for class ej.microvg.image.pathdata.SingleArrayPathDataS16
-
- SingleArrayPathDataS32 - Class in ej.microvg.image.pathdata
-
Encodes a path with 32-bit values: the commands and the commands' attributes are encoded with 32-bit signed values.
- SingleArrayPathDataS32() - Constructor for class ej.microvg.image.pathdata.SingleArrayPathDataS32
-
- SingleArrayPathDataS8 - Class in ej.microvg.image.pathdata
-
Encodes a path with 8-bit values: the commands and the commands' attributes are encoded with 8-bit signed values.
- SingleArrayPathDataS8() - Constructor for class ej.microvg.image.pathdata.SingleArrayPathDataS8
-