19 #ifndef VG_FEATURE_PATH
25 #include <LLVG_PATH_impl.h>
32 jint LLVG_PATH_IMPL_initializePath(jbyte* jpath, jint length) {
39 jint LLVG_PATH_IMPL_appendPathCommand1(jbyte* jpath, jint length, jint cmd, jfloat x, jfloat y) {
49 jint LLVG_PATH_IMPL_appendPathCommand2(jbyte* jpath, jint length, jint cmd, jfloat x1, jfloat y1, jfloat x2,
62 jint LLVG_PATH_IMPL_appendPathCommand3(jbyte* jpath, jint length, jint cmd, jfloat x1, jfloat y1, jfloat x2,
63 jfloat y2, jfloat x3, jfloat y3) {
77 void LLVG_PATH_IMPL_reopenPath(jbyte* jpath) {
86 #endif // VG_FEATURE_PATH
MicroEJ MicroVG library low level API: enable some features according to the hardware capacities...