/external/pdfium/core/fxcrt/xml/ |
D | cxml_parser.cpp | 107 bool CXML_Parser::IsEOF() { in IsEOF() function in CXML_Parser 108 return m_pDataAcc->IsEOF() && m_dwIndex >= m_dwBufferSize; in IsEOF() 113 if (IsEOF()) in SkipWhiteSpaces() 122 if (m_dwIndex < m_dwBufferSize || IsEOF()) in SkipWhiteSpaces() 129 if (IsEOF()) in GetName() 147 if (m_dwIndex < m_dwBufferSize || IsEOF()) in GetName() 155 if (IsEOF()) { in SkipLiterals() 173 if (m_dwIndex < m_dwBufferSize || IsEOF()) in SkipLiterals() 176 while (!m_pDataAcc->IsEOF()) { in SkipLiterals() 185 if (IsEOF()) in GetCharRef() [all …]
|
D | cxml_databufacc.h | 17 bool IsEOF() const { return m_dwCurPos >= m_dwSize; } in IsEOF() function
|
D | cxml_parser.h | 26 bool IsEOF();
|
/external/pdfium/core/fxcrt/ |
D | fx_stream.h | 53 virtual bool IsEOF() = 0; 76 bool IsEOF() override; 95 bool IsEOF() override = 0;
|
D | fx_stream.cpp | 27 bool IsEOF() override { return GetPosition() >= GetSize(); } in IsEOF() function in __anon0c0b04760111::CFX_CRTFileStream 82 bool IFX_SeekableReadStream::IsEOF() { in IsEOF() function in IFX_SeekableReadStream
|
D | cfx_bitstream.h | 21 bool IsEOF() const { return m_BitPos >= m_BitSize; } in IsEOF() function
|
D | cfx_seekablemultistream.h | 28 bool IsEOF() override;
|
D | cfx_seekablestreamproxy.h | 29 bool IsEOF() const { return m_iPosition >= GetLength(); } in IsEOF() function
|
D | cfx_memorystream.h | 25 bool IsEOF() override;
|
D | cfx_seekablemultistream.cpp | 71 bool CFX_SeekableMultiStream::IsEOF() { in IsEOF() function in CFX_SeekableMultiStream
|
D | cfx_memorystream.cpp | 48 bool CFX_MemoryStream::IsEOF() { in IsEOF() function in CFX_MemoryStream
|
D | cfx_seekablestreamproxy.cpp | 267 *bEOS = IsEOF(); in ReadString()
|
/external/pdfium/core/fxcrt/css/ |
D | cfx_csssyntaxparser.cpp | 47 if (m_TextPlane.IsEOF()) { in DoSyntaxParse() 58 while (!m_TextPlane.IsEOF()) { in DoSyntaxParse()
|
D | cfx_cssexttextbuf.h | 19 bool IsEOF() const { return m_iDatPos >= m_iDatLen; } in IsEOF() function
|
/external/pdfium/xfa/fde/ |
D | cfde_texteditengine.cpp | 989 while (!iter->IsEOF(false)) { in RebuildPieces() 994 if (iter->IsEOF(false) && CFX_BreakTypeNoneOrPiece(break_status)) in RebuildPieces() 1157 bool CFDE_TextEditEngine::Iterator::IsEOF(bool bPrev) const { in IsEOF() function in CFDE_TextEditEngine::Iterator 1165 if (IsEOF(bPrev)) in FindNextBreakPos() 1169 if (!IsEOF(!bPrev)) { in FindNextBreakPos() 1177 while (!IsEOF(bPrev)) { in FindNextBreakPos() 1183 if (IsEOF(bPrev)) { in FindNextBreakPos()
|
D | cfde_texteditengine.h | 50 bool IsEOF(bool bPrev) const;
|
/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_hint_tables.cpp | 61 if (!hStream || hStream->IsEOF()) in ReadPageHintTable() 250 if (!hStream || hStream->IsEOF()) in ReadSharedObjHintTable()
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_meshstream.cpp | 249 if (m_BitStream->IsEOF() || !CanReadCoords()) in ReadVertexRow()
|
D | cpdf_streamcontentparser.cpp | 100 while (!stream.BitStream()->IsEOF()) { in GetShadingBBox()
|
/external/pdfium/fpdfsdk/ |
D | fpdfview.cpp | 182 bool IsEOF() override; 214 bool FPDF_FileHandlerContext::IsEOF() { in IsEOF() function in __anond32df76b0111::FPDF_FileHandlerContext
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_renderstatus.cpp | 490 while (!stream.BitStream()->IsEOF()) { in DrawFreeGouraudShading() 860 while (!stream.BitStream()->IsEOF()) { in DrawCoonPatchMeshes()
|
/external/pdfium/core/fxge/skia/ |
D | fx_skia_device.cpp | 2122 while (!stream.BitStream()->IsEOF()) { in DrawShading()
|