Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/
H A Dstb_truetype.h976 #define stbtt_tag(p,str) stbtt_tag4(p,str[0],str[1],str[2],str[3]) macro
982 if (stbtt_tag(font, "typ1")) return 1; // TrueType with type 1 font -- we don't support this! in stbtt__isfont()
983 if (stbtt_tag(font, "OTTO")) return 1; // OpenType with CFF in stbtt__isfont()
996 if (stbtt_tag(data+loc+0, tag)) in stbtt__find_table()
1009 if (stbtt_tag(font_collection, "ttcf")) { in stbtt_GetFontOffsetForIndex()