Home
last modified time | relevance | path

Searched refs:uv (Results 1 – 7 of 7) sorted by relevance

/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch_weather.h80 …artwatch_weather_add_hourly(int hour, int id, int temp, int humidity, int wind, int uv, bool info);
Dlv_demo_smartwatch.h233 …artwatch_weather_add_hourly(int hour, int id, int temp, int humidity, int wind, int uv, bool info);
Dlv_demo_smartwatch_weather.c181 …martwatch_weather_add_hourly(int hour, int id, int temp, int humidity, int wind, int uv, bool info) in lv_demo_smartwatch_weather_add_hourly() argument
242 lv_label_set_text_fmt(uv_label, info ? "UV" : "%d", uv); in lv_demo_smartwatch_weather_add_hourly()
/lvgl-latest/src/draw/
Dlv_image_dsc.h114 lv_yuv_plane_t uv; member
/lvgl-latest/src/libs/thorvg/
DtvgSwRasterTexmap.h29 Point uv; member
654 float u[3] = {polygon.vertex[0].uv.x, polygon.vertex[1].uv.x, polygon.vertex[2].uv.x}; in _rasterPolygonImage()
655 float v[3] = {polygon.vertex[0].uv.y, polygon.vertex[1].uv.y, polygon.vertex[2].uv.y}; in _rasterPolygonImage()
/lvgl-latest/src/draw/vg_lite/
Dlv_vg_lite_utils.c715 buffer->yuv.uv_memory = (void *)frame_p->semi_planar.uv.buf; in lv_vg_lite_buffer_init()
716 buffer->yuv.uv_planar = (uint32_t)(uintptr_t)frame_p->semi_planar.uv.buf; in lv_vg_lite_buffer_init()
717 buffer->yuv.uv_stride = frame_p->semi_planar.uv.stride; in lv_vg_lite_buffer_init()
/lvgl-latest/
DKconfig1836 bool "Use uv loop to replace default timer loop and other fb/indev timers"