Searched refs:glyph_length (Results 1 – 1 of 1) sorted by relevance
341 int32_t glyph_length = read_label(fp, start, "glyf"); in load_glyph() local342 if(glyph_length < 0) { in load_glyph()400 int next_offset = (i < loca_count - 1) ? glyph_offset[i + 1] : (uint32_t)glyph_length; in load_glyph()441 int next_offset = (i < loca_count - 1) ? glyph_offset[i + 1] : (uint32_t)glyph_length; in load_glyph()468 return glyph_length; in load_glyph()564 int32_t glyph_length = load_glyph( in lvgl_load_font() local569 if(glyph_length < 0) { in lvgl_load_font()580 uint32_t kern_start = glyph_start + glyph_length; in lvgl_load_font()