HomeSort by relevance Sort by last modified time
    Searched refs:GET_TT_SHORT (Results 1 - 3 of 3) sorted by null

  /external/pdfium/core/fxge/ge/
fx_ge_fontmap.cpp 28 uint32_t name_count = GET_TT_SHORT(name_table + 2);
29 uint32_t string_offset = GET_TT_SHORT(name_table + 4);
45 if (GET_TT_SHORT(name_table + 6) == name_id &&
46 GET_TT_SHORT(name_table) == 1 && GET_TT_SHORT(name_table + 2) == 0) {
48 GET_TT_SHORT(name_table + 10),
49 GET_TT_SHORT(name_table + 8));
cfx_folderfontinfo.cpp 202 uint32_t nTables = GET_TT_SHORT(buffer + 4);
  /external/pdfium/core/fxge/
fx_font.h 86 #define GET_TT_SHORT(w) (uint16_t)(((w)[0] << 8) | (w)[1])

Completed in 51 milliseconds