Package | Description |
---|---|
com.verisilicon.vivante |
Modifier and Type | Method and Description |
---|---|
static Matrix |
Nvg_lite_matrix.get(int handle)
Get Matrix from handle
|
Matrix |
Gradient.getMatrix()
Get the gradient matrix
|
Modifier and Type | Method and Description |
---|---|
void |
Matrix.copy(Matrix srcMatrix)
Init matrix with an other matrix operations.
|
static void |
Matrix.perspective(float px,
float py,
Matrix matrix)
Apply a perspective operation to a matrix.
|
Constructor and Description |
---|
Gradient(Matrix matrix)
Create a gradient from a matrix
|