Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/font/
Dttgsubtable.cpp212 uint16_t CFX_CTTGSUBTable::GetUInt16(FT_Bytes& p) const { in GetUInt16() function in CFX_CTTGSUBTable
241 rec->ScriptRecords = std::vector<TScriptRecord>(GetUInt16(sp)); in ParseScriptList()
244 ParseScript(&raw[GetUInt16(sp)], &scriptRec.Script); in ParseScriptList()
250 rec->DefaultLangSys = GetUInt16(sp); in ParseScript()
251 rec->LangSysRecords = std::vector<TLangSysRecord>(GetUInt16(sp)); in ParseScript()
254 ParseLangSys(&raw[GetUInt16(sp)], &sysRecord.LangSys); in ParseScript()
260 rec->LookupOrder = GetUInt16(sp); in ParseLangSys()
261 rec->ReqFeatureIndex = GetUInt16(sp); in ParseLangSys()
262 rec->FeatureIndices = std::vector<uint16_t>(GetUInt16(sp)); in ParseLangSys()
264 element = GetUInt16(sp); in ParseLangSys()
[all …]
Dttgsubtable.h298 uint16_t GetUInt16(FT_Bytes& p) const;
/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.cpp408 inline uint16_t GetUInt16(const uint8_t* p) { in GetUInt16() function
1067 uint16_t nNameCount = GetUInt16(sp); in GetNames()
1068 uint8_t* lpStr = lpTable + GetUInt16(sp + 2); in GetNames()
1070 uint16_t nNameID = GetUInt16(lpNameRecord + j * 12 + 6); in GetNames()
1074 uint16_t nPlatformID = GetUInt16(lpNameRecord + j * 12 + 0); in GetNames()
1075 uint16_t nNameLength = GetUInt16(lpNameRecord + j * 12 + 8); in GetNames()
1076 uint16_t nNameOffset = GetUInt16(lpNameRecord + j * 12 + 10); in GetNames()
1080 FX_WCHAR wcTemp = GetUInt16(lpStr + nNameOffset + k * 2); in GetNames()