- toPath(byte[], int, int) - Method in class com.verisilicon.vivante.path.PathParserBase
-
Compute VGlite path to a GeneralPath
- transform(Graphics2D) - Method in class com.verisilicon.vivante.Matrix
-
Apply all operations of the matrix to a Graphics2d object.
- transform(GeneralPath) - Method in class com.verisilicon.vivante.Matrix
-
Transform the matrix with a GeneralPath object.
- transform(Point2D, Point2D) - Method in class com.verisilicon.vivante.Matrix
-
Transform the matrix with 2 Point2D objects.
- transform(Shape) - Method in class com.verisilicon.vivante.Matrix
-
Transform the matrix with a Shape object.
- translate(float, float) - Method in class com.verisilicon.vivante.Matrix
-
Add a translate operation to the list of operations.
- translate(int, float, float) - Static method in class com.verisilicon.vivante.Nvg_lite_matrix
-
Translate the matrix to a new position.