Home
last modified time | relevance | path

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

/external/u-boot/drivers/video/
Dstb_truetype.h388 typedef signed int stbtt_int32; typedef
391 typedef char stbtt__check_size32[sizeof(stbtt_int32)==4 ? 1 : -1];
964 #define ttLONG(p) (* (stbtt_int32 *) (p))
971 …static stbtt_int32 ttLONG(const stbtt_uint8 *p) { return (p[0]<<24) + (p[1]<<16) + (p[2]<<8) + … in ttLONG()
991 stbtt_int32 num_tables = ttUSHORT(data+fontstart+4); in stbtt__find_table()
993 stbtt_int32 i; in stbtt__find_table()
1012 stbtt_int32 n = ttLONG(font_collection+8); in stbtt_GetFontOffsetForIndex()
1025 stbtt_int32 i,numTables; in stbtt_InitFont()
1085 stbtt_int32 bytes = ttUSHORT(data + index_map + 2); in stbtt_FindGlyphIndex()
1145 stbtt_int32 low,high; in stbtt_FindGlyphIndex()
[all …]