Home
last modified time | relevance | path

Searched refs:lv_uintptr_t (Results 1 – 5 of 5) sorted by relevance

/lvgl-3.7.0/src/misc/
Dlv_types.h51 typedef uintptr_t lv_uintptr_t; typedef
57 typedef uint64_t lv_uintptr_t; typedef
59 typedef uint32_t lv_uintptr_t; typedef
Dlv_mem.c372 lv_uintptr_t d_align = (lv_uintptr_t)d8 & ALIGN_MASK; in lv_memcpy()
373 lv_uintptr_t s_align = (lv_uintptr_t)s8 & ALIGN_MASK; in lv_memcpy()
434 uintptr_t d_align = (lv_uintptr_t) d8 & ALIGN_MASK; in lv_memset()
475 uintptr_t d_align = (lv_uintptr_t) d8 & ALIGN_MASK; in lv_memset_00()
513 uintptr_t d_align = (lv_uintptr_t) d8 & ALIGN_MASK; in lv_memset_ff()
/lvgl-3.7.0/src/extra/libs/fsdrv/
Dlv_fs_posix.c117 return (void *)(lv_uintptr_t)f; in fs_open()
130 close((lv_uintptr_t)file_p); in fs_close()
147 *br = read((lv_uintptr_t)file_p, buf, btr); in fs_read()
163 *bw = write((lv_uintptr_t)file_p, buf, btw); in fs_write()
178 off_t offset = lseek((lv_uintptr_t)file_p, pos, whence); in fs_seek()
193 off_t offset = lseek((lv_uintptr_t)file_p, 0, SEEK_CUR); in fs_tell()
/lvgl-3.7.0/src/font/
Dlv_font_fmt_txt.c238 lv_uintptr_t ofs = p - fdsc->cmaps[i].unicode_list; in get_glyph_dsc_id()
248 lv_uintptr_t ofs = p - fdsc->cmaps[i].unicode_list; in get_glyph_dsc_id()
288 lv_uintptr_t ofs = kid_p - g_ids; in get_kern_value()
301 lv_uintptr_t ofs = kid_p - g_ids; in get_kern_value()
/lvgl-3.7.0/src/draw/sw/
Dlv_draw_sw_blend.c298 for(x = 0; x < w && ((lv_uintptr_t)(mask) & 0x3); x++) { in fill_normal()
306 if((lv_uintptr_t)dest_buf & 0x3) { in fill_normal()
685 for(x = 0; x < w && ((lv_uintptr_t)mask_tmp_x & 0x3); x++) { in map_normal()