Searched refs:uv (Results 1 – 7 of 7) sorted by relevance
/lvgl-latest/demos/smartwatch/ |
D | lv_demo_smartwatch_weather.h | 80 …artwatch_weather_add_hourly(int hour, int id, int temp, int humidity, int wind, int uv, bool info);
|
D | lv_demo_smartwatch.h | 233 …artwatch_weather_add_hourly(int hour, int id, int temp, int humidity, int wind, int uv, bool info);
|
D | lv_demo_smartwatch_weather.c | 181 …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/ |
D | lv_image_dsc.h | 114 lv_yuv_plane_t uv; member
|
/lvgl-latest/src/libs/thorvg/ |
D | tvgSwRasterTexmap.h | 29 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/ |
D | lv_vg_lite_utils.c | 715 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/ |
D | Kconfig | 1836 bool "Use uv loop to replace default timer loop and other fb/indev timers"
|