Home
last modified time | relevance | path

Searched refs:m_ioStream (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/stream/
A Dtiffstream.cpp14 m_ioStream = NULL; in TiffStream()
31 m_ioStream = NULL; in makeFileStream()
52 m_ioStream = NULL; in makeFileStream()
73 m_ioStream = str; in makeFileStream()
96 } else if(ts->m_ioStream != NULL) { in read()
97 istr = ts->m_ioStream; in read()
113 } else if(ts->m_ioStream != NULL) { in write()
114 ostr = ts->m_ioStream; in write()
141 ts->m_ioStream = NULL; in close()
187 return ts->m_ioStream->tellg(); in tell()
[all …]
A Dtiffstream.h58 iostream* m_ioStream; variable

Completed in 3 milliseconds