- scale(float[], float, float) - Static method in class ej.microvg.MatrixHelper
-
Preconcats the matrix with the specified scale.
- setClip(Graphics2D, MicroUIGraphicsContext, GeneralPath, AffineTransform) - Method in interface ej.microvg.LLVGEngine
-
Sets a clip; cannot be higher than master clip.
- SingleArrayPathData - Class in ej.microvg.image.pathdata
-
Decodes a path whose data is stored in only one byte array: CMD0, CMD_DATA0, CMD_DATA1, CMD1, CMD_DATA0, CMD_DATA1,
etc.
- SingleArrayPathData(ByteBuffer) - Constructor for class ej.microvg.image.pathdata.SingleArrayPathData
-
Creates a decoder that will decode the path encoded in a single byte array.
- SingleArrayPathDataFP32 - Class in ej.microvg.image.pathdata
-
Decodes a path encoded by 32-bit values: the commands are encoded by 32-bit signed values and the commands'
attributes are encoded by 32-bit floating values.
- SingleArrayPathDataFP32(ByteBuffer) - Constructor for class ej.microvg.image.pathdata.SingleArrayPathDataFP32
-
Creates a decoder that will decode the path encoded in a single byte array.
- SingleArrayPathDataS16 - Class in ej.microvg.image.pathdata
-
Decodes a path encoded by 16-bit values: the commands and the commands' attributes are encoded by 16-bit signed
values.
- SingleArrayPathDataS16(ByteBuffer) - Constructor for class ej.microvg.image.pathdata.SingleArrayPathDataS16
-
Creates a decoder that will decode the path encoded in a single byte array.
- SingleArrayPathDataS32 - Class in ej.microvg.image.pathdata
-
Decodes a path encoded by 32-bit values: the commands and the commands' attributes are encoded by 32-bit signed
values.
- SingleArrayPathDataS32(ByteBuffer) - Constructor for class ej.microvg.image.pathdata.SingleArrayPathDataS32
-
Creates a decoder that will decode the path encoded in a single byte array.
- SingleArrayPathDataS8 - Class in ej.microvg.image.pathdata
-
Decodes a path encoded by 8-bit values: the commands and the commands' attributes are encoded by 8-bit signed values.
- SingleArrayPathDataS8(ByteBuffer) - Constructor for class ej.microvg.image.pathdata.SingleArrayPathDataS8
-
Creates a decoder that will decode the path encoded in a single byte array.
- StubImageDecoder - Class in ej.microvg.image
-
The image decoder "stub": no path is decoded.
- StubImageDecoder() - Constructor for class ej.microvg.image.StubImageDecoder
-