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.h14 const uint32_t kTableNAME = FXDWORD_GET_MSBFIRST("name");
15 const uint32_t kTableTTCF = FXDWORD_GET_MSBFIRST("ttcf");
/external/pdfium/core/fxcrt/
Dfx_system.h219 #define FXDWORD_GET_MSBFIRST(p) \ macro
/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp651 table = FXDWORD_GET_MSBFIRST(reinterpret_cast<uint8_t*>(&table)); in GetFontData()