/lvgl-latest/examples/widgets/bar/ |
D | lv_example_bar_3.c | 4 static void set_temp(void * bar, int32_t temp) in set_temp()
|
/lvgl-latest/demos/smartwatch/ |
D | lv_demo_smartwatch_weather.c | 104 void lv_demo_smartwatch_set_weather(int temp, uint8_t icon, bool day, int hour, int minute, const c… in lv_demo_smartwatch_set_weather() 128 void lv_demo_smartwatch_weather_add_daily(int day, int temp, int id) in lv_demo_smartwatch_weather_add_daily() 181 void lv_demo_smartwatch_weather_add_hourly(int hour, int id, int temp, int humidity, int wind, int … in lv_demo_smartwatch_weather_add_hourly()
|
D | lv_demo_smartwatch_home.c | 168 void lv_demo_smartwatch_home_set_weather(int temp, const lv_img_dsc_t * icon) in lv_demo_smartwatch_home_set_weather()
|
/lvgl-latest/src/others/vg_lite_tvg/ |
D | vg_lite_matrix.c | 68 vg_lite_matrix_t temp; in multiply() local
|
D | vg_lite_tvg.cpp | 2970 vg_lite_matrix_t temp; in vg_lite_matrix_multiply() local
|
/lvgl-latest/src/libs/qrcode/ |
D | qrcodegen.c | 874 int temp = calcSegmentBitLength(mode, numChars); in qrcodegen_calcSegmentBufferSize() local 985 const char * temp = strchr(ALPHANUMERIC_CHARSET, *text); in qrcodegen_makeAlphanumeric() local 1069 static const int temp[] = {10, 12, 14}; in numCharCountBits() local 1073 static const int temp[] = { 9, 11, 13}; in numCharCountBits() local 1077 static const int temp[] = { 8, 16, 16}; in numCharCountBits() local 1081 static const int temp[] = { 8, 10, 12}; in numCharCountBits() local
|
/lvgl-latest/tests/src/test_cases/draw/ |
D | test_draw_vector.c | 116 lv_fpoint_t temp = {p.x + 50, p.y}; in draw_shapes() local
|
/lvgl-latest/demos/vector_graphic/ |
D | lv_demo_vector_graphic.c | 205 lv_fpoint_t temp = {p.x + 50, p.y}; in draw_arc() local
|
/lvgl-latest/src/libs/thorvg/ |
D | tvgLottieLoader.cpp | 301 auto temp = strdup(slot); in override() local
|
D | tvgSwRle.cpp | 772 auto temp = clipSpans; in _intersectSpansRegion() local
|
D | tvgLottieBuilder.cpp | 1084 auto temp = (*s)->style.scale(frameNo); in updateText() local
|
/lvgl-latest/src/libs/expat/ |
D | xmlparse.c | 2002 void *const temp = XML_GetBuffer(parser, nLeftOver); in XML_Parse() local 2671 char *temp = (char *)REALLOC(parser, tag->buf, bufSize); in storeRawNames() local 3027 char *temp = (char *)REALLOC(parser, tag->buf, bufSize); in doContent() local 3370 ATTRIBUTE *temp; in storeAtts() local 3562 NS_ATT *temp; in storeAtts() local 4018 XML_Char *temp = (XML_Char *)REALLOC( in addBinding() local 6539 DEFAULT_ATTRIBUTE *temp; in defineAttribute() local 7491 BLOCK *temp; in poolGrow() local 7592 CONTENT_SCAFFOLD *temp; in nextScaffoldPart() local
|
/lvgl-latest/src/draw/vg_lite/ |
D | lv_vg_lite_utils.c | 1131 vg_lite_matrix_t temp; in lv_vg_lite_matrix_multiply() local
|
/lvgl-latest/src/libs/lodepng/ |
D | lodepng.c | 502 size_t temp; in LodePNGBitReader_init() local
|