/external/pdfium/core/fxcrt/ |
D | cfx_bitstream_unittest.cpp | 27 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()
|
D | fx_stream.cpp | 48 bool IsEOF() override { return GetPosition() >= GetSize(); } in IsEOF() function in __anona7d1d8140111::CFX_CRTFileStream 105 bool IFX_SeekableReadStream::IsEOF() { in IsEOF() function in IFX_SeekableReadStream
|
D | cfx_bitstream.h | 22 bool IsEOF() const { return m_BitPos >= m_BitSize; } in IsEOF() function
|
D | cfx_seekablestreamproxy.h | 22 bool IsEOF();
|
D | cfx_memorystream.h | 24 bool IsEOF() override;
|
D | fx_stream.h | 73 virtual bool IsEOF();
|
D | cfx_memorystream.cpp | 27 bool CFX_MemoryStream::IsEOF() { in IsEOF() function in CFX_MemoryStream
|
D | cfx_seekablestreamproxy.cpp | 157 bool CFX_SeekableStreamProxy::IsEOF() { in IsEOF() function in CFX_SeekableStreamProxy
|
/external/pdfium/core/fxcrt/css/ |
D | cfx_csssyntaxparser.cpp | 52 if (m_TextPlane.IsEOF()) { in DoSyntaxParse() 63 while (!m_TextPlane.IsEOF()) { in DoSyntaxParse()
|
D | cfx_cssexttextbuf.h | 19 bool IsEOF() const { return m_iDatPos >= m_iDatLen; } in IsEOF() function
|
/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_seekablemultistream.h | 31 bool IsEOF() override;
|
D | cpdf_seekablemultistream.cpp | 71 bool CPDF_SeekableMultiStream::IsEOF() { in IsEOF() function in CPDF_SeekableMultiStream
|
D | cpdf_hint_tables.cpp | 98 if (!hStream || hStream->IsEOF()) in ReadPageHintTable() 255 if (!hStream || hStream->IsEOF()) in ReadSharedObjHintTable()
|
/external/pdfium/core/fxcodec/ |
D | cfx_codec_memory.h | 23 bool IsEOF() const { return pos_ >= size_; } in IsEOF() function
|
D | cfx_codec_memory.cpp | 23 if (!buffer || !size || IsEOF()) in ReadBlock()
|
/external/pdfium/xfa/fde/ |
D | cfde_texteditengine.cpp | 1090 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()
|
D | cfde_texteditengine.h | 50 bool IsEOF(bool bPrev) const;
|
/external/pdfium/fpdfsdk/ |
D | cpdfsdk_helpers.cpp | 68 bool IsEOF() override; 105 bool FPDF_FileHandlerContext::IsEOF() { in IsEOF() function in __anone34ff1df0111::FPDF_FileHandlerContext
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_meshstream.cpp | 253 if (m_BitStream->IsEOF() || !CanReadCoords()) in ReadVertexRow()
|
D | cpdf_streamcontentparser.cpp | 103 while (!stream.BitStream()->IsEOF()) { in GetShadingBBox()
|
/external/pdfium/core/fxcrt/xml/ |
D | cfx_xmlparser.cpp | 114 if (stream_->IsEOF()) in DoSyntaxParse()
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_rendershading.cpp | 429 while (!stream.BitStream()->IsEOF()) { in DrawFreeGouraudShading() 800 while (!stream.BitStream()->IsEOF()) { in DrawCoonPatchMeshes()
|
/external/pdfium/core/fxcodec/gif/ |
D | cfx_gifcontext.cpp | 86 if (!input_buffer_->IsEOF()) { in GetFrame()
|
/external/pdfium/core/fxge/skia/ |
D | fx_skia_device.cpp | 2258 while (!stream.BitStream()->IsEOF()) { in DrawShading()
|