Home
last modified time | relevance | path

Searched refs:index_map (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/video/
H A Dstb_truetype.h643 int index_map; // a cmap mapping for our chosen character encoding member
1050 info->index_map = 0; in stbtt_InitFont()
1060 info->index_map = cmap + ttULONG(data+encoding_record+4); in stbtt_InitFont()
1067 info->index_map = cmap + ttULONG(data+encoding_record+4); in stbtt_InitFont()
1071 if (info->index_map == 0) in stbtt_InitFont()
1081 stbtt_uint32 index_map = info->index_map; in stbtt_FindGlyphIndex() local
1083 stbtt_uint16 format = ttUSHORT(data + index_map + 0); in stbtt_FindGlyphIndex()
1085 stbtt_int32 bytes = ttUSHORT(data + index_map + 2); in stbtt_FindGlyphIndex()
1087 return ttBYTE(data + index_map + 6 + unicode_codepoint); in stbtt_FindGlyphIndex()
1090 stbtt_uint32 first = ttUSHORT(data + index_map + 6); in stbtt_FindGlyphIndex()
[all …]
/openbmc/linux/tools/perf/
H A Dbuiltin-record.c181 struct pollfd_index_map *index_map; member
1125 if (realloc_array_as_needed(rec->index_map, rec->index_map_sz, x, NULL)) in record__map_thread_evlist_pollfd_indexes()
1127 rec->index_map[x].evlist_pollfd_index = evlist_pollfd_index; in record__map_thread_evlist_pollfd_indexes()
1128 rec->index_map[x].thread_pollfd_index = thread_pollfd_index; in record__map_thread_evlist_pollfd_indexes()
1143 int e_pos = rec->index_map[i].evlist_pollfd_index; in record__update_evlist_pollfd_from_thread()
1144 int t_pos = rec->index_map[i].thread_pollfd_index; in record__update_evlist_pollfd_from_thread()