Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_Context.cpp245 m_pStream->read1Byte(&pSegment->m_cFlags.c) != 0) { in parseSegmentHeader()
263 if (m_pStream->read1Byte(&cTemp) != 0) in parseSegmentHeader()
278 if (m_pStream->read1Byte(&cTemp) != 0) in parseSegmentHeader()
302 if (m_pStream->read1Byte(&cTemp) != 0) in parseSegmentHeader()
367 m_pStream->read1Byte(&pPageInfo->m_cFlags) != 0 || in ProcessingParseSegmentData()
433 if (m_pStream->read1Byte((uint8_t*)&pSymbolDictDecoder->SDAT[i]) != 0) in parseSymbolDict()
439 if (m_pStream->read1Byte((uint8_t*)&pSymbolDictDecoder->SDRAT[i]) != 0) in parseSymbolDict()
680 if (m_pStream->read1Byte((uint8_t*)&pTRD->SBRAT[i]) != 0) in parseTextRegion()
932 if (m_pStream->read1Byte(&cFlags) != 0 || in parsePatternDict()
933 m_pStream->read1Byte(&pPDD->HDPW) != 0 || in parsePatternDict()
[all …]
DJBig2_BitStream.h24 int32_t read1Byte(uint8_t* cResult);
DJBig2_BitStream.cpp91 int32_t CJBig2_BitStream::read1Byte(uint8_t* cResult) { in read1Byte() function in CJBig2_BitStream
DJBig2_HuffmanTable.cpp47 if (pStream->read1Byte(&cTemp) == -1) in ParseFromCodedBuffer()