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

  /external/pdfium/core/src/fxcrt/
fxcrt_platforms.cpp 75 FXSYS_fseek(m_hFile, 0, FXSYS_SEEK_END);
77 FXSYS_fseek(m_hFile, pos, FXSYS_SEEK_SET);
90 FXSYS_fseek(m_hFile, pos, FXSYS_SEEK_SET);
111 FXSYS_fseek(m_hFile, pos, FXSYS_SEEK_SET);
120 FXSYS_fseek(m_hFile, pos, FXSYS_SEEK_SET);
  /external/pdfium/xfa/src/fgas/src/crt/
fx_system.cpp 63 FXSYS_fseek(file, 0, FXSYS_SEEK_END);
65 FXSYS_fseek(file, iPos, FXSYS_SEEK_SET);
fx_stream.cpp 184 FXSYS_fseek(m_hFile, iOffset, eSeek);
220 FXSYS_fseek(m_hFile, iPosition, 0);
    [all...]
  /external/pdfium/core/src/fxge/ge/
fx_ge_fontmap.cpp 276 FXSYS_fseek(pFile, offset, FXSYS_SEEK_SET);
    [all...]
  /external/pdfium/core/include/fxcrt/
fx_system.h 143 #define FXSYS_fseek fseek

Completed in 1665 milliseconds