Searched refs:CheckOverflowException (Results 1 - 2 of 2) sorted by relevance
/external/ImageMagick/coders/ |
H A D | xwd.c | 156 #define CheckOverflowException(length,width,height) \ 368 if (CheckOverflowException(length,ximage->bytes_per_line,ximage->height)) 380 if (CheckOverflowException(length,extent,ximage->depth)) 152 #define CheckOverflowException macro
|
/external/ImageMagick/MagickCore/ |
H A D | xwindow.c | 5477 #define CheckOverflowException(length,width,height) \ 5593 if (CheckOverflowException(length,ximage->bytes_per_line,ximage->height)) 5432 #define CheckOverflowException macro
|
Completed in 38 milliseconds