Home
last modified time | relevance | path

Searched refs:VG_LITE_OUT_OF_RESOURCES (Results 1 – 5 of 5) sorted by relevance

/lvgl-latest/src/draw/nxp/vglite/
Dlv_vglite_utils.c59 ENUM_TO_STRING(VG_LITE_OUT_OF_RESOURCES); in vglite_error_to_string()
/lvgl-latest/docs/details/integration/renderers/
Dvg_lite.rst55 …If the VG-Lite API returns the :c:macro:`VG_LITE_OUT_OF_RESOURCES` error, you can try increasing t…
59 …lated to the path length. If the VG-Lite API returns the :c:macro:`VG_LITE_OUT_OF_RESOURCES` error,
/lvgl-latest/src/others/vg_lite_tvg/
Dvg_lite.h173 VG_LITE_OUT_OF_RESOURCES, /*! Out of system resources. */ enumerator
Dvg_lite_tvg.cpp913 return VG_LITE_OUT_OF_RESOURCES; in vg_lite_set_stroke()
2167 return VG_LITE_OUT_OF_RESOURCES; in vg_lite_error_conv()
/lvgl-latest/src/draw/vg_lite/
Dlv_vg_lite_utils.c107 case VG_LITE_OUT_OF_RESOURCES: { in lv_vg_lite_error_dump_info()