Searched refs:stbtt_uint32 (Results 1 – 1 of 1) sorted by relevance
387 typedef unsigned int stbtt_uint32; typedef989 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()1092 … if ((stbtt_uint32) unicode_codepoint >= first && (stbtt_uint32) unicode_codepoint < first+count) in stbtt_FindGlyphIndex()1106 stbtt_uint32 search = endCount; in stbtt_FindGlyphIndex()1486 stbtt_uint32 needle, straw; in stbtt_GetGlyphKernAdvance()3059 stbtt_uint32 c; in stbtt__CompareUTF8toUTF16_bigendian_prefix()3094 stbtt_uint32 offset = font->fontstart; in stbtt_GetFontNameString()[all …]