Searched refs:sum (Results 1 – 10 of 10) sorted by relevance
| /lvgl-latest/src/libs/thorvg/ |
| D | tvgInitializer.cpp | 76 char sum[7]; in _buildVersionInfo() local 77 snprintf(sum, sizeof(sum), "%d%02d%02d", majorVal, minorVal, microVal); in _buildVersionInfo() 78 _version = atoi(sum); in _buildVersionInfo()
|
| D | tvgLottieExpressions.cpp | 1150 auto sum = jerry_function_external(_add); in _buildMath() local 1151 jerry_object_set_sz(context, "sum", sum); in _buildMath() 1152 jerry_value_free(sum); in _buildMath()
|
| /lvgl-latest/examples/others/file_explorer/ |
| D | lv_example_file_explorer_3.c | 58 uint16_t sum = lv_table_get_row_count(tb); in file_explorer_event_handler() local 60 sort_by_file_kind(tb, 0, (sum - 1)); in file_explorer_event_handler()
|
| /lvgl-latest/src/libs/barcode/ |
| D | code128.c | 532 int sum = codes[0]; in code128_encode_raw() local 534 sum += (int)(codes[i] * i); in code128_encode_raw() 535 out += code128_append_code(sum % 103, out); in code128_encode_raw()
|
| /lvgl-latest/src/others/file_explorer/ |
| D | lv_file_explorer.c | 670 uint16_t sum = lv_table_get_row_count(explorer->file_table); in file_explorer_sort() local 672 if(sum > 1) { in file_explorer_sort() 677 sort_by_file_kind(explorer->file_table, 0, (sum - 1)); in file_explorer_sort()
|
| /lvgl-latest/src/indev/ |
| D | lv_indev_scroll.c | 252 int32_t sum = 0; in lv_indev_scroll_throw_predict() local 254 sum += v; in lv_indev_scroll_throw_predict() 258 return sum; in lv_indev_scroll_throw_predict()
|
| /lvgl-latest/docs/details/widgets/ |
| D | table.rst | 65 the Table Widget will be set to the sum of all column widths.
|
| /lvgl-latest/src/widgets/roller/ |
| D | lv_roller.c | 788 int32_t sum = 0; in release_handler() local 791 sum += v; in release_handler() 795 int32_t label_y1 = label->coords.y1 + sum; in release_handler()
|
| /lvgl-latest/src/libs/lodepng/ |
| D | lodepng.c | 985 int sum = lists->chains0[c - 1]->weight + lists->chains1[c - 1]->weight; in boundaryPM() local 987 if(lastindex < numpresent && sum > leaves[lastindex].weight) { in boundaryPM() 991 lists->chains1[c] = bpmnode_create(lists, sum, lastindex, lists->chains1[c - 1]); in boundaryPM() 6471 size_t sum = 0; in filter() local 6476 for(x = 0; x != linebytes; ++x) sum += (unsigned char)(attempt[type][x]); in filter() 6484 sum += s < 128 ? s : (255U - s); in filter() 6489 if(type == 0 || sum < smallest) { in filter() 6491 smallest = sum; in filter() 6520 size_t sum = 0; in filter() local 6526 sum += ilog2i(count[x]); in filter() [all …]
|
| /lvgl-latest/src/libs/tiny_ttf/ |
| D | stb_truetype_htcw.h | 3687 float sum = 0; local 3691 sum += scanline2[i]; 3692 k = scanline[i] + sum;
|