Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_font/
Dttgsubtable.h322 uint8_t GetUInt8(FT_Bytes& p) const { in GetUInt8() function
/external/pdfium/xfa/src/fgas/src/font/
Dfx_stdfontmgr.cpp1306 #define GetUInt8(p) ((uint8_t)((p)[0])) macro