Home
last modified time | relevance | path

Searched defs:k (Results 1 – 21 of 21) sorted by relevance

/lvgl-latest/examples/libs/rlottie/
Dlv_example_rlottie_approve.json1 {"v":"4.8.0","meta":{"g":"LottieFiles AE 1.0.0","a":"","k":"","d":"","tc":""},"fr":60,"ip":0,"op":6… array
/lvgl-latest/tests/src/test_assets/
Dtest_lottie_approve.json1 {"v":"4.8.0","meta":{"g":"LottieFiles AE 1.0.0","a":"","k":"","d":"","tc":""},"fr":60,"ip":0,"op":6… array
/lvgl-latest/examples/widgets/lottie/
Dlv_example_lottie_approve.json1 {"v":"4.8.0","meta":{"g":"LottieFiles AE 1.0.0","a":"","k":"","d":"","tc":""},"fr":60,"ip":0,"op":6… number
/lvgl-latest/examples/others/gridnav/
Dlv_example_gridnav_3.c6 uint32_t k = lv_event_get_key(e); in cont_sub_event_cb() local
/lvgl-latest/src/libs/thorvg/rapidjson/internal/
Dbiginteger.h97 uint64_t k = 0; variable
115 uint64_t k = 0; variable
256 static uint64_t MulAdd64(uint64_t a, uint64_t b, uint64_t k, uint64_t* outHigh) { in MulAdd64()
Ddtoa.h154 inline char* Prettify(char* buffer, int length, int k, int maxDecimalPlaces) { in Prettify()
Ddiyfp.h232 int k = static_cast<int>(dk); in GetCachedPower() local
/lvgl-latest/src/libs/expat/
Dsiphash.h144 uint64_t k[2]; member
147 #define sip_keyof(k) sip_tokey(&(struct sipkey){{0}}, (k)) argument
361 struct sipkey k; in sip24_valid() local
/lvgl-latest/tests/src/
Dlv_test_indev.c65 void lv_test_key_press(uint32_t k) in lv_test_key_press()
76 void lv_test_key_hit(uint32_t k) in lv_test_key_hit()
/lvgl-latest/src/libs/thorvg/
DtvgSwPostEffect.cpp183 auto k = data->kernel[i] / threshold; in effectGaussianBlur() local
197 auto k = data->kernel[i] / threshold; in effectGaussianBlur() local
/lvgl-latest/src/draw/sw/
Dlv_draw_sw_mask.c412 int32_t k = - abs_x; in lv_draw_mask_line() local
421 int32_t k = - abs_x; in lv_draw_mask_line() local
506 int32_t k = xei - abs_x; in line_mask_flat() local
564 int32_t k; in line_mask_steep() local
892 int32_t k = rect.x1 - abs_x; /*First relevant coordinate on the of the mask*/ in lv_draw_mask_radius() local
/lvgl-latest/src/libs/tiny_ttf/
Dlv_tiny_ttf.c243 int k = stbtt_GetGlyphKernAdvance(&dsc->info, g1, g2); in ttf_get_glyph_dsc_cb() local
279 int k = stbtt_GetGlyphKernAdvance(&dsc->info, g1, g2); in ttf_get_glyph_dsc_cb() local
468 int k = stbtt_GetGlyphKernAdvance(&dsc->info, g1, 0); in tiny_ttf_glyph_cache_create_cb() local
Dstb_truetype_htcw.h2578 int k, length; local
3689 float k; local
3818 int n, i, j, k, m; local
4508 int i, j, k; local
4572 int i, j, k, missing_glyph = -1, return_value = 1; local
/lvgl-latest/src/libs/gif/
Dgifdec.c669 int j, k; in render_frame_rect() local
704 int j, k; in dispose() local
800 static int f_gif_seek(gd_GIF * gif, size_t pos, int k) in f_gif_seek()
/lvgl-latest/tests/src/test_cases/
Dtest_fs.c244 for(int32_t k = 0; k < amount; k++) { in test_write_read_random() local
/lvgl-latest/src/libs/qrcode/
Dqrcodegen.c320 for(int j = 0, k = i; j < datLen; j++, k += numBlocks) { // Copy data in addEccAndInterleave() local
325 for(int j = 0, k = dataLen + i; j < blockEccLen; j++, k += numBlocks) // Copy ECC in addEccAndInterleave() local
515 int k = qrsize - 11 + j; in drawWhiteFunctionModules() local
752 int k = (int)((labs(black * 20L - total * 10L) + total - 1) / total) - 1; in getPenaltyScore() local
/lvgl-latest/src/misc/
Dlv_lru.c273 uint32_t k = *(uint32_t *) data; in lv_lru_hash() local
/lvgl-latest/src/core/
Dlv_obj_event.c242 uint32_t * k = lv_event_get_param(e); in lv_event_get_key() local
/lvgl-latest/demos/music/
Dlv_demo_music_main.c858 uint32_t k = (i + bar_rot + rnd_array[(bar_ofs + 1) % 10]) % BAR_CNT; in spectrum_draw_event_cb() local
/lvgl-latest/src/font/
Dlv_binfont_loader.c426 for(int k = 0; k < bmp_size - 1; ++k) { in load_glyph() local
/lvgl-latest/src/libs/lodepng/
Dlodepng.c961 size_t i = p, j = q, k; in bpmnode_sort() local
2029 size_t k; in deflateDynamic() local
7080 const char * k = info.text_keys[i]; in lodepng_encode() local