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.c3518 MagickBooleanType *range_exception) in PushColormapIndex() argument
3522 *range_exception=MagickTrue; in PushColormapIndex()
3532 range_exception, in SyncImage() local
3545 range_exception=MagickFalse; in SyncImage()
3550 #pragma omp parallel for schedule(static,4) shared(range_exception,status) \ in SyncImage()
3574 index=PushColormapIndex(image,GetPixelIndex(image,q),&range_exception); in SyncImage()
3583 if ((image->ping == MagickFalse) && (range_exception != MagickFalse)) in SyncImage()