Searched refs:GET_TT_LONG (Results 1 – 1 of 1) sorted by relevance
11 #define GET_TT_LONG(w) (FX_DWORD)(((w)[0] << 24) | ((w)[1] << 16) | ((w)[2] << 8) | (w)[3]) macro302 FX_DWORD nfont = GET_TT_LONG(p); in GetTTCIndex()306 if (GET_TT_LONG(p) == font_offset) { in GetTTCIndex()550 if (GET_TT_LONG(p) == tag) { in _FPDF_LoadTableFromTT()551 FX_DWORD offset = GET_TT_LONG(p + 8); in _FPDF_LoadTableFromTT()552 FX_DWORD size = GET_TT_LONG(p + 12); in _FPDF_LoadTableFromTT()563 if (GET_TT_LONG(p) == tag) { in _FPDF_LoadTableFromTTStreamFile()564 FX_DWORD offset = GET_TT_LONG(p + 8); in _FPDF_LoadTableFromTTStreamFile()565 FX_DWORD size = GET_TT_LONG(p + 12); in _FPDF_LoadTableFromTTStreamFile()1404 if (GET_TT_LONG(buffer) == 0x74746366) { in ScanFile()[all …]