OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:read1Byte
(Results
1 - 4
of
4
) sorted by null
/external/pdfium/core/src/fxcodec/jbig2/
JBig2_BitStream.h
24
int32_t
read1Byte
(uint8_t* cResult);
JBig2_Context.cpp
263
m_pStream->
read1Byte
(&pSegment->m_cFlags.c) != 0) {
281
if (m_pStream->
read1Byte
(&cTemp) != 0)
296
if (m_pStream->
read1Byte
(&cTemp) != 0)
320
if (m_pStream->
read1Byte
(&cTemp) != 0)
385
m_pStream->
read1Byte
(&pPageInfo->m_cFlags) != 0 ||
451
if (m_pStream->
read1Byte
((uint8_t*)&pSymbolDictDecoder->SDAT[i]) != 0)
458
if (m_pStream->
read1Byte
((uint8_t*)&pSymbolDictDecoder->SDRAT[i]) != 0)
704
if (m_pStream->
read1Byte
((uint8_t*)&pTRD->SBRAT[i]) != 0)
[
all
...]
JBig2_HuffmanTable.cpp
46
if (pStream->
read1Byte
(&cTemp) == -1)
JBig2_BitStream.cpp
85
int32_t CJBig2_BitStream::
read1Byte
(uint8_t* cResult) {
Completed in 40 milliseconds