MagickCore  6.9.10
Convert, Edit, Or Compose Bitmap Images
_CacheInfo Struct Reference

#include <cache-private.h>

Collaboration diagram for _CacheInfo:
[legend]

Data Fields

ClassType storage_class
 
ColorspaceType colorspace
 
size_t channels
 
CacheType type
 
MapMode mode
 
MapMode disk_mode
 
MagickBooleanType mapped
 
size_t columns
 
size_t rows
 
MagickOffsetType offset
 
MagickSizeType length
 
VirtualPixelMethod virtual_pixel_method
 
MagickPixelPacket virtual_pixel_color
 
size_t number_threads
 
NexusInfo ** nexus_info
 
PixelPacketpixels
 
IndexPacketindexes
 
MagickBooleanType active_index_channel
 
int file
 
char filename [MaxTextExtent]
 
char cache_filename [MaxTextExtent]
 
CacheMethods methods
 
RandomInforandom_info
 
size_t number_connections
 
void * server_info
 
MagickBooleanType synchronize
 
MagickBooleanType debug
 
MagickThreadType id
 
ssize_t reference_count
 
SemaphoreInfosemaphore
 
SemaphoreInfofile_semaphore
 
time_t timestamp
 
size_t signature
 
OpenCLCacheInfoopencl
 

Field Documentation

◆ active_index_channel

◆ cache_filename

◆ channels

size_t _CacheInfo::channels

◆ colorspace

ColorspaceType _CacheInfo::colorspace

◆ columns

◆ debug

◆ disk_mode

MapMode _CacheInfo::disk_mode

Referenced by OpenPixelCacheOnDisk().

◆ file

◆ file_semaphore

SemaphoreInfo * _CacheInfo::file_semaphore

◆ filename

◆ id

MagickThreadType _CacheInfo::id

◆ indexes

◆ length

◆ mapped

◆ methods

CacheMethods _CacheInfo::methods

◆ mode

MapMode _CacheInfo::mode

◆ nexus_info

NexusInfo** _CacheInfo::nexus_info

Referenced by DestroyPixelStream().

◆ number_connections

size_t _CacheInfo::number_connections

◆ number_threads

size_t _CacheInfo::number_threads

Referenced by DestroyPixelStream().

◆ offset

MagickOffsetType _CacheInfo::offset

◆ opencl

OpenCLCacheInfo* _CacheInfo::opencl

◆ pixels

◆ random_info

RandomInfo* _CacheInfo::random_info

◆ reference_count

ssize_t _CacheInfo::reference_count

Referenced by DestroyPixelStream().

◆ rows

◆ semaphore

SemaphoreInfo* _CacheInfo::semaphore

Referenced by DestroyPixelStream().

◆ server_info

void* _CacheInfo::server_info

◆ signature

◆ storage_class

ClassType _CacheInfo::storage_class

◆ synchronize

MagickBooleanType _CacheInfo::synchronize

◆ timestamp

time_t _CacheInfo::timestamp

◆ type

◆ virtual_pixel_color

MagickPixelPacket _CacheInfo::virtual_pixel_color

◆ virtual_pixel_method

VirtualPixelMethod _CacheInfo::virtual_pixel_method

The documentation for this struct was generated from the following file: