#include </home/clem/local/src/opie/noncore/unsupported/qpdf/xpdf/Stream.h>
Collaboration diagram for StreamPredictor:

Public Member Functions | |
| StreamPredictor (Stream *strA, int predictorA, int widthA, int nCompsA, int nBitsA) | |
| ~StreamPredictor () | |
| int | lookChar () |
| int | getChar () |
Private Member Functions | |
| GBool | getNextLine () |
Private Attributes | |
| Stream * | str |
| int | predictor |
| int | width |
| int | nComps |
| int | nBits |
| int | nVals |
| int | pixBytes |
| int | rowBytes |
| Guchar * | predLine |
| int | predIdx |
|
||||||||||||||||||||||||
|
Definition at line 401 of file Stream.cc. References gmalloc(), nBits, nComps, nVals, pixBytes, predictor, predIdx, predLine, rowBytes, str, and width. |
|
|
|
|
|
Definition at line 430 of file Stream.cc. References getNextLine(), predIdx, predLine, and rowBytes. Referenced by FlateStream::getChar(), and LZWStream::getChar(). |
|
|
Definition at line 439 of file Stream.cc. References Stream::getRawChar(), gFalse, gTrue, i, nBits, nComps, nVals, p, pixBytes, predictor, predIdx, predLine, rowBytes, and str. Referenced by getChar(), and lookChar(). |
|
|
Definition at line 421 of file Stream.cc. References getNextLine(), predIdx, predLine, and rowBytes. Referenced by FlateStream::lookChar(), and LZWStream::lookChar(). |
|
|
Definition at line 232 of file Stream.h. Referenced by getNextLine(), and StreamPredictor(). |
|
|
Definition at line 231 of file Stream.h. Referenced by getNextLine(), and StreamPredictor(). |
|
|
Definition at line 233 of file Stream.h. Referenced by getNextLine(), and StreamPredictor(). |
|
|
Definition at line 234 of file Stream.h. Referenced by getNextLine(), and StreamPredictor(). |
|
|
Definition at line 229 of file Stream.h. Referenced by getNextLine(), and StreamPredictor(). |
|
|
Definition at line 237 of file Stream.h. Referenced by getChar(), getNextLine(), lookChar(), and StreamPredictor(). |
|
|
Definition at line 236 of file Stream.h. Referenced by getChar(), getNextLine(), lookChar(), StreamPredictor(), and ~StreamPredictor(). |
|
|
Definition at line 235 of file Stream.h. Referenced by getChar(), getNextLine(), lookChar(), and StreamPredictor(). |
|
|
Definition at line 228 of file Stream.h. Referenced by getNextLine(), and StreamPredictor(). |
|
|
Definition at line 230 of file Stream.h. Referenced by StreamPredictor(). |
1.4.2