Searched refs:glyph_offset (Results 1 – 1 of 1) sorted by relevance
363 … uint32_t start, uint32_t * glyph_offset, uint32_t loca_count, font_header_bin_t * header) in load_glyph() argument382 lv_fs_res_t res = lv_fs_seek(fp, start + glyph_offset[i]); in load_glyph()424 int next_offset = (i < loca_count - 1) ? glyph_offset[i + 1] : (uint32_t)(glyph_length - 1); in load_glyph()425 int bmp_size = next_offset - glyph_offset[i] - nbits / 8; in load_glyph()448 lv_fs_res_t res = lv_fs_seek(fp, start + glyph_offset[i]); in load_glyph()465 int next_offset = (i < loca_count - 1) ? glyph_offset[i + 1] : (uint32_t)(glyph_length - 1); in load_glyph()466 int bmp_size = next_offset - glyph_offset[i] - nbits / 8; in load_glyph()541 uint32_t * glyph_offset = lv_mem_alloc(sizeof(uint32_t) * (loca_count + 1)); in lvgl_load_font() local550 glyph_offset[i] = offset; in lvgl_load_font()558 glyph_offset[i] = offset; in lvgl_load_font()[all …]