Skip navigation links
C D E G I L M P Q R S T U 

C

close() - Method in class com.microej.vivante.utils.PathBufferBase
Closes the path
CMD_CLOSE - Static variable in class com.microej.vivante.utils.PathBufferBase
Closes a path.
CMD_CUBIC - Static variable in class com.microej.vivante.utils.PathBufferBase
Cubic curve from current position to an absolute destination.
CMD_CUBIC_REL - Static variable in class com.microej.vivante.utils.PathBufferBase
Cubic curve from current position to an relative destination.
CMD_LINE - Static variable in class com.microej.vivante.utils.PathBufferBase
Line from current position to an absolute destination.
CMD_LINE_REL - Static variable in class com.microej.vivante.utils.PathBufferBase
Line from current position to a relative destination.
CMD_MOVE - Static variable in class com.microej.vivante.utils.PathBufferBase
Move to a destination.
CMD_QUAD - Static variable in class com.microej.vivante.utils.PathBufferBase
Quadratic curve from current position to an absolute destination.
CMD_QUAD_REL - Static variable in class com.microej.vivante.utils.PathBufferBase
Quadratic curve from current position to an relative destination.
ColoredPath - Class in com.microej.vivante.utils
Represents a path with a colored filling.
ColoredPath(vg_lite_path, int, int) - Constructor for class com.microej.vivante.utils.ColoredPath
Creates a colored path.
com.microej.vivante.utils - package com.microej.vivante.utils
 
command(int) - Method in class com.microej.vivante.utils.PathBufferBase
Adds a command with zero points in the path data
command(int) - Method in class com.microej.vivante.utils.PathBufferFP32
 
command(int) - Method in class com.microej.vivante.utils.PathBufferS16
 
command(int, short, short) - Method in class com.microej.vivante.utils.PathBufferS16
Adds a command with 1 point parameter in the path data
command(int, short, short, short, short) - Method in class com.microej.vivante.utils.PathBufferS16
Adds a command with 2 points parameter in the path data
command(int, short, short, short, short, short, short) - Method in class com.microej.vivante.utils.PathBufferS16
Adds a command with 3 points parameter in the path data
command(int) - Method in class com.microej.vivante.utils.PathBufferS32
 
command(int, int, int) - Method in class com.microej.vivante.utils.PathBufferS32
Adds a command with 1 point parameter in the path data
command(int, int, int, int, int) - Method in class com.microej.vivante.utils.PathBufferS32
Adds a command with 2 points parameter in the path data
command(int, int, int, int, int, int, int) - Method in class com.microej.vivante.utils.PathBufferS32
Adds a command with 3 points parameter in the path data
command(int) - Method in class com.microej.vivante.utils.PathBufferS8
 
command(int, byte, byte) - Method in class com.microej.vivante.utils.PathBufferS8
Adds a command with 1 point parameter in the path data
command(int, byte, byte, byte, byte) - Method in class com.microej.vivante.utils.PathBufferS8
Adds a command with 2 points parameter in the path data
command(int, byte, byte, byte, byte, byte, byte) - Method in class com.microej.vivante.utils.PathBufferS8
Adds a command with 3 points parameter in the path data
cubic(float, float, float, float, float, float) - Method in class com.microej.vivante.utils.PathBufferFP32
Add a cubic curve from the current point to the given point A cubic curve is drawn from a starting point (current point) to an ending point (x, y) using two control point (cx1, cy1) and (cx2, cy2).
cubic(short, short, short, short, short, short) - Method in class com.microej.vivante.utils.PathBufferS16
Add a cubic curve from the current point to the given point A cubic curve is drawn from a starting point (current point) to an ending point (x, y) using two control point (cx1, cy1) and (cx2, cy2).
cubic(int, int, int, int, int, int) - Method in class com.microej.vivante.utils.PathBufferS32
Add a cubic curve from the current point to the given point A cubic curve is drawn from a starting point (current point) to an ending point (x, y) using two control point (cx1, cy1) and (cx2, cy2).
cubic(byte, byte, byte, byte, byte, byte) - Method in class com.microej.vivante.utils.PathBufferS8
Add a cubic curve from the current point to the given point A cubic curve is drawn from a starting point (current point) to an ending point (x, y) using two control point (cx1, cy1) and (cx2, cy2).
cubicRel(float, float, float, float, float, float) - Method in class com.microej.vivante.utils.PathBufferFP32
Add a cubic curve from the current point to the given point A cubic curve is drawn from a starting point (current point) to an ending point (x, y) using two control point (cx1, cy1) and (cx2, cy2).
cubicRel(short, short, short, short, short, short) - Method in class com.microej.vivante.utils.PathBufferS16
Add a cubic curve from the current point to the given point A cubic curve is drawn from a starting point (current point) to an ending point (x, y) using two control point (cx1, cy1) and (cx2, cy2).
cubicRel(int, int, int, int, int, int) - Method in class com.microej.vivante.utils.PathBufferS32
Add a cubic curve from the current point to the given point A cubic curve is drawn from a starting point (current point) to an ending point (x, y) using two control point (cx1, cy1) and (cx2, cy2).
cubicRel(byte, byte, byte, byte, byte, byte) - Method in class com.microej.vivante.utils.PathBufferS8
Add a cubic curve from the current point to the given point A cubic curve is drawn from a starting point (current point) to an ending point (x, y) using two control point (cx1, cy1) and (cx2, cy2).
C D E G I L M P Q R S T U 
Skip navigation links