Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dfx_ge_fontmap.cpp28 uint32_t name_count = GET_TT_SHORT(name_table + 2); in GetNameFromTT()
29 uint32_t string_offset = GET_TT_SHORT(name_table + 4); in GetNameFromTT()
45 if (GET_TT_SHORT(name_table + 6) == name_id && in GetNameFromTT()
46 GET_TT_SHORT(name_table) == 1 && GET_TT_SHORT(name_table + 2) == 0) { in GetNameFromTT()
48 GET_TT_SHORT(name_table + 10), in GetNameFromTT()
49 GET_TT_SHORT(name_table + 8)); in GetNameFromTT()
Dfx_font.h56 #define GET_TT_SHORT(w) (uint16_t)(((w)[0] << 8) | (w)[1]) macro
Dcfx_folderfontinfo.cpp210 uint32_t nTables = GET_TT_SHORT(buffer + 4); in ReportFace()