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

  /external/pdfium/core/src/fxcrt/
fxcrt_platforms.cpp 88 FXSYS_fseek(m_hFile, 0, FXSYS_SEEK_END);
90 FXSYS_fseek(m_hFile, pos, FXSYS_SEEK_SET);
105 FXSYS_fseek(m_hFile, pos, FXSYS_SEEK_SET);
127 FXSYS_fseek(m_hFile, pos, FXSYS_SEEK_SET);
135 FXSYS_fseek(m_hFile, pos, FXSYS_SEEK_SET);
fx_basic_bstring.cpp 939 FXSYS_fseek(file, 0, FXSYS_SEEK_END);
941 FXSYS_fseek(file, 0, FXSYS_SEEK_SET);
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font_utility.cpp 46 FXSYS_fseek(pPackage->m_pFile, pPackage->m_IndexOffset, FXSYS_SEEK_SET);
55 FXSYS_fseek(pPackage->m_pFile, offset, FXSYS_SEEK_SET);
  /external/pdfium/core/include/thirdparties/freetype/freetype/config/
ftstdlib.h 107 #define ft_fseek FXSYS_fseek
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/config/
ftstdlib.h 107 #define ft_fseek FXSYS_fseek
  /external/pdfium/core/src/fxge/ge/
fx_ge_fontmap.cpp 553 FXSYS_fseek(pFile, offset, FXSYS_SEEK_SET);
    [all...]
  /external/pdfium/core/include/fxcrt/
fx_system.h 159 #define FXSYS_fseek fseek

Completed in 823 milliseconds