Searched refs:GetUInt16 (Results 1 – 2 of 2) sorted by relevance
216 rec->ScriptCount = GetUInt16(sp); in ParseScriptList()223 TT_uint16_t offset = GetUInt16(sp); in ParseScriptList()233 rec->DefaultLangSys = GetUInt16(sp); in ParseScript()234 rec->LangSysCount = GetUInt16(sp); in ParseScript()241 TT_uint16_t offset = GetUInt16(sp); in ParseScript()250 rec->LookupOrder = GetUInt16(sp); in ParseLangSys()251 rec->ReqFeatureIndex = GetUInt16(sp); in ParseLangSys()252 rec->FeatureCount = GetUInt16(sp); in ParseLangSys()259 rec->FeatureIndex[i] = GetUInt16(sp); in ParseLangSys()266 rec->FeatureCount = GetUInt16(sp); in ParseFeatureList()[all …]
385 TT_uint16_t GetUInt16(FT_Bytes& p) const in GetUInt16() function