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

Public Member Functions | |
| ImageStream (Stream *strA, int widthA, int nCompsA, int nBitsA) | |
| ~ImageStream () | |
| void | reset () |
| GBool | getPixel (Guchar *pix) |
| void | skipLine () |
Private Attributes | |
| Stream * | str |
| int | width |
| int | nComps |
| int | nBits |
| int | nVals |
| Guchar * | imgLine |
| int | imgIdx |
|
||||||||||||||||||||
|
Definition at line 314 of file Stream.cc. References gmalloc(), imgIdx, imgLine, nBits, nComps, nVals, str, and width. |
|
|
|
|
|
Definition at line 340 of file Stream.cc. References bits, buf, Stream::getChar(), gTrue, i, imgIdx, imgLine, nBits, nComps, nVals, and str. |
|
|
Definition at line 336 of file Stream.cc. References Stream::reset(), and str. |
|
|
Definition at line 388 of file Stream.cc. References Stream::getChar(), i, nBits, nVals, and str. |
|
|
Definition at line 204 of file Stream.h. Referenced by getPixel(), and ImageStream(). |
|
|
Definition at line 203 of file Stream.h. Referenced by getPixel(), ImageStream(), and ~ImageStream(). |
|
|
Definition at line 201 of file Stream.h. Referenced by getPixel(), ImageStream(), and skipLine(). |
|
|
Definition at line 200 of file Stream.h. Referenced by getPixel(), and ImageStream(). |
|
|
Definition at line 202 of file Stream.h. Referenced by getPixel(), ImageStream(), and skipLine(). |
|
|
Definition at line 198 of file Stream.h. Referenced by getPixel(), ImageStream(), reset(), and skipLine(). |
|
|
Definition at line 199 of file Stream.h. Referenced by ImageStream(). |
1.4.2