Searched refs:stbtt__matchpair (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/drivers/video/ |
H A D | stb_truetype.h | 3111 static int stbtt__matchpair(stbtt_uint8 *fc, stbtt_uint32 nm, stbtt_uint8 *name, stbtt_int32 nlen, … in stbtt__matchpair() function 3175 if (stbtt__matchpair(fc, nm, name, nlen, 16, -1)) return 1; in stbtt__matches() 3176 if (stbtt__matchpair(fc, nm, name, nlen, 1, -1)) return 1; in stbtt__matches() 3177 if (stbtt__matchpair(fc, nm, name, nlen, 3, -1)) return 1; in stbtt__matches() 3179 if (stbtt__matchpair(fc, nm, name, nlen, 16, 17)) return 1; in stbtt__matches() 3180 if (stbtt__matchpair(fc, nm, name, nlen, 1, 2)) return 1; in stbtt__matches() 3181 if (stbtt__matchpair(fc, nm, name, nlen, 3, -1)) return 1; in stbtt__matches()
|