Searched refs:GET_TT_LONG (Results 1 – 3 of 3) sorted by relevance
61 if (GET_TT_LONG(p) == tag) { in FPDF_LoadTableFromTT()62 uint32_t offset = GET_TT_LONG(p + 8); in FPDF_LoadTableFromTT()63 uint32_t size = GET_TT_LONG(p + 12); in FPDF_LoadTableFromTT()177 if (GET_TT_LONG(buffer) == kTableTTCF) { in ScanFile()178 uint32_t nFaces = GET_TT_LONG(buffer + 8); in ScanFile()193 ReportFace(path, pFile, filesize, GET_TT_LONG(p)); in ScanFile()237 uint32_t codepages = GET_TT_LONG(p); in ReportFace()352 if (GET_TT_LONG(p) == table) { in GetFontData()353 offset = GET_TT_LONG(p + 8); in GetFontData()354 datasize = GET_TT_LONG(p + 12); in GetFontData()
67 uint32_t nfont = GET_TT_LONG(p); in GetTTCIndex()71 if (GET_TT_LONG(p) == font_offset) in GetTTCIndex()
57 #define GET_TT_LONG(w) \ macro