JBIG2HuffmanDecoder  313 lib/pdf/xpdf/JBIG2Stream.cc   JBIG2HuffmanDecoder();
JBIG2HuffmanDecoder  314 lib/pdf/xpdf/JBIG2Stream.cc   ~JBIG2HuffmanDecoder();
JBIG2HuffmanDecoder  335 lib/pdf/xpdf/JBIG2Stream.cc JBIG2HuffmanDecoder::JBIG2HuffmanDecoder() {
JBIG2HuffmanDecoder  340 lib/pdf/xpdf/JBIG2Stream.cc JBIG2HuffmanDecoder::~JBIG2HuffmanDecoder() {
JBIG2HuffmanDecoder  343 lib/pdf/xpdf/JBIG2Stream.cc void JBIG2HuffmanDecoder::reset() {
JBIG2HuffmanDecoder  349 lib/pdf/xpdf/JBIG2Stream.cc GBool JBIG2HuffmanDecoder::decodeInt(int *x, JBIG2HuffmanTable *table) {
JBIG2HuffmanDecoder  378 lib/pdf/xpdf/JBIG2Stream.cc Guint JBIG2HuffmanDecoder::readBits(Guint n) {
JBIG2HuffmanDecoder  402 lib/pdf/xpdf/JBIG2Stream.cc Guint JBIG2HuffmanDecoder::readBit() {
JBIG2HuffmanDecoder  411 lib/pdf/xpdf/JBIG2Stream.cc void JBIG2HuffmanDecoder::buildTable(JBIG2HuffmanTable *table, Guint len) {
JBIG2HuffmanDecoder 1160 lib/pdf/xpdf/JBIG2Stream.cc   huffDecoder = new JBIG2HuffmanDecoder();
JBIG2HuffmanDecoder   27 lib/pdf/xpdf/JBIG2Stream.h class JBIG2HuffmanDecoder;
JBIG2HuffmanDecoder  145 lib/pdf/xpdf/JBIG2Stream.h   JBIG2HuffmanDecoder *huffDecoder;