21 #if defined(VG_FEATURE_GRADIENT) && defined(VG_FEATURE_GRADIENT_FIRST_COLOR) && \
22 (VG_FEATURE_GRADIENT == VG_FEATURE_GRADIENT_FIRST_COLOR)
28 #include <LLVG_GRADIENT_impl.h>
37 BSP_DECLARE_WEAK_FCNT jint LLVG_GRADIENT_IMPL_initializeGradient(jint *gradient, jint length,
const jint *colors,
38 jint count, jfloat *positions, jfloat xStart,
39 jfloat yStart, jfloat xEnd, jfloat yEnd) {
54 gradient[0] = colors[0];
MicroEJ MicroVG library low level API: enable some features according to the hardware capacities.