Searched refs:nm (Results 1 – 1 of 1) sorted by relevance
/lvgl-3.6.0/src/extra/libs/tiny_ttf/ |
D | stb_truetype_htcw.h | 5239 stbtt_uint32 nm = stbtt__find_table(font->data, offset, "name"); local 5240 if(!nm) return 0; 5242 count = ttUSHORT(font->data, nm + 2); 5243 stringOffset = nm + ttUSHORT(font->data, nm + 4); 5245 stbtt_uint32 loc = nm + 6 + 12 * i; 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); 5267 stbtt_uint32 loc = nm + 6 + 12 * i; [all …]
|