Home
last modified time | relevance | path

Searched defs:temp (Results 1 – 14 of 14) sorted by relevance

/lvgl-latest/examples/widgets/bar/
Dlv_example_bar_3.c4 static void set_temp(void * bar, int32_t temp) in set_temp()
/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch_weather.c104 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()
Dlv_demo_smartwatch_home.c168 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/
Dvg_lite_matrix.c68 vg_lite_matrix_t temp; in multiply() local
Dvg_lite_tvg.cpp2970 vg_lite_matrix_t temp; in vg_lite_matrix_multiply() local
/lvgl-latest/src/libs/qrcode/
Dqrcodegen.c874 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/
Dtest_draw_vector.c116 lv_fpoint_t temp = {p.x + 50, p.y}; in draw_shapes() local
/lvgl-latest/demos/vector_graphic/
Dlv_demo_vector_graphic.c205 lv_fpoint_t temp = {p.x + 50, p.y}; in draw_arc() local
/lvgl-latest/src/libs/thorvg/
DtvgLottieLoader.cpp301 auto temp = strdup(slot); in override() local
DtvgSwRle.cpp772 auto temp = clipSpans; in _intersectSpansRegion() local
DtvgLottieBuilder.cpp1084 auto temp = (*s)->style.scale(frameNo); in updateText() local
/lvgl-latest/src/libs/expat/
Dxmlparse.c2002 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/
Dlv_vg_lite_utils.c1131 vg_lite_matrix_t temp; in lv_vg_lite_matrix_multiply() local
/lvgl-latest/src/libs/lodepng/
Dlodepng.c502 size_t temp; in LodePNGBitReader_init() local