Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimstb_truetype.h433 typedef unsigned int stbtt_uint32; typedef
1141 static stbtt_uint32 stbtt__buf_get(stbtt__buf *b, int n) in stbtt__buf_get()
1143 stbtt_uint32 v = 0; in stbtt__buf_get()
1187 static stbtt_uint32 stbtt__cff_int(stbtt__buf *b) in stbtt__cff_int()
1229 static void stbtt__dict_get_ints(stbtt__buf *b, int key, int outcount, stbtt_uint32 *out) in stbtt__dict_get_ints()
1271 static stbtt_uint32 ttULONG(stbtt_uint8 *p) { return (p[0]<<24) + (p[1]<<16) + (p[2]<<8) + p[3]; } in ttULONG()
1289 static stbtt_uint32 stbtt__find_table(stbtt_uint8 *data, stbtt_uint32 fontstart, const char *tag) in stbtt__find_table()
1292 stbtt_uint32 tabledir = fontstart + 12; in stbtt__find_table()
1295 stbtt_uint32 loc = tabledir + 16*i; in stbtt__find_table()
1339 stbtt_uint32 subrsoff = 0, private_loc[2] = { 0, 0 }; in stbtt__get_subrs()
[all …]