- decodeColor(int) - Method in interface ej.microvg.image.ImageDecoder
-
Decodes the color encoded for a GPU.
- decodeColor(int) - Method in class ej.microvg.image.NemaImageDecoder
-
Encoded color is A-B-G-R
- decodeCommand(int) - Method in interface ej.microvg.CommandDecoder
-
Decodes the command encoded for a GPU.
- decodeCommand(int) - Method in class ej.microvg.image.NemaImageDecoder
-
- decodeCommand(int) - Method in class ej.microvg.image.StubImageDecoder
-
- decodeCommand(int) - Method in class ej.microvg.image.VgliteImageDecoder
-
- decodeFillRule(int) - Method in interface ej.microvg.image.ImageDecoder
-
Decodes the fill rule encoded for a GPU.
- decodeFillRule(int) - Method in class ej.microvg.image.NemaImageDecoder
-
- decodeFillRule(int) - Method in class ej.microvg.image.StubImageDecoder
-
- decodeFillRule(int) - Method in class ej.microvg.image.VgliteImageDecoder
-
- decodeGradient(ByteBuffer) - Method in interface ej.microvg.image.ImageDecoder
-
Decodes the linear gradient encoded in the RAW image's buffer.
- decodeGradient(ByteBuffer) - Method in class ej.microvg.image.NemaImageDecoder
-
- decodeGradient(ByteBuffer) - Method in class ej.microvg.image.StubImageDecoder
-
- decodeGradient(ByteBuffer) - Method in class ej.microvg.image.VgliteImageDecoder
-
- decodePath(ByteBuffer) - Method in interface ej.microvg.image.ImageDecoder
-
Wraps a
PathData able to decode the path encoded in the RAW image's buffer.
- decodePath(ByteBuffer) - Method in class ej.microvg.image.NemaImageDecoder
-
- decodePath(ByteBuffer) - Method in class ej.microvg.image.StubImageDecoder
-
- decodePath(ByteBuffer) - Method in class ej.microvg.image.VgliteImageDecoder
-
- DEFAULT_LETTER_SPACING - Static variable in interface ej.microvg.LLVGEngine
-
Defines the letter spacing to use to let the vector font engine use the internal vector font's letter spacing.
- DisplayDrawer - Class in ej.microvg.display
-
VG drawer that targets the BufferedImage with the same format than the display (and the display itself).
- DisplayDrawer() - Constructor for class ej.microvg.display.DisplayDrawer
-
- draw(MicroUIGraphicsContext, float[], int, long, float[]) - Method in interface ej.microvg.MicroVGImage
-
Draws an image with transformation and opacity.
- drawCircle(MicroUIGraphicsContext, int, int, int) - Method in class ej.microvg.bvi.VgliteBufferedVectorImageDrawer
-
- drawCircleArc(MicroUIGraphicsContext, int, int, int, float, float) - Method in class ej.microvg.bvi.VgliteBufferedVectorImageDrawer
-
- drawEllipse(MicroUIGraphicsContext, int, int, int, int) - Method in class ej.microvg.bvi.VgliteBufferedVectorImageDrawer
-
- drawEllipseArc(MicroUIGraphicsContext, int, int, int, int, float, float) - Method in class ej.microvg.bvi.VgliteBufferedVectorImageDrawer
-
- drawGradient(byte[], byte[], int, int, float[], int, int, int, int[], float[]) - Static method in class ej.microvg.LLVGPainter
-
Draws a path filled with a linear gradient.
- drawGradientString(byte[], char[], int, float, float, float, float[], int, int, float, int[], float[]) - Static method in class ej.microvg.LLVGPainter
-
Draws a string with a linear gradient.
- drawGradientStringOnCircle(byte[], char[], int, float, int, int, float[], int, int, float, float, int, int[], float[]) - Static method in class ej.microvg.LLVGPainter
-
Draws a string along a circle, with a linear gradient.
- drawHorizontalLine(MicroUIGraphicsContext, int, int, int) - Method in class ej.microvg.bvi.VgliteBufferedVectorImageDrawer
-
- drawImage(byte[], byte[], int, int, float[], int, long, float[]) - Static method in class ej.microvg.LLVGPainter
-
Draws an image with transformation and opacity.
- drawImage(MicroUIGraphicsContext, MicroVGImage, float[], int, long, float[]) - Method in interface ej.microvg.VGDrawing
-
Draws an image with transformation and opacity.
- drawLine(MicroUIGraphicsContext, int, int, int, int) - Method in class ej.microvg.bvi.VgliteBufferedVectorImageDrawer
-
- drawPath(MicroUIGraphicsContext, GeneralPath, float, float, float[], int, int, VGPaint) - Method in class ej.microvg.bvi.BufferedVectorImageDrawer
-
- drawPath(MicroUIGraphicsContext, GeneralPath, float, float, float[], int, int, VGPaint) - Method in class ej.microvg.bvi.NemaBufferedVectorImageDrawer
-
- drawPath(MicroUIGraphicsContext, GeneralPath, float, float, float[], int, int, VGPaint) - Method in class ej.microvg.display.DisplayDrawer
-
- drawPath(MicroUIGraphicsContext, GeneralPath, float, float, float[], int, int, VGPaint) - Method in class ej.microvg.display.NemaDisplayDrawer
-
- drawPath(byte[], byte[], int, int, float[], int, int, int) - Static method in class ej.microvg.LLVGPainter
-
Draws a path filled with the given color.
- drawPath(MicroUIGraphicsContext, GeneralPath, float, float, float[], int, int, VGPaint) - Method in interface ej.microvg.VGDrawing
-
Draws a general path filled with the given color representation.
- drawRoundedRectangle(MicroUIGraphicsContext, int, int, int, int, int, int) - Method in class ej.microvg.bvi.VgliteBufferedVectorImageDrawer
-
- drawString(MicroUIGraphicsContext, char[], int, float, float, float, float[], int, VGPaint, float, float, int) - Method in interface ej.microvg.LLVGEngine
-
- drawString(byte[], char[], int, float, float, float, float[], int, int, float) - Static method in class ej.microvg.LLVGPainter
-
Draws a string with the color of the graphics context.
- drawString(MicroUIGraphicsContext, char[], int, float, float, float, float[], int, VGPaint, float, float, int) - Method in interface ej.microvg.VGDrawing
-
Draws a string with the given painter.
- drawStringOnCircle(byte[], char[], int, float, int, int, float[], int, int, float, float, int) - Static method in class ej.microvg.LLVGPainter
-
Draws a string along a circle, with the color of the graphics context.
- drawThickCircle(MicroUIGraphicsContext, int, int, int, int) - Method in class ej.microvg.bvi.VgliteBufferedVectorImageDrawer
-
- drawThickCircleArc(MicroUIGraphicsContext, int, int, int, float, float, int) - Method in class ej.microvg.bvi.VgliteBufferedVectorImageDrawer
-
- drawThickEllipse(MicroUIGraphicsContext, int, int, int, int, int) - Method in class ej.microvg.bvi.VgliteBufferedVectorImageDrawer
-
- drawThickFadedCircle(MicroUIGraphicsContext, int, int, int, int, int) - Method in class ej.microvg.bvi.VgliteBufferedVectorImageDrawer
-
- drawThickFadedCircleArc(MicroUIGraphicsContext, int, int, int, float, float, int, int, LLDWPainter.DrawingCap, LLDWPainter.DrawingCap) - Method in class ej.microvg.bvi.VgliteBufferedVectorImageDrawer
-
- drawThickFadedEllipse(MicroUIGraphicsContext, int, int, int, int, int, int) - Method in class ej.microvg.bvi.VgliteBufferedVectorImageDrawer
-
- drawThickFadedLine(MicroUIGraphicsContext, int, int, int, int, int, int, LLDWPainter.DrawingCap, LLDWPainter.DrawingCap) - Method in class ej.microvg.bvi.VgliteBufferedVectorImageDrawer
-
- drawThickFadedPoint(MicroUIGraphicsContext, int, int, int, int) - Method in class ej.microvg.bvi.VgliteBufferedVectorImageDrawer
-
- drawThickLine(MicroUIGraphicsContext, int, int, int, int, int) - Method in class ej.microvg.bvi.VgliteBufferedVectorImageDrawer
-
- drawVerticalLine(MicroUIGraphicsContext, int, int, int) - Method in class ej.microvg.bvi.VgliteBufferedVectorImageDrawer
-