Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Difx_systemfontinfo.h15 const uint32_t kTableNAME = FXDWORD_GET_MSBFIRST("name");
16 const uint32_t kTableTTCF = FXDWORD_GET_MSBFIRST("ttcf");
/external/pdfium/core/fxcrt/
Dfx_system.h272 #define FXDWORD_GET_MSBFIRST(p) \ macro
/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp657 table = FXDWORD_GET_MSBFIRST(reinterpret_cast<uint8_t*>(&table)); in GetFontData()