Home
last modified time | relevance | path

Searched refs:IsEOF (Results 1 – 24 of 24) sorted by relevance

/external/pdfium/core/fxcrt/
Dcfx_bitstream_unittest.cpp27 EXPECT_FALSE(bitstream.IsEOF()); in TEST()
76 EXPECT_TRUE(bitstream.IsEOF()); in TEST()
80 EXPECT_FALSE(bitstream.IsEOF()); in TEST()
116 EXPECT_TRUE(bitstream.IsEOF()); in TEST()
Dfx_stream.cpp48 bool IsEOF() override { return GetPosition() >= GetSize(); } in IsEOF() function in __anona7d1d8140111::CFX_CRTFileStream
105 bool IFX_SeekableReadStream::IsEOF() { in IsEOF() function in IFX_SeekableReadStream
Dcfx_bitstream.h22 bool IsEOF() const { return m_BitPos >= m_BitSize; } in IsEOF() function
Dcfx_seekablestreamproxy.h22 bool IsEOF();
Dcfx_memorystream.h24 bool IsEOF() override;
Dfx_stream.h73 virtual bool IsEOF();
Dcfx_memorystream.cpp27 bool CFX_MemoryStream::IsEOF() { in IsEOF() function in CFX_MemoryStream
Dcfx_seekablestreamproxy.cpp157 bool CFX_SeekableStreamProxy::IsEOF() { in IsEOF() function in CFX_SeekableStreamProxy
/external/pdfium/core/fxcrt/css/
Dcfx_csssyntaxparser.cpp52 if (m_TextPlane.IsEOF()) { in DoSyntaxParse()
63 while (!m_TextPlane.IsEOF()) { in DoSyntaxParse()
Dcfx_cssexttextbuf.h19 bool IsEOF() const { return m_iDatPos >= m_iDatLen; } in IsEOF() function
/external/pdfium/core/fpdfapi/parser/
Dcpdf_seekablemultistream.h31 bool IsEOF() override;
Dcpdf_seekablemultistream.cpp71 bool CPDF_SeekableMultiStream::IsEOF() { in IsEOF() function in CPDF_SeekableMultiStream
Dcpdf_hint_tables.cpp98 if (!hStream || hStream->IsEOF()) in ReadPageHintTable()
255 if (!hStream || hStream->IsEOF()) in ReadSharedObjHintTable()
/external/pdfium/core/fxcodec/
Dcfx_codec_memory.h23 bool IsEOF() const { return pos_ >= size_; } in IsEOF() function
Dcfx_codec_memory.cpp23 if (!buffer || !size || IsEOF()) in ReadBlock()
/external/pdfium/xfa/fde/
Dcfde_texteditengine.cpp1090 while (!iter->IsEOF(false)) { in RebuildPieces()
1095 if (iter->IsEOF(false) && CFX_BreakTypeNoneOrPiece(break_status)) in RebuildPieces()
1250 bool CFDE_TextEditEngine::Iterator::IsEOF(bool bPrev) const { in IsEOF() function in CFDE_TextEditEngine::Iterator
1258 if (IsEOF(bPrev)) in FindNextBreakPos()
1262 if (!IsEOF(!bPrev)) { in FindNextBreakPos()
1270 while (!IsEOF(bPrev)) { in FindNextBreakPos()
1276 if (IsEOF(bPrev)) { in FindNextBreakPos()
Dcfde_texteditengine.h50 bool IsEOF(bool bPrev) const;
/external/pdfium/fpdfsdk/
Dcpdfsdk_helpers.cpp68 bool IsEOF() override;
105 bool FPDF_FileHandlerContext::IsEOF() { in IsEOF() function in __anone34ff1df0111::FPDF_FileHandlerContext
/external/pdfium/core/fpdfapi/page/
Dcpdf_meshstream.cpp253 if (m_BitStream->IsEOF() || !CanReadCoords()) in ReadVertexRow()
Dcpdf_streamcontentparser.cpp103 while (!stream.BitStream()->IsEOF()) { in GetShadingBBox()
/external/pdfium/core/fxcrt/xml/
Dcfx_xmlparser.cpp114 if (stream_->IsEOF()) in DoSyntaxParse()
/external/pdfium/core/fpdfapi/render/
Dcpdf_rendershading.cpp429 while (!stream.BitStream()->IsEOF()) { in DrawFreeGouraudShading()
800 while (!stream.BitStream()->IsEOF()) { in DrawCoonPatchMeshes()
/external/pdfium/core/fxcodec/gif/
Dcfx_gifcontext.cpp86 if (!input_buffer_->IsEOF()) { in GetFrame()
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp2258 while (!stream.BitStream()->IsEOF()) { in DrawShading()