Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/
H A Dstb_truetype.h3092 stbtt_int32 i,count,stringOffset; in stbtt_GetFontNameString() local
3099 stringOffset = nm + ttUSHORT(fc+nm+4); in stbtt_GetFontNameString()
3105 return (const char *) (fc+stringOffset+ttUSHORT(fc+loc+10)); in stbtt_GetFontNameString()
3115 stbtt_int32 stringOffset = nm + ttUSHORT(fc+nm+4); in stbtt__matchpair() local
3130 …_int32 matchlen = stbtt__CompareUTF8toUTF16_bigendian_prefix(name, nlen, fc+stringOffset+off,slen); in stbtt__matchpair()
3141 …reUTF8toUTF16_bigendian((char*) (name+matchlen), nlen-matchlen, (char*)(fc+stringOffset+off),slen)) in stbtt__matchpair()