
Definition at line 65 of file stream.c.
Data Fields | |
| const ImageInfo * | image_info |
| const Image * | image |
| Image * | stream |
| QuantumInfo * | quantum_info |
| char * | map |
| StorageType | storage_type |
| unsigned char * | pixels |
| RectangleInfo | extract_info |
| long | y |
| ExceptionInfo * | exception |
| const void * | client_data |
| unsigned long | signature |
| const ImageInfo* _StreamInfo::image_info |
| const Image* _StreamInfo::image |
Definition at line 74 of file stream.c.
Referenced by AcquireStreamInfo(), DestroyStreamInfo(), OpenStream(), and WriteStreamImage().
Definition at line 77 of file stream.c.
Referenced by DestroyStreamInfo(), StreamImage(), and StreamImagePixels().
| char* _StreamInfo::map |
Definition at line 80 of file stream.c.
Referenced by AcquireStreamInfo(), DestroyStreamInfo(), SetStreamInfoMap(), StreamImagePixels(), and WriteStreamImage().
Definition at line 83 of file stream.c.
Referenced by AcquireStreamInfo(), SetStreamInfoStorageType(), StreamImagePixels(), and WriteStreamImage().
| unsigned char* _StreamInfo::pixels |
Definition at line 86 of file stream.c.
Referenced by AcquireStreamInfo(), DestroyStreamInfo(), StreamImagePixels(), and WriteStreamImage().
| long _StreamInfo::y |
| const void* _StreamInfo::client_data |
Definition at line 98 of file stream.c.
Referenced by GetStreamInfoClientData(), and SetStreamInfoClientData().
| unsigned long _StreamInfo::signature |
Definition at line 101 of file stream.c.
Referenced by AcquireStreamInfo(), DestroyStreamInfo(), GetStreamInfoClientData(), SetStreamInfoClientData(), SetStreamInfoMap(), SetStreamInfoStorageType(), StreamImage(), and StreamImagePixels().
1.5.6