Searched refs:fc (Results 1 – 1 of 1) sorted by relevance
/lvgl-3.6.0/src/extra/libs/tiny_ttf/ |
D | stb_truetype_htcw.h | 5255 static int stbtt__matchpair(STBTT_STREAM_TYPE fc, stbtt_uint32 nm, stbtt_uint8 * name, stbtt_int32 … argument 5258 static int stbtt__matchpair(stbtt_uint8 * fc, stbtt_uint32 nm, stbtt_uint8 * name, stbtt_int32 nlen, 5263 stbtt_int32 count = ttUSHORT(fc, nm + 2); 5264 stbtt_int32 stringOffset = nm + ttUSHORT(fc, nm + 4); 5268 stbtt_int32 id = ttUSHORT(fc, loc + 6); 5271 …stbtt_int32 platform = ttUSHORT(fc, loc + 0), encoding = ttUSHORT(fc, loc + 2), language = ttUSHOR… 5275 stbtt_int32 slen = ttUSHORT(fc, loc + 8); 5276 stbtt_int32 off = ttUSHORT(fc, loc + 10); 5279 …stbtt_int32 matchlen = stbtt__CompareUTF8toUTF16_bigendian_prefix(name, nlen, fc, stringOffset + o… 5282 … if(i + 1 < count && ttUSHORT(fc, loc + 12 + 6) == next_id && ttUSHORT(fc, loc + 12) == platform && [all …]
|