Home
last modified time | relevance | path

Searched refs:read1Byte (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fxcodec/jbig2/
DJBig2_Context.cpp208 m_pStream->read1Byte(&pSegment->m_cFlags.c) != 0) { in ParseSegmentHeader()
224 if (m_pStream->read1Byte(&cTemp) != 0) in ParseSegmentHeader()
238 if (m_pStream->read1Byte(&cTemp) != 0) in ParseSegmentHeader()
263 if (m_pStream->read1Byte(&cTemp) != 0) in ParseSegmentHeader()
327 m_pStream->read1Byte(&pPageInfo->m_cFlags) != 0 || in ProcessingParseSegmentData()
389 if (m_pStream->read1Byte((uint8_t*)&pSymbolDictDecoder->SDAT[i]) != 0) in ParseSymbolDict()
395 if (m_pStream->read1Byte((uint8_t*)&pSymbolDictDecoder->SDRAT[i]) != 0) in ParseSymbolDict()
605 if (m_pStream->read1Byte((uint8_t*)&pTRD->SBRAT[i]) != 0) in ParseTextRegion()
817 if (m_pStream->read1Byte(&cFlags) != 0 || in ParsePatternDict()
818 m_pStream->read1Byte(&pPDD->HDPW) != 0 || in ParsePatternDict()
[all …]
DJBig2_BitStream.h25 int32_t read1Byte(uint8_t* cResult);
DJBig2_BitStream.cpp89 int32_t CJBig2_BitStream::read1Byte(uint8_t* cResult) { in read1Byte() function in CJBig2_BitStream
DJBig2_HuffmanTable.cpp164 if (pStream->read1Byte(&cTemp) == -1) in ParseFromCodedBuffer()