Home
last modified time | relevance | path

Searched refs:range_exception (Results 1 – 2 of 2) sorted by relevance

/external/ImageMagick/MagickCore/
Dquantum-import.c115 MagickBooleanType *range_exception) in PushColormapIndex() argument
119 *range_exception=MagickTrue; in PushColormapIndex()
2657 range_exception; in ImportIndexQuantum() local
2674 range_exception=MagickFalse; in ImportIndexQuantum()
2692 SetPixelIndex(image,PushColormapIndex(image,pixel,&range_exception), in ImportIndexQuantum()
2706 SetPixelIndex(image,PushColormapIndex(image,pixel,&range_exception),q); in ImportIndexQuantum()
2721 SetPixelIndex(image,PushColormapIndex(image,pixel,&range_exception),q); in ImportIndexQuantum()
2726 SetPixelIndex(image,PushColormapIndex(image,pixel,&range_exception),q); in ImportIndexQuantum()
2735 SetPixelIndex(image,PushColormapIndex(image,pixel,&range_exception),q); in ImportIndexQuantum()
2750 SetPixelIndex(image,PushColormapIndex(image,pixel,&range_exception),q); in ImportIndexQuantum()
[all …]
Dimage.c3873 MagickBooleanType *range_exception) in PushColormapIndex() argument
3877 *range_exception=MagickTrue; in PushColormapIndex()
3887 range_exception, in SyncImage() local
3903 range_exception=MagickFalse; in SyncImage()
3908 #pragma omp parallel for schedule(static) shared(range_exception,status) \ in SyncImage()
3932 index=PushColormapIndex(image,GetPixelIndex(image,q),&range_exception); in SyncImage()
3941 if ((image->ping == MagickFalse) && (range_exception != MagickFalse)) in SyncImage()