Référence du fichier Bureau/AILLADE/src/magick/cache-view.h
#include "magick/pixel.h"
Graphe des dépendances par inclusion de cache-view.h:

Ce graphe montre quels fichiers incluent directement ou indirectement ce fichier :

Documentation des définition de type
Documentation du type de l'énumération
| enum VirtualPixelMethod |
- Valeurs énumérées:
Documentation des fonctions
| MagickExport const IndexPacket* AcquireCacheViewIndexes | ( | const ViewInfo * | ) |
| MagickExport const PixelPacket* AcquireCacheViewPixels | ( | const ViewInfo * | , | |
| const | long, | |||
| const | long, | |||
| const unsigned | long, | |||
| const unsigned | long, | |||
| ExceptionInfo * | ||||
| ) |
| MagickExport PixelPacket AcquireOneCacheViewPixel | ( | const ViewInfo * | , | |
| const | long, | |||
| const | long, | |||
| ExceptionInfo * | ||||
| ) |
| MagickExport PixelPacket AcquireOneCacheViewVirtualPixel | ( | const ViewInfo * | , | |
| const | VirtualPixelMethod, | |||
| const | long, | |||
| const | long, | |||
| ExceptionInfo * | ||||
| ) |
| MagickExport ColorspaceType GetCacheViewColorspace | ( | const ViewInfo * | ) |
| MagickExport ExceptionInfo* GetCacheViewException | ( | const ViewInfo * | ) |
| MagickExport IndexPacket* GetCacheViewIndexes | ( | const ViewInfo * | ) |
| static unsigned long GetCacheViewMaximumThreads | ( | void | ) | [inline, static] |
| MagickExport PixelPacket * GetCacheViewPixels | ( | ViewInfo * | , | |
| const | long, | |||
| const | long, | |||
| const unsigned long | , | |||
| const unsigned long | ||||
| ) |
| static long GetCacheViewThreadId | ( | void | ) | [inline, static] |
| MagickExport PixelPacket * GetOneCacheViewPixel | ( | const ViewInfo * | , | |
| const | long, | |||
| const | long | |||
| ) |
| static void SetCacheViewMaximumThreads | ( | const unsigned long | threads | ) | [inline, static] |
| MagickExport PixelPacket * * SetCacheViewPixels | ( | ViewInfo * | , | |
| const | long, | |||
| const | long, | |||
| const unsigned | long, | |||
| const unsigned | long | |||
| ) |
| MagickExport MagickBooleanType SetCacheViewStorageClass | ( | ViewInfo * | , | |
| const | ClassType | |||
| ) |
| MagickExport MagickBooleanType SetCacheViewVirtualPixelMethod | ( | ViewInfo * | , | |
| const | VirtualPixelMethod | |||
| ) |
| MagickExport MagickBooleanType SyncCacheViewPixels | ( | ViewInfo * | ) |



