Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimstb_truetype.h4675 static int stbtt__matchpair(stbtt_uint8 *fc, stbtt_uint32 nm, stbtt_uint8 *name, stbtt_int32 nlen, … in stbtt__matchpair() function
4739 if (stbtt__matchpair(fc, nm, name, nlen, 16, -1)) return 1; in stbtt__matches()
4740 if (stbtt__matchpair(fc, nm, name, nlen, 1, -1)) return 1; in stbtt__matches()
4741 if (stbtt__matchpair(fc, nm, name, nlen, 3, -1)) return 1; in stbtt__matches()
4743 if (stbtt__matchpair(fc, nm, name, nlen, 16, 17)) return 1; in stbtt__matches()
4744 if (stbtt__matchpair(fc, nm, name, nlen, 1, 2)) return 1; in stbtt__matches()
4745 if (stbtt__matchpair(fc, nm, name, nlen, 3, -1)) return 1; in stbtt__matches()