Searched refs:GetUInt16 (Results 1 – 3 of 3) sorted by relevance
153 uint16_t CFX_CTTGSUBTable::GetUInt16(FT_Bytes& p) const { in GetUInt16() function in CFX_CTTGSUBTable182 ScriptList = std::vector<TScriptRecord>(GetUInt16(sp)); in ParseScriptList()185 ParseScript(&raw[GetUInt16(sp)], &scriptRec); in ParseScriptList()191 rec->DefaultLangSys = GetUInt16(sp); in ParseScript()192 rec->LangSysRecords = std::vector<TLangSysRecord>(GetUInt16(sp)); in ParseScript()195 ParseLangSys(&raw[GetUInt16(sp)], &sysRecord); in ParseScript()201 rec->LookupOrder = GetUInt16(sp); in ParseLangSys()202 rec->ReqFeatureIndex = GetUInt16(sp); in ParseLangSys()203 rec->FeatureIndices = std::vector<uint16_t>(GetUInt16(sp)); in ParseLangSys()205 element = GetUInt16(sp); in ParseLangSys()[all …]
146 uint16_t GetUInt16(FT_Bytes& p) const;
342 inline uint16_t GetUInt16(const uint8_t* p) { in GetUInt16() function377 uint16_t nNameCount = GetUInt16(sp); in GetNames()378 const uint8_t* lpStr = lpTable + GetUInt16(sp + 2); in GetNames()380 uint16_t nNameID = GetUInt16(lpNameRecord + j * 12 + 6); in GetNames()384 uint16_t nPlatformID = GetUInt16(lpNameRecord + j * 12 + 0); in GetNames()385 uint16_t nNameLength = GetUInt16(lpNameRecord + j * 12 + 8); in GetNames()386 uint16_t nNameOffset = GetUInt16(lpNameRecord + j * 12 + 10); in GetNames()390 wchar_t wcTemp = GetUInt16(lpStr + nNameOffset + k * 2); in GetNames()