| Package | Description |
|---|---|
| ej.microvg.image | |
| ej.microvg.image.pathdata |
| Modifier and Type | Method and Description |
|---|---|
void |
Path.encode(PathData pathData)
Parses this path and encodes it in the given path data in a format dedicated to the GPU.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SingleArrayPathData
Encodes a path whose data is stored in only one byte array: CMD0, CMD_DATA0, CMD_DATA1, CMD1, CMD_DATA0, CMD_DATA1,
etc.
|
class |
SingleArrayPathDataFP32
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.
|
class |
SingleArrayPathDataS16
Encodes a path with 16-bit values: the commands and the commands' attributes are encoded with 16-bit signed values.
|
class |
SingleArrayPathDataS32
Encodes a path with 32-bit values: the commands and the commands' attributes are encoded with 32-bit signed values.
|
class |
SingleArrayPathDataS8
Encodes a path with 8-bit values: the commands and the commands' attributes are encoded with 8-bit signed values.
|
class |
TwoArraysPathData
Encodes a path with two byte arrays: the commands and the commands' attributes.
|