Home
last modified time | relevance | path

Searched refs:IsOpened (Results 1 – 8 of 8) sorted by relevance

/external/opencv/otherlibs/highgui/
Dbitstrm.h70 bool IsOpened();
170 bool IsOpened();
Dbitstrm.cpp79 bool RBaseStream::IsOpened() in IsOpened() function in RBaseStream
195 assert( IsOpened() && pos >= 0 ); in SetPos()
211 assert( IsOpened() ); in GetPos()
729 bool WBaseStream::IsOpened() in IsOpened() function in WBaseStream
812 assert( IsOpened() ); in GetPos()
Dgrfmt_sunras.cpp187 if( m_offset < 0 || !m_strm.IsOpened()) in ReadData()
Dgrfmt_pxm.cpp210 if( m_offset < 0 || !m_strm.IsOpened()) in ReadData()
Dgrfmt_bmp.cpp201 if( m_offset < 0 || !m_strm.IsOpened()) in ReadData()
Dgrfmt_tiff.cpp569 if( m_strips < 0 || !m_strm.IsOpened()) in ReadData()
Dgrfmt_jpeg.cpp1015 if( m_offset < 0 || !m_strm.IsOpened()) in ReadData()
/external/pdfium/fpdfsdk/
Dfpdf_dataavail_embeddertest.cpp40 bool IsOpened() const { return !!file_contents_; } in IsOpened() function in __anondedca7440111::TestAsyncLoader