Searched defs:GetUInt16 (Results 1 - 2 of 2) sorted by relevance

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

Completed in 168 milliseconds