Home
last modified time | relevance | path

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

/external/u-boot/drivers/video/
Dstb_truetype.h387 typedef unsigned int stbtt_uint32; typedef
963 #define ttULONG(p) (* (stbtt_uint32 *) (p))
970 …static stbtt_uint32 ttULONG(const stbtt_uint8 *p) { return (p[0]<<24) + (p[1]<<16) + (p[2]<<8) + … in ttULONG()
989 static stbtt_uint32 stbtt__find_table(stbtt_uint8 *data, stbtt_uint32 fontstart, const char *tag) in stbtt__find_table()
992 stbtt_uint32 tabledir = fontstart + 12; in stbtt__find_table()
995 stbtt_uint32 loc = tabledir + 16*i; in stbtt__find_table()
1024 stbtt_uint32 cmap, t; in stbtt_InitFont()
1052 stbtt_uint32 encoding_record = cmap + 4 + 8 * i; in stbtt_InitFont()
1081 stbtt_uint32 index_map = info->index_map; in stbtt_FindGlyphIndex()
1090 stbtt_uint32 first = ttUSHORT(data + index_map + 6); in stbtt_FindGlyphIndex()
[all …]