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

  /external/pdfium/core/fxge/
cfx_folderfontinfo.cpp 61 if (GET_TT_LONG(p) == tag) {
62 uint32_t offset = GET_TT_LONG(p + 8);
63 uint32_t size = GET_TT_LONG(p + 12);
177 if (GET_TT_LONG(buffer) == kTableTTCF) {
178 uint32_t nFaces = GET_TT_LONG(buffer + 8);
193 ReportFace(path, pFile, filesize, GET_TT_LONG(p));
237 uint32_t codepages = GET_TT_LONG(p);
352 if (GET_TT_LONG(p) == table) {
353 offset = GET_TT_LONG(p + 8);
354 datasize = GET_TT_LONG(p + 12)
    [all...]
fx_font.h 57 #define GET_TT_LONG(w) \
cfx_fontmgr.cpp 67 uint32_t nfont = GET_TT_LONG(p);
71 if (GET_TT_LONG(p) == font_offset)

Completed in 61 milliseconds