Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimstb_truetype.h1275 #define stbtt_tag(p,str) stbtt_tag4(p,str[0],str[1],str[2],str[3]) macro
1281 if (stbtt_tag(font, "typ1")) return 1; // TrueType with type 1 font -- we don't support this! in stbtt__isfont()
1282 if (stbtt_tag(font, "OTTO")) return 1; // OpenType with CFF in stbtt__isfont()
1284 if (stbtt_tag(font, "true")) return 1; // Apple specification for TrueType fonts in stbtt__isfont()
1296 if (stbtt_tag(data+loc+0, tag)) in stbtt__find_table()
1309 if (stbtt_tag(font_collection, "ttcf")) { in stbtt_GetFontOffsetForIndex_internal()
1328 if (stbtt_tag(font_collection, "ttcf")) { in stbtt_GetNumberOfFonts_internal()