Searched defs:temp (Results 1 – 7 of 7) sorted by relevance
/lvgl-latest/examples/widgets/bar/ |
D | lv_example_bar_3.py | 1 def set_temp(bar, temp): argument
|
D | lv_example_bar_3.c | 4 static void set_temp(void * bar, int32_t temp) in set_temp()
|
/lvgl-latest/src/extra/libs/qrcode/ |
D | qrcodegen.c | 820 int temp = calcSegmentBitLength(mode, numChars); in qrcodegen_calcSegmentBufferSize() local 927 const char *temp = strchr(ALPHANUMERIC_CHARSET, *text); in qrcodegen_makeAlphanumeric() local 1003 case qrcodegen_Mode_NUMERIC : { static const int temp[] = {10, 12, 14}; return temp[i]; } in numCharCountBits() local 1004 case qrcodegen_Mode_ALPHANUMERIC: { static const int temp[] = { 9, 11, 13}; return temp[i]; } in numCharCountBits() local 1005 case qrcodegen_Mode_BYTE : { static const int temp[] = { 8, 16, 16}; return temp[i]; } in numCharCountBits() local 1006 case qrcodegen_Mode_KANJI : { static const int temp[] = { 8, 10, 12}; return temp[i]; } in numCharCountBits() local
|
/lvgl-latest/src/misc/ |
D | lv_anim_timeline.c | 103 int32_t temp = a.start_value; in lv_anim_timeline_start() local
|
/lvgl-latest/src/extra/libs/ffmpeg/ |
D | lv_ffmpeg.c | 338 lv_color32_t temp = *img_src_p; in convert_color_depth() local
|
/lvgl-latest/src/draw/stm32_dma2d/ |
D | lv_gpu_stm32_dma2d.c | 89 volatile uint32_t temp = RCC->AHB1ENR; in lv_draw_stm32_dma2d_init() local
|
/lvgl-latest/src/extra/libs/png/ |
D | lodepng.c | 462 size_t temp; in LodePNGBitReader_init() local
|