Searched refs:stbtt_int32 (Results 1 – 1 of 1) sorted by relevance
434 typedef signed int stbtt_int32; typedef437 typedef char stbtt__check_size32[sizeof(stbtt_int32)==4 ? 1 : -1];1272 static stbtt_int32 ttLONG(stbtt_uint8 *p) { return (p[0]<<24) + (p[1]<<16) + (p[2]<<8) + p[3]; } in ttLONG()1291 stbtt_int32 num_tables = ttUSHORT(data+fontstart+4); in stbtt__find_table()1293 stbtt_int32 i; in stbtt__find_table()1312 stbtt_int32 n = ttLONG(font_collection+8); in stbtt_GetFontOffsetForIndex_internal()1353 stbtt_int32 i,numTables; in stbtt_InitFont_internal()1468 stbtt_int32 bytes = ttUSHORT(data + index_map + 2); in stbtt_FindGlyphIndex()1528 stbtt_int32 low,high; in stbtt_FindGlyphIndex()1529 low = 0; high = (stbtt_int32)ngroups; in stbtt_FindGlyphIndex()[all …]