- quad(float, float, float, float) - Method in class com.microej.vivante.utils.PathBufferFP32
-
Add a quadratic curve from the current point to the given point
A quadratic curve is drawn from a starting point (current point) to an ending point (x, y) using one control
point (cx, cy).
- quad(short, short, short, short) - Method in class com.microej.vivante.utils.PathBufferS16
-
Add a quadratic curve from the current point to the given point
A quadratic curve is drawn from a starting point (current point) to an ending point (x, y) using one control
point (cx, cy).
- quad(int, int, int, int) - Method in class com.microej.vivante.utils.PathBufferS32
-
Add a quadratic curve from the current point to the given point
A quadratic curve is drawn from a starting point (current point) to an ending point (x, y) using one control
point (cx, cy).
- quad(byte, byte, byte, byte) - Method in class com.microej.vivante.utils.PathBufferS8
-
Add a quadratic curve from the current point to the given point
A quadratic curve is drawn from a starting point (current point) to an ending point (x, y) using one control
point (cx, cy).
- quadRel(float, float, float, float) - Method in class com.microej.vivante.utils.PathBufferFP32
-
Add a quadratic curve from the current point to the given point
A quadratic curve is drawn from a starting point (current point) to an ending point (x, y) using one control
point (cx, cy).
- quadRel(short, short, short, short) - Method in class com.microej.vivante.utils.PathBufferS16
-
Add a quadratic curve from the current point to the given point
A quadratic curve is drawn from a starting point (current point) to an ending point (x, y) using one control
point (cx, cy).
- quadRel(int, int, int, int) - Method in class com.microej.vivante.utils.PathBufferS32
-
Add a quadratic curve from the current point to the given point
A quadratic curve is drawn from a starting point (current point) to an ending point (x, y) using one control
point (cx, cy).
- quadRel(byte, byte, byte, byte) - Method in class com.microej.vivante.utils.PathBufferS8
-
Add a quadratic curve from the current point to the given point
A quadratic curve is drawn from a starting point (current point) to an ending point (x, y) using one control
point (cx, cy).