Home
last modified time | relevance | path

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

/lvgl-latest/src/extra/libs/tiny_ttf/
Dstb_truetype_htcw.h5227 stbtt_uint32 nm = stbtt__find_table(font->data, offset, "name"); local
5228 if(!nm) return 0;
5230 count = ttUSHORT(font->data, nm + 2);
5231 stringOffset = nm + ttUSHORT(font->data, nm + 4);
5233 stbtt_uint32 loc = nm + 6 + 12 * i;
5243 static int stbtt__matchpair(STBTT_STREAM_TYPE fc, stbtt_uint32 nm, stbtt_uint8 * name, stbtt_int32 … argument
5246 static int stbtt__matchpair(stbtt_uint8 * fc, stbtt_uint32 nm, stbtt_uint8 * name, stbtt_int32 nlen,
5251 stbtt_int32 count = ttUSHORT(fc, nm + 2);
5252 stbtt_int32 stringOffset = nm + ttUSHORT(fc, nm + 4);
5255 stbtt_uint32 loc = nm + 6 + 12 * i;
[all …]