OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsHTOOB
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/core/fxcodec/jbig2/
JBig2_HuffmanDecoder.cpp
29
if (pTable->
IsHTOOB
() && i == pTable->Size() - 1)
35
uint32_t offset = pTable->
IsHTOOB
() ? 3 : 2;
JBig2_HuffmanTable.h
27
bool
IsHTOOB
() const { return HTOOB; }
Completed in 450 milliseconds