microvg  5.0.0
microvg
Functions
LLVG_PATH_stub.c File Reference

MicroVG library low level API: stubbed implementation of LLVG_PATH_impl.h and LLVG_PATH_PAINTER_impl.h. More...

#include "microvg_configuration.h"
#include <LLVG_PATH_impl.h>

Go to the source code of this file.

Functions

jint LLVG_PATH_IMPL_initializePath (jbyte *jpath, jint length)
 
jint LLVG_PATH_IMPL_appendPathCommand1 (jbyte *jpath, jint length, jint cmd, jfloat x, jfloat y)
 
jint LLVG_PATH_IMPL_appendPathCommand2 (jbyte *jpath, jint length, jint cmd, jfloat x1, jfloat y1, jfloat x2, jfloat y2)
 
jint LLVG_PATH_IMPL_appendPathCommand3 (jbyte *jpath, jint length, jint cmd, jfloat x1, jfloat y1, jfloat x2, jfloat y2, jfloat x3, jfloat y3)
 
void LLVG_PATH_IMPL_reopenPath (jbyte *jpath)
 

Detailed Description

MicroVG library low level API: stubbed implementation of LLVG_PATH_impl.h and LLVG_PATH_PAINTER_impl.h.

Author
MicroEJ Developer Team
Version
5.0.0

Definition in file LLVG_PATH_stub.c.