MagickCore
7.0.11
|
Data Fields | |
CacheType | type |
size_t | columns |
size_t | rows |
size_t | stride |
MagickSizeType | length |
MagickBooleanType | mapped |
MagickBooleanType | synchronize |
char | path [MagickPathExtent] |
int | file |
void * | elements |
SemaphoreInfo * | semaphore |
size_t | signature |
size_t _MatrixInfo::columns |
Definition at line 68 of file matrix.c.
Referenced by AcquireMatrixInfo(), GetMatrixColumns(), GetMatrixElement(), MatrixToImage(), and SetMatrixElement().
void* _MatrixInfo::elements |
Definition at line 86 of file matrix.c.
Referenced by AcquireMatrixInfo(), DestroyMatrixInfo(), GetMatrixElement(), NullMatrix(), and SetMatrixElement().
int _MatrixInfo::file |
Definition at line 83 of file matrix.c.
Referenced by AcquireMatrixInfo(), DestroyMatrixInfo(), and NullMatrix().
MagickSizeType _MatrixInfo::length |
Definition at line 73 of file matrix.c.
Referenced by AcquireMatrixInfo(), DestroyMatrixInfo(), NullMatrix(), and SetMatrixElement().
MagickBooleanType _MatrixInfo::mapped |
Definition at line 76 of file matrix.c.
Referenced by AcquireMatrixInfo(), and DestroyMatrixInfo().
char _MatrixInfo::path[MagickPathExtent] |
Definition at line 80 of file matrix.c.
Referenced by AcquireMatrixInfo(), and DestroyMatrixInfo().
size_t _MatrixInfo::rows |
Definition at line 68 of file matrix.c.
Referenced by AcquireMatrixInfo(), GetMatrixElement(), GetMatrixRows(), MatrixToImage(), and NullMatrix().
SemaphoreInfo* _MatrixInfo::semaphore |
Definition at line 89 of file matrix.c.
Referenced by AcquireMatrixInfo(), and DestroyMatrixInfo().
size_t _MatrixInfo::signature |
Definition at line 92 of file matrix.c.
Referenced by AcquireMatrixInfo(), DestroyMatrixInfo(), GetMatrixColumns(), GetMatrixElement(), GetMatrixRows(), MatrixToImage(), NullMatrix(), and SetMatrixElement().
size_t _MatrixInfo::stride |
Definition at line 68 of file matrix.c.
Referenced by AcquireMatrixInfo(), GetMatrixElement(), MatrixToImage(), and SetMatrixElement().
MagickBooleanType _MatrixInfo::synchronize |
Definition at line 76 of file matrix.c.
Referenced by AcquireMatrixInfo().
CacheType _MatrixInfo::type |
Definition at line 65 of file matrix.c.
Referenced by AcquireMatrixInfo(), DestroyMatrixInfo(), GetMatrixElement(), NullMatrix(), and SetMatrixElement().