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,
39 jfloat *positions, jfloat xStart, jfloat yStart,
40 jfloat xEnd, jfloat yEnd) {
55 gradient[0] = colors[0];
MicroEJ MicroVG library low level API: enable some features according to the hardware capacities.