- line(float, float) - Method in class com.microej.vivante.utils.PathBufferFP32
-
Add a line command from the current point to the given point
A line is drawn from a starting point (current point) to an ending point (c, y).
- line(short, short) - Method in class com.microej.vivante.utils.PathBufferS16
-
Add a line command from the current point to the given point
A line is drawn from a starting point (current point) to an ending point (c, y).
- line(int, int) - Method in class com.microej.vivante.utils.PathBufferS32
-
Add a line command from the current point to the given point
A line is drawn from a starting point (current point) to an ending point (c, y).
- line(byte, byte) - Method in class com.microej.vivante.utils.PathBufferS8
-
Add a line command from the current point to the given point
A line is drawn from a starting point (current point) to an ending point (c, y).
- lineRel(float, float) - Method in class com.microej.vivante.utils.PathBufferFP32
-
Add a line command from the current point to the given point
A line is drawn from a starting point (current point) to an ending point (c, y).
- lineRel(short, short) - Method in class com.microej.vivante.utils.PathBufferS16
-
Add a line command from the current point to the given point
A line is drawn from a starting point (current point) to an ending point (c, y).
- lineRel(int, int) - Method in class com.microej.vivante.utils.PathBufferS32
-
Add a line command from the current point to the given point
A line is drawn from a starting point (current point) to an ending point (c, y).
- lineRel(byte, byte) - Method in class com.microej.vivante.utils.PathBufferS8
-
Add a line command from the current point to the given point
A line is drawn from a starting point (current point) to an ending point (c, y).