Home
last modified time | relevance | path

Searched refs:FXSYS_ftell (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/src/fxcrt/
Dfxcrt_platforms.cpp74 FX_FILESIZE pos = (FX_FILESIZE)FXSYS_ftell(m_hFile); in GetSize()
76 FX_FILESIZE size = (FX_FILESIZE)FXSYS_ftell(m_hFile); in GetSize()
84 return (FX_FILESIZE)FXSYS_ftell(m_hFile); in GetPosition()
91 return (FX_FILESIZE)FXSYS_ftell(m_hFile); in SetPosition()
/external/pdfium/xfa/src/fgas/src/crt/
Dfx_system.cpp62 int32_t iPos = FXSYS_ftell(file); in FX_filelength()
64 int32_t iLen = FXSYS_ftell(file); in FX_filelength()
Dfx_stream.cpp185 return FXSYS_ftell(m_hFile); in Seek()
189 return FXSYS_ftell(m_hFile); in GetPosition()
193 return FXSYS_ftell(m_hFile) >= m_iLength; in IsEOF()
208 int32_t iPosition = FXSYS_ftell(m_hFile); in ReadString()
219 if (FXSYS_ftell(m_hFile) != iPosition) { in ReadString()
231 int32_t iPos = FXSYS_ftell(m_hFile); in WriteData()
243 int32_t iPos = FXSYS_ftell(m_hFile); in WriteString()
/external/pdfium/core/include/fxcrt/
Dfx_system.h144 #define FXSYS_ftell ftell macro
/external/pdfium/core/src/fxge/ge/
Dfx_ge_fontmap.cpp1376 FX_DWORD filesize = FXSYS_ftell(pFile); in ScanFile()