Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_font/
Dttgsubtable.h332 uint16_t GetUInt16(FT_Bytes& p) const { in GetUInt16() function
/external/pdfium/xfa/src/fgas/src/font/
Dfx_stdfontmgr.cpp1307 #define GetUInt16(p) ((uint16_t)((p)[0] << 8 | (p)[1])) macro