index             320 TclMagick/generic/TclMagick.c     int index, stat, result;
index             344 TclMagick/generic/TclMagick.c     if (Tcl_GetIndexFromObj(interp, objv[1], subCmds, "subcmd", 0, &index) != TCL_OK) {
index             347 TclMagick/generic/TclMagick.c     switch ((enum subIndex)index) {
index            1151 TclMagick/generic/TclMagick.c     int index, stat, result=TCL_OK;
index            1169 TclMagick/generic/TclMagick.c     if (Tcl_GetIndexFromObj(interp, objv[1], subCmds, "subcmd", 0, &index) != TCL_OK) {
index            1173 TclMagick/generic/TclMagick.c     switch ((enum subIndex)index) {
index            2203 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_FILENAME) && (objc > 3) ) {
index            2207 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_GET_FILENAME) && (objc != 2) ) {
index            2211 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_SET_FILENAME) && (objc != 3) ) {
index            2239 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_SET_BACKGROUND_COLOR) && (objc != 3) ) {
index            2243 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index != TM_SET_BACKGROUND_COLOR) && (objc > 3) ) {
index            2254 TclMagick/generic/TclMagick.c         if( ((enum subIndex)index == TM_SET_BACKGROUND_COLOR) && (pixPtr == NULL) ) {
index            2261 TclMagick/generic/TclMagick.c         if( ((enum subIndex)index == TM_GET_BACKGROUND_COLOR) || (pixPtr == NULL) ) {
index            2286 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_BLUE_PRIMARY) && (objc != 2) && (objc != 4) ) {
index            2290 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_GET_BLUE_PRIMARY) && (objc != 2) ) {
index            2294 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_SET_BLUE_PRIMARY) && (objc != 4) ) {
index            2337 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_SET_BORDER_COLOR) && (objc != 3) ) {
index            2341 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index != TM_SET_BORDER_COLOR) && (objc > 3) ) {
index            2352 TclMagick/generic/TclMagick.c         if( ((enum subIndex)index == TM_SET_BORDER_COLOR) && (pixPtr == NULL) ) {
index            2359 TclMagick/generic/TclMagick.c         if( ((enum subIndex)index == TM_GET_BORDER_COLOR) || (pixPtr == NULL) ) {
index            2385 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_CHANNEL_DEPTH) && (objc != 3) && (objc != 4) ) {
index            2389 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_GET_CHANNEL_DEPTH) && (objc != 3) ) {
index            2393 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_SET_CHANNEL_DEPTH) && (objc != 4) ) {
index            2483 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_SET_COLORMAP_COLOR) && (objc != 4) ) {
index            2487 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index != TM_SET_COLORMAP_COLOR) && ((objc < 3) || (objc > 4)) ) {
index            2501 TclMagick/generic/TclMagick.c         if( ((enum subIndex)index == TM_SET_COLORMAP_COLOR) && (pixPtr == NULL) ) {
index            2508 TclMagick/generic/TclMagick.c         if( ((enum subIndex)index == TM_GET_COLORMAP_COLOR) || (pixPtr == NULL) ) {
index            2548 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_COLORSPACE) && (objc > 3) ) {
index            2552 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_GET_COLORSPACE) && (objc != 2) ) {
index            2556 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_SET_COLORSPACE) && (objc != 3) ) {
index            2594 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_COMPOSE) && (objc > 3) ) {
index            2598 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_GET_COMPOSE) && (objc != 2) ) {
index            2602 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_SET_COMPOSE) && (objc != 3) ) {
index            2640 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_COMPRESSION) && (objc > 3) ) {
index            2644 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_GET_COMPRESSION) && (objc != 2) ) {
index            2648 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_SET_COMPRESSION) && (objc != 3) ) {
index            2685 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_DELAY) && (objc > 3) ) {
index            2689 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_GET_DELAY) && (objc != 2) ) {
index            2693 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_SET_DELAY) && (objc != 3) ) {
index            2724 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_DEPTH) && (objc > 3) ) {
index            2728 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_GET_DEPTH) && (objc != 2) ) {
index            2732 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_SET_DEPTH) && (objc != 3) ) {
index            2764 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_DISPOSE) && (objc > 3) ) {
index            2768 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_GET_DISPOSE) && (objc != 2) ) {
index            2772 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_SET_DISPOSE) && (objc != 3) ) {
index            2832 TclMagick/generic/TclMagick.c         if( ((enum subIndex)index == TM_FORMAT) && (objc > 3) ) {
index            2836 TclMagick/generic/TclMagick.c         if( ((enum subIndex)index == TM_GET_FORMAT) && (objc != 2) ) {
index            2840 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_SET_FORMAT) && (objc != 3) ) {
index            2896 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_IMAGE_FILENAME) && (objc > 3) ) {
index            2900 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_GET_IMAGE_FILENAME) && (objc != 2) ) {
index            2904 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_SET_IMAGE_FILENAME) && (objc != 3) ) {
index            2932 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_GAMMA) && (objc > 3) ) {
index            2936 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_GET_GAMMA) && (objc != 2) ) {
index            2940 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_SET_GAMMA) && (objc != 3) ) {
index            2971 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_GREEN_PRIMARY) && (objc != 2) && (objc != 4) ) {
index            2975 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_GET_GREEN_PRIMARY) && (objc != 2) ) {
index            2979 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_SET_GREEN_PRIMARY) && (objc != 4) ) {
index            3036 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_INDEX) && (objc > 3) ) {
index            3040 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_GET_INDEX) && (objc != 2) ) {
index            3044 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_SET_INDEX) && (objc != 3) ) {
index            3076 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_INTERLACE) && (objc > 3) ) {
index            3080 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_GET_INTERLACE) && (objc != 2) ) {
index            3084 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_SET_INTERLACE) && (objc != 3) ) {
index            3124 TclMagick/generic/TclMagick.c 	if( (index == TM_ITERATIONS) && (objc > 3) ) {
index            3128 TclMagick/generic/TclMagick.c 	if( (index == TM_GET_ITERATIONS) && (objc != 2) ) {
index            3132 TclMagick/generic/TclMagick.c 	if( (index == TM_SET_ITERATIONS) && (objc != 3) ) {
index            3164 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_SET_MATTE_COLOR) && (objc != 3) ) {
index            3168 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index != TM_SET_MATTE_COLOR) && (objc > 3) ) {
index            3179 TclMagick/generic/TclMagick.c         if( ((enum subIndex)index == TM_SET_MATTE_COLOR) && (pixPtr == NULL) ) {
index            3186 TclMagick/generic/TclMagick.c         if( ((enum subIndex)index == TM_GET_MATTE_COLOR) || (pixPtr == NULL) ) {
index            3225 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_PIXELS) && ((objc < 8) || (objc > 9)) ) {
index            3229 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_GET_PIXELS) && (objc != 8) ) {
index            3233 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_SET_PIXELS) && (objc != 9) ) {
index            3341 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_PROFILE) && (objc != 3) && (objc != 4) ) {
index            3345 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_GET_PROFILE) && (objc != 3) ) {
index            3349 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_SET_PROFILE) && (objc != 4) ) {
index            3383 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_RED_PRIMARY) && (objc != 2) && (objc != 4) ) {
index            3387 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_GET_RED_PRIMARY) && (objc != 2) ) {
index            3391 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_SET_RED_PRIMARY) && (objc != 4) ) {
index            3434 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_RENDERING) && (objc > 3) ) {
index            3438 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_GET_RENDERING) && (objc != 2) ) {
index            3442 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_SET_RENDERING) && (objc != 3) ) {
index            3479 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_RESOLUTION) && (objc > 4) ) {
index            3483 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_GET_RESOLUTION) && (objc != 2) ) {
index            3487 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_SET_RESOLUTION) && (objc != 3) && (objc != 4) ) {
index            3530 TclMagick/generic/TclMagick.c 	if( (index == TM_SCENE) && (objc > 3) ) {
index            3534 TclMagick/generic/TclMagick.c 	if( (index == TM_GET_SCENE) && (objc != 2) ) {
index            3538 TclMagick/generic/TclMagick.c 	if( (index == TM_SET_SCENE) && (objc != 3) ) {
index            3605 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_IMAGE_TYPE) && (objc > 3) ) {
index            3609 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_GET_IMAGE_TYPE) && (objc != 2) ) {
index            3613 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_SET_IMAGE_TYPE) && (objc != 3) ) {
index            3652 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_IMAGE_UNITS) && (objc > 3) ) {
index            3656 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_GET_IMAGE_UNITS) && (objc != 2) ) {
index            3660 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_SET_IMAGE_UNITS) && (objc != 3) ) {
index            3698 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_IMAGE_UNITS) && (objc > 3) ) {
index            3702 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_GET_VIRTUALPIXEL) && (objc != 2) ) {
index            3706 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_SET_VIRTUALPIXEL) && (objc != 3) ) {
index            3743 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_WHITE_POINT) && (objc != 2) && (objc != 4) ) {
index            3747 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_GET_WHITE_POINT) && (objc != 2) ) {
index            3751 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_SET_WHITE_POINT) && (objc != 4) ) {
index            3822 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_SAMPLING_FACTORS) && (objc != 2) && (objc != 3) ) {
index            3826 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_GET_SAMPLING_FACTORS) && (objc != 2) ) {
index            3830 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_SET_SAMPLING_FACTORS) && (objc != 3) ) {
index            3886 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_SIZE) && (objc != 2) && (objc != 4) ) {
index            3890 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_GET_SIZE) && (objc != 2) ) {
index            3894 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_SET_SIZE) && (objc != 4) ) {
index            4514 TclMagick/generic/TclMagick.c 	if( (enum subIndex)index == TM_QUANTIZE_IMAGES ) {
index            5350 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_WRITE_IMAGES) && ((objc < 3) || (objc > 4)) ) {
index            5354 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index != TM_WRITE_IMAGES) && (objc != 3) ) {
index            5362 TclMagick/generic/TclMagick.c 	if( (enum subIndex) index == TM_WRITE_IMAGES ) {
index            5457 TclMagick/generic/TclMagick.c     int          index, stat, result, quantFlag=0;
index            5477 TclMagick/generic/TclMagick.c     if (Tcl_GetIndexFromObj(interp, objv[1], subCmds, "subcmd", 0, &index) != TCL_OK) {
index            5481 TclMagick/generic/TclMagick.c     switch ((enum subIndex)index) {
index            5600 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_COLOR) && (objc != 2) && (objc != 3) ) {
index            5603 TclMagick/generic/TclMagick.c 	} else if ( ((enum subIndex)index == TM_SET_COLOR) && (objc != 3) ) {
index            5606 TclMagick/generic/TclMagick.c 	} else if ( ((enum subIndex)index == TM_GET_COLOR) && (objc != 2) ) {
index            5609 TclMagick/generic/TclMagick.c 	} else if ( ((enum subIndex)index == TM_GET_COLOR_AS_STRING) && (objc != 2) ) {
index            5987 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_QUANTUM) && (objc != 2) && (objc != 3) ) {
index            5991 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_GET_QUANTUM) && (objc != 2) ) {
index            5995 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_SET_QUANTUM) && (objc != 3) ) {
index            6212 TclMagick/generic/TclMagick.c     int         index, stat;
index            6230 TclMagick/generic/TclMagick.c     if (Tcl_GetIndexFromObj(interp, objv[1], subCmds, "subcmd", 0, &index) != TCL_OK) {
index            6234 TclMagick/generic/TclMagick.c     switch ((enum subIndex)index) {
index            6351 TclMagick/generic/TclMagick.c 	switch ((enum subIndex)index) {
index            6468 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_CLIPPATH) && (objc > 3) ) {
index            6471 TclMagick/generic/TclMagick.c 	} else if( ((enum subIndex)index == TM_GET_CLIPPATH) && (objc != 2) ) {
index            6474 TclMagick/generic/TclMagick.c 	} else if( ((enum subIndex)index == TM_SET_CLIPPATH) && (objc != 3) ) {
index            6498 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_CLIPRULE) && (objc > 3) ) {
index            6501 TclMagick/generic/TclMagick.c 	} else if( ((enum subIndex)index == TM_GET_CLIPRULE) && (objc != 2) ) {
index            6504 TclMagick/generic/TclMagick.c 	} else if( ((enum subIndex)index == TM_SET_CLIPRULE) && (objc != 3) ) {
index            6540 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_CLIPUNITS) && (objc > 3) ) {
index            6543 TclMagick/generic/TclMagick.c 	} else if( ((enum subIndex)index == TM_GET_CLIPUNITS) && (objc != 2) ) {
index            6546 TclMagick/generic/TclMagick.c 	} else if( ((enum subIndex)index == TM_SET_CLIPUNITS) && (objc != 3) ) {
index            6591 TclMagick/generic/TclMagick.c             switch ((enum subIndex)index) {
index            6607 TclMagick/generic/TclMagick.c             switch ((enum subIndex)index) {
index            6639 TclMagick/generic/TclMagick.c             switch ((enum subIndex)index) {
index            6670 TclMagick/generic/TclMagick.c             switch ((enum subIndex)index) {
index            6692 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_FILLOPACITY) && (objc > 3) ) {
index            6695 TclMagick/generic/TclMagick.c 	} else if( ((enum subIndex)index == TM_GET_FILLOPACITY) && (objc != 2) ) {
index            6698 TclMagick/generic/TclMagick.c 	} else if( ((enum subIndex)index == TM_SET_FILLOPACITY) && (objc != 3) ) {
index            6735 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_FILLRULE) && (objc > 3) ) {
index            6738 TclMagick/generic/TclMagick.c 	} else if( ((enum subIndex)index == TM_GET_FILLRULE) && (objc != 2) ) {
index            6741 TclMagick/generic/TclMagick.c 	} else if( ((enum subIndex)index == TM_SET_FILLRULE) && (objc != 3) ) {
index            6769 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_FONT) && (objc > 3) ) {
index            6772 TclMagick/generic/TclMagick.c 	} else if( ((enum subIndex)index == TM_GET_FONT) && (objc != 2) ) {
index            6775 TclMagick/generic/TclMagick.c 	} else if( ((enum subIndex)index == TM_SET_FONT) && (objc != 3) ) {
index            6798 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_FONTFAMILY) && (objc > 3) ) {
index            6801 TclMagick/generic/TclMagick.c 	} else if( ((enum subIndex)index == TM_GET_FONTFAMILY) && (objc != 2) ) {
index            6804 TclMagick/generic/TclMagick.c 	} else if( ((enum subIndex)index == TM_SET_FONTFAMILY) && (objc != 3) ) {
index            6827 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_FONTSIZE) && (objc > 3) ) {
index            6830 TclMagick/generic/TclMagick.c 	} else if( ((enum subIndex)index == TM_GET_FONTSIZE) && (objc != 2) ) {
index            6833 TclMagick/generic/TclMagick.c 	} else if( ((enum subIndex)index == TM_SET_FONTSIZE) && (objc != 3) ) {
index            6868 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_FONTSTRETCH) && (objc > 3) ) {
index            6871 TclMagick/generic/TclMagick.c 	} else if( ((enum subIndex)index == TM_GET_FONTSTRETCH) && (objc != 2) ) {
index            6874 TclMagick/generic/TclMagick.c 	} else if( ((enum subIndex)index == TM_SET_FONTSTRETCH) && (objc != 3) ) {
index            6910 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_FONTSTYLE) && (objc > 3) ) {
index            6913 TclMagick/generic/TclMagick.c 	} else if( ((enum subIndex)index == TM_GET_FONTSTYLE) && (objc != 2) ) {
index            6916 TclMagick/generic/TclMagick.c 	} else if( ((enum subIndex)index == TM_SET_FONTSTYLE) && (objc != 3) ) {
index            6944 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_FONTSTYLE) && (objc > 3) ) {
index            6947 TclMagick/generic/TclMagick.c 	} else if( ((enum subIndex)index == TM_GET_FONTSTYLE) && (objc != 2) ) {
index            6950 TclMagick/generic/TclMagick.c 	} else if( ((enum subIndex)index == TM_SET_FONTSTYLE) && (objc != 3) ) {
index            6984 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_GRAVITY) && (objc > 3) ) {
index            6987 TclMagick/generic/TclMagick.c 	} else if( ((enum subIndex)index == TM_GET_GRAVITY) && (objc != 2) ) {
index            6990 TclMagick/generic/TclMagick.c 	} else if( ((enum subIndex)index == TM_SET_GRAVITY) && (objc != 3) ) {
index            7220 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_STROKE_ANTIALIAS) && (objc > 3) ) {
index            7223 TclMagick/generic/TclMagick.c 	} else if( ((enum subIndex)index == TM_GET_STROKE_ANTIALIAS) && (objc != 2) ) {
index            7226 TclMagick/generic/TclMagick.c 	} else if( ((enum subIndex)index == TM_SET_STROKE_ANTIALIAS) && (objc != 3) ) {
index            7249 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_GET_STROKE_DASHARRAY) && (objc != 2) ) {
index            7252 TclMagick/generic/TclMagick.c 	} else if( ((enum subIndex)index == TM_SET_STROKE_DASHARRAY) && (objc < 3) ) {
index            7295 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_STROKE_DASHOFFS) && (objc > 3) ) {
index            7298 TclMagick/generic/TclMagick.c 	} else if( ((enum subIndex)index == TM_GET_STROKE_DASHOFFS) && (objc != 2) ) {
index            7301 TclMagick/generic/TclMagick.c 	} else if( ((enum subIndex)index == TM_SET_STROKE_DASHOFFS) && (objc != 3) ) {
index            7331 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_STROKE_LINECAP) && (objc > 3) ) {
index            7334 TclMagick/generic/TclMagick.c 	} else if( ((enum subIndex)index == TM_GET_STROKE_LINECAP) && (objc != 2) ) {
index            7337 TclMagick/generic/TclMagick.c 	} else if( ((enum subIndex)index == TM_SET_STROKE_LINECAP) && (objc != 3) ) {
index            7374 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_STROKE_LINEJOIN) && (objc > 3) ) {
index            7377 TclMagick/generic/TclMagick.c 	} else if( ((enum subIndex)index == TM_GET_STROKE_LINEJOIN) && (objc != 2) ) {
index            7380 TclMagick/generic/TclMagick.c 	} else if( ((enum subIndex)index == TM_SET_STROKE_LINEJOIN) && (objc != 3) ) {
index            7408 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_STROKE_MITERLIM) && (objc > 3) ) {
index            7411 TclMagick/generic/TclMagick.c 	} else if( ((enum subIndex)index == TM_GET_STROKE_MITERLIM) && (objc != 2) ) {
index            7414 TclMagick/generic/TclMagick.c 	} else if( ((enum subIndex)index == TM_SET_STROKE_MITERLIM) && (objc != 3) ) {
index            7436 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_STROKE_OPACITY) && (objc > 3) ) {
index            7439 TclMagick/generic/TclMagick.c 	} else if( ((enum subIndex)index == TM_GET_STROKE_OPACITY) && (objc != 2) ) {
index            7442 TclMagick/generic/TclMagick.c 	} else if( ((enum subIndex)index == TM_SET_STROKE_OPACITY) && (objc != 3) ) {
index            7478 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_STROKE_WIDTH) && (objc > 3) ) {
index            7481 TclMagick/generic/TclMagick.c 	} else if( ((enum subIndex)index == TM_GET_STROKE_WIDTH) && (objc != 2) ) {
index            7484 TclMagick/generic/TclMagick.c 	} else if( ((enum subIndex)index == TM_SET_STROKE_WIDTH) && (objc != 3) ) {
index            7506 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_TEXT_ANTIALIAS) && (objc > 3) ) {
index            7509 TclMagick/generic/TclMagick.c 	} else if( ((enum subIndex)index == TM_GET_TEXT_ANTIALIAS) && (objc != 2) ) {
index            7512 TclMagick/generic/TclMagick.c 	} else if( ((enum subIndex)index == TM_SET_TEXT_ANTIALIAS) && (objc != 3) ) {
index            7542 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_TEXT_DECORATION) && (objc > 3) ) {
index            7545 TclMagick/generic/TclMagick.c 	} else if( ((enum subIndex)index == TM_GET_TEXT_DECORATION) && (objc != 2) ) {
index            7548 TclMagick/generic/TclMagick.c 	} else if( ((enum subIndex)index == TM_SET_TEXT_DECORATION) && (objc != 3) ) {
index            7576 TclMagick/generic/TclMagick.c 	if( ((enum subIndex)index == TM_TEXT_ENCODING) && (objc > 3) ) {
index            7579 TclMagick/generic/TclMagick.c 	} else if( ((enum subIndex)index == TM_GET_TEXT_ENCODING) && (objc != 2) ) {
index            7582 TclMagick/generic/TclMagick.c 	} else if( ((enum subIndex)index == TM_SET_TEXT_ENCODING) && (objc != 3) ) {
index            7712 TclMagick/generic/TclMagick.c 	switch((enum subIndex)index) {
index             378 coders/avi.c       index;
index             532 coders/avi.c                     index=((*p) & (0x80 >> bit) ? 0x01 : 0x00);
index             533 coders/avi.c                     indexes[x+bit]=index;
index             534 coders/avi.c                     *q++=image->colormap[index];
index             542 coders/avi.c                       index=((*p) & (0x80 >> bit) ? 0x01 : 0x00);
index             543 coders/avi.c                       indexes[x+bit]=index;
index             544 coders/avi.c                       *q++=image->colormap[index];
index             577 coders/avi.c                   index=(IndexPacket) ((*p >> 4) & 0xf);
index             578 coders/avi.c                   VerifyColormapIndex(image,index);
index             579 coders/avi.c                   indexes[x]=index;
index             580 coders/avi.c                   *q++=image->colormap[index];
index             581 coders/avi.c                   index=(IndexPacket) (*p & 0xf);
index             582 coders/avi.c                   VerifyColormapIndex(image,index);
index             583 coders/avi.c                   indexes[x+1]=index;
index             584 coders/avi.c                   *q++=image->colormap[index];
index             589 coders/avi.c                     index=(IndexPacket) ((*p >> 4) & 0xf);
index             590 coders/avi.c                     VerifyColormapIndex(image,index);
index             591 coders/avi.c                     indexes[x]=index;
index             592 coders/avi.c                     *q++=image->colormap[index];
index             625 coders/avi.c                   index=(IndexPacket) (*p);
index             626 coders/avi.c                   VerifyColormapIndex(image,index);
index             627 coders/avi.c                   indexes[x]=index;
index             628 coders/avi.c                   *q=image->colormap[index];
index              72 coders/cut.c     IndexPacket index;
index              88 coders/cut.c                   index=((*p) & (0x80U >> bit) ? 0x01U : 0x00U);
index              89 coders/cut.c                   indexes[x+bit]=index;
index              90 coders/cut.c                   *q++=image->colormap[index];
index              98 coders/cut.c                   index=((*p) & (0x80 >> bit) ? 0x01U : 0x00U);
index              99 coders/cut.c                   indexes[x+bit]=index;
index             100 coders/cut.c                   *q++=image->colormap[index];
index             119 coders/cut.c               index=(IndexPacket) ((*p >> 6U) & 0x3U);
index             120 coders/cut.c               VerifyColormapIndex(image,index);
index             121 coders/cut.c               indexes[x]=index;
index             122 coders/cut.c               *q++=image->colormap[index];
index             123 coders/cut.c               index=(IndexPacket) ((*p >> 4U) & 0x3U);
index             124 coders/cut.c               VerifyColormapIndex(image,index);
index             125 coders/cut.c               indexes[x]=index;
index             126 coders/cut.c               *q++=image->colormap[index];
index             127 coders/cut.c               index=(IndexPacket) ((*p >> 2U) & 0x3U);
index             128 coders/cut.c               VerifyColormapIndex(image,index);
index             129 coders/cut.c               indexes[x]=index;
index             130 coders/cut.c               *q++=image->colormap[index];
index             131 coders/cut.c               index=(IndexPacket) ((*p) & 0x3U);
index             132 coders/cut.c               VerifyColormapIndex(image,index);
index             133 coders/cut.c               indexes[x+1]=index;
index             134 coders/cut.c               *q++=image->colormap[index];
index             139 coders/cut.c               index=(IndexPacket) ((*p >> 6U) & 0x3U);
index             140 coders/cut.c               VerifyColormapIndex(image,index);
index             141 coders/cut.c               indexes[x]=index;
index             142 coders/cut.c               *q++=image->colormap[index];
index             146 coders/cut.c                   index=(IndexPacket) ((*p >> 4U) & 0x3U);
index             147 coders/cut.c                   VerifyColormapIndex(image,index);
index             148 coders/cut.c                   indexes[x]=index;
index             149 coders/cut.c                   *q++=image->colormap[index];
index             153 coders/cut.c                       index=(IndexPacket) ((*p >> 2U) & 0x3U);
index             154 coders/cut.c                       VerifyColormapIndex(image,index);
index             155 coders/cut.c                       indexes[x]=index;
index             156 coders/cut.c                       *q++=image->colormap[index];
index             177 coders/cut.c               index=(IndexPacket) ((*p >> 4U) & 0xfU);
index             178 coders/cut.c               VerifyColormapIndex(image,index);
index             179 coders/cut.c               indexes[x]=index;
index             180 coders/cut.c               *q++=image->colormap[index];
index             181 coders/cut.c               index=(IndexPacket) ((*p) & 0xfU);
index             182 coders/cut.c               VerifyColormapIndex(image,index);
index             183 coders/cut.c               indexes[x+1]=index;
index             184 coders/cut.c               *q++=image->colormap[index];
index             189 coders/cut.c               index=(IndexPacket) ((*p >> 4U) & 0xfU);
index             190 coders/cut.c               VerifyColormapIndex(image,index);
index             191 coders/cut.c               indexes[x]=index;
index             192 coders/cut.c               *q++=image->colormap[index];
index             210 coders/cut.c               index=(IndexPacket) (*p);
index             211 coders/cut.c               VerifyColormapIndex(image,index);
index             212 coders/cut.c               indexes[x]=index;
index             213 coders/cut.c               *q++=image->colormap[index];
index             201 coders/dcm.c       index,
index            3272 coders/dcm.c       index;
index            3303 coders/dcm.c           index=(*p << 8) | *(p+1);
index            3305 coders/dcm.c           index=*p | (*(p+1) << 8);
index            3307 coders/dcm.c           image->colormap[i].red=ScaleShortToQuantum(index);
index            3309 coders/dcm.c           image->colormap[i].green=ScaleShortToQuantum(index);
index            3311 coders/dcm.c           image->colormap[i].blue=ScaleShortToQuantum(index);
index            3408 coders/dcm.c     dcm->index=i;
index            3419 coders/dcm.c     (void) strlcpy(implicit_vr,dicom_info[dcm->index].vr,MaxTextExtent);
index            3560 coders/dcm.c         if (dicom_info[dcm->index].description != (char *) NULL)
index            3561 coders/dcm.c           (void) fprintf(stdout," %.1024s",dicom_info[dcm->index].description);
index            3959 coders/dcm.c       index;
index            3977 coders/dcm.c                   index=DCM_RLE_ReadByte(image,dcm);
index            3979 coders/dcm.c                   index=ReadBlobByte(image);
index            3985 coders/dcm.c                   index=DCM_RLE_ReadShort(image,dcm);
index            3987 coders/dcm.c                   index=dcm->funcReadShort(image);
index            3995 coders/dcm.c                       index=DCM_RLE_ReadByte(image,dcm);
index            3997 coders/dcm.c                       index=ReadBlobByte(image);
index            3998 coders/dcm.c                     index=(index << 4) | byte;
index            4003 coders/dcm.c                       index=DCM_RLE_ReadByte(image,dcm);
index            4005 coders/dcm.c                       index=dcm->funcReadShort(image);
index            4006 coders/dcm.c                     byte=index >> 12;
index            4007 coders/dcm.c                     index&=0xfff;
index            4010 coders/dcm.c             index&=dcm->max_value_in;
index            4023 coders/dcm.c                   index=dcm->graymap[index];
index            4025 coders/dcm.c                 index=(IndexPacket) (index);
index            4026 coders/dcm.c                 VerifyColormapIndex(image,index);
index            4027 coders/dcm.c                 indexes[x]=index;
index            4065 coders/dcm.c       index;
index            4086 coders/dcm.c                   index=DCM_RLE_ReadByte(image,dcm);
index            4088 coders/dcm.c                   index=ReadBlobByte(image);
index            4094 coders/dcm.c                   index=DCM_RLE_ReadShort(image,dcm);
index            4096 coders/dcm.c                   index=dcm->funcReadShort(image);
index            4104 coders/dcm.c                       index=DCM_RLE_ReadByte(image,dcm);
index            4106 coders/dcm.c                       index=ReadBlobByte(image);
index            4107 coders/dcm.c                     index=(index << 4) | byte;
index            4112 coders/dcm.c                       index=DCM_RLE_ReadShort(image,dcm);
index            4114 coders/dcm.c                       index=dcm->funcReadShort(image);
index            4115 coders/dcm.c                     byte=index >> 12;
index            4116 coders/dcm.c                     index&=0xfff;
index            4119 coders/dcm.c             index&=dcm->max_value_in;
index            4125 coders/dcm.c                 l = index;
index            4136 coders/dcm.c               indexes[x]=dcm->rescale_map[index];
index            4138 coders/dcm.c               indexes[x]=index;
index            4141 coders/dcm.c               index=dcm->rescale_map[index];
index            4142 coders/dcm.c             q->red=index;
index            4143 coders/dcm.c             q->green=index;
index            4144 coders/dcm.c             q->blue=index;
index            4619 coders/dcm.c         pfunc=dicom_info[dcm.index].pfunc;
index             424 coders/dib.c       index;
index             617 coders/dib.c               index=((*p) & (0x80 >> bit) ? 0x01 : 0x00);
index             618 coders/dib.c               indexes[x+bit]=index;
index             619 coders/dib.c               *q++=image->colormap[index];
index             627 coders/dib.c                 index=((*p) & (0x80 >> bit) ? 0x01 : 0x00);
index             628 coders/dib.c                 indexes[x+bit]=index;
index             629 coders/dib.c                 *q++=image->colormap[index];
index             662 coders/dib.c             index=(IndexPacket) ((*p >> 4) & 0xf);
index             663 coders/dib.c             VerifyColormapIndex(image,index);
index             664 coders/dib.c             indexes[x]=index;
index             665 coders/dib.c             *q++=image->colormap[index];
index             666 coders/dib.c             index=(IndexPacket) (*p & 0xf);
index             667 coders/dib.c             VerifyColormapIndex(image,index);
index             668 coders/dib.c             indexes[x+1]=index;
index             669 coders/dib.c             *q++=image->colormap[index];
index             674 coders/dib.c               index=(IndexPacket) ((*p >> 4) & 0xf);
index             675 coders/dib.c               VerifyColormapIndex(image,index);
index             676 coders/dib.c               indexes[x]=index;
index             677 coders/dib.c               *q++=image->colormap[index];
index             711 coders/dib.c             index=(IndexPacket) (*p);
index             712 coders/dib.c             VerifyColormapIndex(image,index);
index             713 coders/dib.c             indexes[x]=index;
index             714 coders/dib.c             *q=image->colormap[index];
index             159 coders/fpx.c       index;
index             432 coders/fpx.c             index=ScaleCharToQuantum(*r);
index             433 coders/fpx.c             indexes[x]=index;
index             434 coders/fpx.c             q->red=index;
index             435 coders/fpx.c             q->green=index;
index             436 coders/fpx.c             q->blue=index;
index             131 coders/gif.c       index,
index             299 coders/gif.c         index=(*top_stack);
index             300 coders/gif.c         VerifyColormapIndex(image,index);
index             301 coders/gif.c         indexes[x]=index;
index             302 coders/gif.c         *q=image->colormap[index];
index             304 coders/gif.c           (index == opacity ? TransparentOpacity : OpaqueOpacity);
index             487 coders/gif.c       index,
index             546 coders/gif.c         index=indexes[x] & 0xff;
index             548 coders/gif.c         k=(int) ((int) index << (MaxGIFBits-8))+waiting_code;
index             555 coders/gif.c             if ((hash_prefix[k] == waiting_code) && (hash_suffix[k] == index))
index             569 coders/gif.c               if ((hash_prefix[k] == waiting_code) && (hash_suffix[k] == index))
index             584 coders/gif.c             hash_suffix[k]=(unsigned char) index;
index             601 coders/gif.c         waiting_code=index;
index             911 coders/jpeg.c      index;
index            1253 coders/jpeg.c  	      index=(IndexPacket) (GETJSAMPLE(*p++));
index            1254 coders/jpeg.c  	      VerifyColormapIndex(image,index);
index            1255 coders/jpeg.c  	      indexes[x]=index;
index            1256 coders/jpeg.c  	      *q++=image->colormap[index];
index             825 coders/locale.c           index;
index             836 coders/locale.c             for (index=0; (index < 4) && (p > path); p--)
index             841 coders/locale.c                   fields[3-index]=p+1;
index             842 coders/locale.c                   index++;
index             876 coders/locale.c         index,
index             902 coders/locale.c             for (index=0; (index < TREE_LEVELS_SUPPORTED) && (p > path); p--)
index             907 coders/locale.c                   fields[4-index]=p+1;
index             908 coders/locale.c                   index++;
index             942 coders/locale.c             for (index=0; (index < TREE_LEVELS_SUPPORTED) && (p > path); p--)
index             947 coders/locale.c                   fields[4-index]=p+1;
index             948 coders/locale.c                   index++;
index             994 coders/locale.c             for (index=0; (index < TREE_LEVELS_SUPPORTED) && (p > path); p--)
index             999 coders/locale.c                   fields[4-index]=p+1;
index            1000 coders/locale.c                   index++;
index            1040 coders/locale.c             for (index=0; (index < TREE_LEVELS_SUPPORTED) && (p > path); p--)
index            1045 coders/locale.c                   fields[4-index]=p+1;
index            1046 coders/locale.c                   index++;
index            1074 coders/locale.c             for (index=0; (index < TREE_LEVELS_SUPPORTED) && (p > path); p--)
index            1079 coders/locale.c                   fields[4-index]=p+1;
index            1080 coders/locale.c                   index++;
index              89 coders/map.c       index;
index             185 coders/map.c         index=(IndexPacket) (*p++);
index             186 coders/map.c         VerifyColormapIndex(image,index);
index             189 coders/map.c             index=(IndexPacket) ((index << 8)+(*p++));
index             190 coders/map.c             VerifyColormapIndex(image,index);
index             192 coders/map.c         indexes[x]=index;
index             193 coders/map.c         *q++=image->colormap[index];
index             154 coders/miff.c      index,
index             179 coders/miff.c    index=0;
index             202 coders/miff.c                        index=(*p++);
index             203 coders/miff.c                        VerifyColormapIndex(image,index);
index             204 coders/miff.c                        pixel=image->colormap[index];
index             208 coders/miff.c                    *indexes++=index;
index             219 coders/miff.c                        index=(*p++ << 8);
index             220 coders/miff.c                        index|=(*p++);
index             221 coders/miff.c                        VerifyColormapIndex(image,index);
index             222 coders/miff.c                        pixel=image->colormap[index];
index             226 coders/miff.c                    *indexes++=index;
index             237 coders/miff.c                        index=(*p++ << 24);
index             238 coders/miff.c                        index|=(*p++ << 16);
index             239 coders/miff.c                        index|=(*p++ << 8);
index             240 coders/miff.c                        index|=(*p++);
index             241 coders/miff.c                        VerifyColormapIndex(image,index);
index             242 coders/miff.c                        pixel=image->colormap[index];
index             246 coders/miff.c                    *indexes++=index;
index             271 coders/miff.c                        index=(IndexPacket) ScaleCharToQuantum(*p++);
index             275 coders/miff.c                    *indexes++=index;
index             300 coders/miff.c                        index=ScaleShortToQuantum(quantum);
index             304 coders/miff.c                    *indexes++=index;
index             339 coders/miff.c                        index=(IndexPacket) ScaleLongToQuantum(quantum);
index             343 coders/miff.c                    indexes[x]=index;
index            1671 coders/miff.c        value=index;
index            1692 coders/miff.c                  *q++=ScaleQuantumToChar(index);
index            1717 coders/miff.c                      value=ScaleQuantumToShort(index);
index            1756 coders/miff.c                      value=ScaleQuantumToLong(index);
index            1796 coders/miff.c      index;
index            2345 coders/miff.c            index=0;
index            2347 coders/miff.c              index=(*indexes);
index            2358 coders/miff.c                    WriteRunlengthPacket(image,&pixel,length,&q,index);
index            2362 coders/miff.c                index=indexes[x];
index            2366 coders/miff.c            WriteRunlengthPacket(image,&pixel,length,&q,index);
index             414 coders/palm.c      index;
index             513 coders/palm.c                  index=255 - i;
index             514 coders/palm.c                  VerifyColormapIndex(image,index);
index             515 coders/palm.c                  image->colormap[index].red = ScaleCharToQuantum(ReadBlobByte(image));
index             516 coders/palm.c                  image->colormap[index].green = ScaleCharToQuantum(ReadBlobByte(image));
index             517 coders/palm.c                  image->colormap[index].blue = ScaleCharToQuantum(ReadBlobByte(image));
index             535 coders/palm.c              index=255 - i;
index             536 coders/palm.c              VerifyColormapIndex(image,index);
index             537 coders/palm.c              image->colormap[index].red = ScaleCharToQuantum(PalmPalette[i][0]);
index             538 coders/palm.c              image->colormap[index].green = ScaleCharToQuantum(PalmPalette[i][1]);
index             539 coders/palm.c              image->colormap[index].blue = ScaleCharToQuantum(PalmPalette[i][2]);
index             633 coders/palm.c                index =(IndexPacket) (mask - (((*ptr) & (mask << bit)) >> bit));
index             634 coders/palm.c                VerifyColormapIndex(image,index);
index             635 coders/palm.c                indexes[x] = index;
index             636 coders/palm.c                *q++ = image->colormap[index];
index             252 coders/pdb.c       index;
index             422 coders/pdb.c               index=(*p & (0x80U >> bit) ? 0x00U : 0x01U);
index             423 coders/pdb.c               indexes[x+bit]=index;
index             424 coders/pdb.c               *q++=image->colormap[index];
index             451 coders/pdb.c             index=(IndexPacket) (3-((*p >> 6) & 0x03));
index             452 coders/pdb.c             VerifyColormapIndex(image,index);
index             453 coders/pdb.c             indexes[x]=index;
index             454 coders/pdb.c             *q++=image->colormap[index];
index             455 coders/pdb.c             index=(IndexPacket) (3-((*p >> 4) & 0x03));
index             456 coders/pdb.c             VerifyColormapIndex(image,index);
index             457 coders/pdb.c             indexes[x+1]=index;
index             458 coders/pdb.c             *q++=image->colormap[index];
index             459 coders/pdb.c             index=(IndexPacket) (3-((*p >> 2) & 0x03));
index             460 coders/pdb.c             VerifyColormapIndex(image,index);
index             461 coders/pdb.c             indexes[x+2]=index;
index             462 coders/pdb.c             *q++=image->colormap[index];
index             463 coders/pdb.c             index=(IndexPacket) (3-((*p) & 0x03));
index             464 coders/pdb.c             VerifyColormapIndex(image,index);
index             465 coders/pdb.c             indexes[x+3]=index;
index             466 coders/pdb.c             *q++=image->colormap[index];
index             492 coders/pdb.c             index=(IndexPacket) (15-((*p >> 4) & 0x0f));
index             493 coders/pdb.c             VerifyColormapIndex(image,index);
index             494 coders/pdb.c             indexes[x]=index;
index             495 coders/pdb.c             *q++=image->colormap[index];
index             496 coders/pdb.c             index=(IndexPacket) (15-((*p) & 0x0f));
index             497 coders/pdb.c             VerifyColormapIndex(image,index);
index             498 coders/pdb.c             indexes[x+1]=index;
index             499 coders/pdb.c             *q++=image->colormap[index];
index             599 coders/pict.c      index;
index             612 coders/pict.c    index=(*p);
index             615 coders/pict.c      if (index == *p)
index             622 coders/pict.c              *q++=(unsigned char) index;
index             641 coders/pict.c                *q++=(unsigned char) index;
index             648 coders/pict.c      index=(*p);
index             654 coders/pict.c        *q++=(unsigned char) index;
index             673 coders/pict.c          *q++=(unsigned char) index;
index             744 coders/pict.c      index;
index            1108 coders/pict.c                      index=(IndexPacket) (*p);
index            1109 coders/pict.c                      VerifyColormapIndex(tile_image,index);
index            1110 coders/pict.c                      indexes[x]=index;
index            1111 coders/pict.c                      q->red=tile_image->colormap[index].red;
index            1112 coders/pict.c                      q->green=tile_image->colormap[index].green;
index            1113 coders/pict.c                      q->blue=tile_image->colormap[index].blue;
index              83 coders/pix.c       index;
index             153 coders/pix.c       index=0;
index             167 coders/pix.c                 index=ScaleCharToQuantum(ReadBlobByte(image));
index             176 coders/pix.c             indexes[x]=index;
index            1976 coders/png.c                       background.index=mng_info->saved_bkgd_index;
index            1979 coders/png.c                       background.index=ping_info->background.index;
index            1981 coders/png.c                       mng_info->global_plte[background.index].red;
index            1983 coders/png.c                       mng_info->global_plte[background.index].green;
index            1985 coders/png.c                       mng_info->global_plte[background.index].blue;
index            2573 coders/png.c                   index;
index            2578 coders/png.c                       index=indexes[x];
index            2579 coders/png.c                       if (index < ping_info->num_trans)
index            2581 coders/png.c                           ScaleCharToQuantum(255-ping_info->trans_alpha[index]);
index            2589 coders/png.c                       index=indexes[x];
index            2590 coders/png.c                       q->red=image->colormap[index].red;
index            2591 coders/png.c                       q->green=image->colormap[index].green;
index            2592 coders/png.c                       q->blue=image->colormap[index].blue;
index            5449 coders/png.c                 int index;
index            5451 coders/png.c                 for (index=0; index < (long) image->colors; index++)
index            5453 coders/png.c                     ok_to_reduce=((((image->colormap[index].red >> 8) & 0xff)
index            5454 coders/png.c                                    == (image->colormap[index].red & 0xff)) &&
index            5455 coders/png.c                                   (((image->colormap[index].green >> 8) & 0xff)
index            5456 coders/png.c                                    == (image->colormap[index].green & 0xff)) &&
index            5457 coders/png.c                                   (((image->colormap[index].blue >> 8) & 0xff)
index            5458 coders/png.c                                    == (image->colormap[index].blue & 0xff)));
index            6389 coders/png.c         background.index=(png_byte) background.gray;
index            6497 coders/png.c                         index;
index            6499 coders/png.c                       index=indexes[x];
index            6500 coders/png.c                       assert((unsigned long) index < number_colors);
index            6501 coders/png.c                       ping_info->trans_alpha[index]=(png_byte) (255-
index            6523 coders/png.c           ping_info->background.index=(png_uint_16) i;
index            6666 coders/png.c                     ping_info->trans_color.index=(unsigned char)
index            6884 coders/png.c                                     index;
index            6886 coders/png.c                                   index=indexes[x];
index            6887 coders/png.c                                   assert((unsigned long) index < number_colors);
index            6888 coders/png.c                                   if (trans_alpha[index] != 256)
index            6890 coders/png.c                                       if (trans_alpha[index] != (png_byte) (255-
index            6898 coders/png.c                                   trans_alpha[index]=(png_byte) (255-
index            6952 coders/png.c                   ping_info->background.index=(png_uint_16) i;
index             215 coders/pnm.c       if (index > max) \
index             252 coders/pnm.c       index,
index             396 coders/pnm.c                       index=!PNMInteger(image,2);
index             399 coders/pnm.c                       VerifyColormapIndex(image,index);
index             400 coders/pnm.c                       indexes[x]=index;
index             401 coders/pnm.c                       *q++=image->colormap[index];
index             455 coders/pnm.c                       index=intensity;
index             456 coders/pnm.c                       VerifyColormapIndex(image,index);
index             457 coders/pnm.c                       indexes[x]=index;
index             458 coders/pnm.c                       *q=image->colormap[index];
index            1073 coders/pnm.c       index;
index            1275 coders/pnm.c               index=PixelIntensityToQuantum(p);
index            1277 coders/pnm.c                 FormatString(buffer," %u",ScaleQuantumToChar(index));
index            1279 coders/pnm.c                 FormatString(buffer," %u",ScaleQuantumToShort(index));
index             890 coders/ps.c        index;
index            1206 coders/ps.c        index=0;
index            1494 coders/ps.c                    index=(*indexes);
index            1498 coders/ps.c                      if ((index == indexes[x]) && (length < 255) &&
index            1505 coders/ps.c                              bp=AppendHexVal(bp,index);
index            1518 coders/ps.c                      index=indexes[x];
index            1522 coders/ps.c                    bp=AppendHexVal(bp,index);
index             124 coders/tga.c       index;
index             398 coders/tga.c         index=0;
index             444 coders/tga.c                         index=ReadBlobByte(image);
index             447 coders/tga.c                             VerifyColormapIndex(image,index);
index             448 coders/tga.c                             pixel=image->colormap[index];
index             452 coders/tga.c                             pixel.blue=pixel.green=pixel.red=ScaleCharToQuantum(index);
index             484 coders/tga.c                             index=(IndexPacket) (packet & 0x7fff);
index             485 coders/tga.c                             VerifyColormapIndex(image,index);
index             514 coders/tga.c                   indexes[x]=index;
index              98 coders/topol.c     index;
index             115 coders/topol.c                 index = ((*p) & (0x80U >> bit) ? 0x01U : 0x00U);
index             116 coders/topol.c                 indexes[x + bit] = index;
index             117 coders/topol.c                 *q++ = image->colormap[index];
index             125 coders/topol.c                 index = ((*p) & (0x80 >> bit) ? 0x01 : 0x00);
index             126 coders/topol.c                 indexes[x + bit] = index;
index             127 coders/topol.c                 *q++ = image->colormap[index];
index             146 coders/topol.c             index = (IndexPacket) ((*p >> 6) & 0x3);
index             147 coders/topol.c             VerifyColormapIndex(image, index);
index             148 coders/topol.c             indexes[x] = index;
index             149 coders/topol.c             *q++ = image->colormap[index];
index             150 coders/topol.c             index = (IndexPacket) ((*p >> 4) & 0x3);
index             151 coders/topol.c             VerifyColormapIndex(image, index);
index             152 coders/topol.c             indexes[x] = index;
index             153 coders/topol.c             *q++ = image->colormap[index];
index             154 coders/topol.c             index = (IndexPacket) ((*p >> 2) & 0x3);
index             155 coders/topol.c             VerifyColormapIndex(image, index);
index             156 coders/topol.c             indexes[x] = index;
index             157 coders/topol.c             *q++ = image->colormap[index];
index             158 coders/topol.c             index = (IndexPacket) ((*p) & 0x3);
index             159 coders/topol.c             VerifyColormapIndex(image, index);
index             160 coders/topol.c             indexes[x + 1] = index;
index             161 coders/topol.c             *q++ = image->colormap[index];
index             166 coders/topol.c             index = (IndexPacket) ((*p >> 6) & 0x3);
index             167 coders/topol.c             VerifyColormapIndex(image, index);
index             168 coders/topol.c             indexes[x] = index;
index             169 coders/topol.c             *q++ = image->colormap[index];
index             172 coders/topol.c                 index = (IndexPacket) ((*p >> 4) & 0x3);
index             173 coders/topol.c                 VerifyColormapIndex(image, index);
index             174 coders/topol.c                 indexes[x] = index;
index             175 coders/topol.c                 *q++ = image->colormap[index];
index             178 coders/topol.c                     index = (IndexPacket) ((*p >> 2) & 0x3);
index             179 coders/topol.c                     VerifyColormapIndex(image, index);
index             180 coders/topol.c                     indexes[x] = index;
index             181 coders/topol.c                     *q++ = image->colormap[index];
index             202 coders/topol.c             index = (IndexPacket) ((*p >> 4) & 0xF);	/* Lo nibble */
index             203 coders/topol.c             VerifyColormapIndex(image, index);
index             204 coders/topol.c             indexes[x] = index;
index             205 coders/topol.c             *q++ = image->colormap[index];
index             206 coders/topol.c             index = (IndexPacket) ((*p) & 0xF);		/* Hi nibble */
index             207 coders/topol.c             VerifyColormapIndex(image, index);
index             208 coders/topol.c             indexes[x + 1] = index;
index             209 coders/topol.c             *q++ = image->colormap[index];
index             214 coders/topol.c             index = (IndexPacket) ((*p >> 4) & 0xF);	/* padding nibble */
index             215 coders/topol.c             VerifyColormapIndex(image, index);
index             216 coders/topol.c             indexes[x] = index;
index             217 coders/topol.c             *q++ = image->colormap[index];
index             236 coders/topol.c             index = (IndexPacket) (*p);
index             237 coders/topol.c             VerifyColormapIndex(image, index);
index             238 coders/topol.c             indexes[x] = index;
index             239 coders/topol.c             *q++ = image->colormap[index];
index             262 coders/wpg.c     IndexPacket index;
index             285 coders/wpg.c               index=(IndexPacket) ((*p >> 6) & 0x3);
index             286 coders/wpg.c               VerifyColormapIndex(image,index);
index             287 coders/wpg.c               indexes[x]=index;
index             288 coders/wpg.c               *q++=image->colormap[index];
index             289 coders/wpg.c               index=(IndexPacket) ((*p >> 4) & 0x3);
index             290 coders/wpg.c               VerifyColormapIndex(image,index);
index             291 coders/wpg.c               indexes[x]=index;
index             292 coders/wpg.c               *q++=image->colormap[index];
index             293 coders/wpg.c               index=(IndexPacket) ((*p >> 2) & 0x3);
index             294 coders/wpg.c               VerifyColormapIndex(image,index);
index             295 coders/wpg.c               indexes[x]=index;
index             296 coders/wpg.c               *q++=image->colormap[index];
index             297 coders/wpg.c               index=(IndexPacket) ((*p) & 0x3);
index             298 coders/wpg.c               VerifyColormapIndex(image,index);
index             299 coders/wpg.c               indexes[x+1]=index;
index             300 coders/wpg.c               *q++=image->colormap[index];
index             305 coders/wpg.c               index=(IndexPacket) ((*p >> 6) & 0x3);
index             306 coders/wpg.c               VerifyColormapIndex(image,index);
index             307 coders/wpg.c               indexes[x]=index;
index             308 coders/wpg.c               *q++=image->colormap[index];
index             312 coders/wpg.c                   index=(IndexPacket) ((*p >> 4) & 0x3);
index             313 coders/wpg.c                   VerifyColormapIndex(image,index);
index             314 coders/wpg.c                   indexes[x]=index;
index             315 coders/wpg.c                   *q++=image->colormap[index];
index             319 coders/wpg.c                       index=(IndexPacket) ((*p >> 2) & 0x3);
index             320 coders/wpg.c                       VerifyColormapIndex(image,index);
index             321 coders/wpg.c                       indexes[x]=index;
index             322 coders/wpg.c                       *q++=image->colormap[index];
index              50 magick/color.c             (((ScaleQuantumToChar(red) >> index) & 0x01U) << 2U | \
index              51 magick/color.c              ((ScaleQuantumToChar(green) >> index) & 0x01U) << 1U | \
index              52 magick/color.c              ((ScaleQuantumToChar(blue) >> index) & 0x01U)))
index              63 magick/color.c     index;
index             172 magick/color.c     index,
index             198 magick/color.c           index=MaxTreeDepth-1;
index             201 magick/color.c               id=ColorToNodeId(p->red,p->green,p->blue,index);
index             214 magick/color.c               index--;
index             859 magick/color.c     index,
index             896 magick/color.c       index=MaxTreeDepth-1;
index             913 magick/color.c         index--;
index             938 magick/color.c           node_info->list[i].index=(unsigned short) cube_info->colors++;
index             229 magick/colormap.c   if (index >= image->colors)
index             235 magick/colormap.c         (unsigned int) index, image->colors, image->filename);
index             237 magick/colormap.c       index=0U;
index             242 magick/colormap.c   return index;
index              36 magick/colormap.h   if (index >= image->colors) \
index              37 magick/colormap.h     index=MagickConstrainColormapIndex(image,index); \
index              41 magick/colormap.h   MagickConstrainColormapIndex(Image *image, unsigned int index);
index            11064 magick/command.c     if (index < MaxStaticArrayEntries(cache))				\
index            11066 magick/command.c 	if (LoadAndCacheImageFile(argp,&cache[index],exception)) \
index            11067 magick/command.c 	  index++;							\
index             408 magick/compress.c     index,
index             601 magick/compress.c       index=(unsigned int) (*p++);
index             602 magick/compress.c       indexes[x]=index;
index             603 magick/compress.c       *q++=image->colormap[index];
index            1081 magick/compress.c     index;
index            1115 magick/compress.c   for (index=0; index < 256; index++)
index            1117 magick/compress.c     table[index].prefix=(-1);
index            1118 magick/compress.c     table[index].suffix=index;
index            1119 magick/compress.c     table[index].next=(-1);
index            1129 magick/compress.c     index=last_code;
index            1130 magick/compress.c     while (index != -1)
index            1131 magick/compress.c       if ((table[index].prefix != last_code) ||
index            1132 magick/compress.c           (table[index].suffix != pixels[i]))
index            1133 magick/compress.c         index=table[index].next;
index            1136 magick/compress.c           last_code=index;
index            1139 magick/compress.c     if (last_code != index)
index            1163 magick/compress.c                 for (index=0; index < 256; index++)
index            1165 magick/compress.c                   table[index].prefix=(-1);
index            1166 magick/compress.c                   table[index].suffix=index;
index            1167 magick/compress.c                   table[index].next=(-1);
index            5101 magick/constitute.c     index,
index            5232 magick/constitute.c                       index=(*p >> bit) & 0x01;
index            5233 magick/constitute.c                       VerifyColormapIndex(image,index);
index            5234 magick/constitute.c                       *indexes++=index;
index            5235 magick/constitute.c                       *q++=image->colormap[index];
index            5255 magick/constitute.c                       index=(IndexPacket) ((state ? (*p >> 4) : (*p++)) & 0xf);
index            5256 magick/constitute.c                       VerifyColormapIndex(image,index);
index            5257 magick/constitute.c                       *indexes++=index;
index            5258 magick/constitute.c                       *q++=image->colormap[index];
index            5272 magick/constitute.c                           ImportUInt8Quantum(index,p);
index            5273 magick/constitute.c                           *indexes++=index;
index            5274 magick/constitute.c                           *q++=image->colormap[index];
index            5281 magick/constitute.c                           ImportUInt8Quantum(index,p);
index            5282 magick/constitute.c                           VerifyColormapIndex(image,index);
index            5283 magick/constitute.c                           *indexes++=index;
index            5284 magick/constitute.c                           *q++=image->colormap[index];
index            5293 magick/constitute.c                       ImportUInt16Quantum(endian,index,p);
index            5294 magick/constitute.c                       VerifyColormapIndex(image,index);
index            5295 magick/constitute.c                       *indexes++=index;
index            5296 magick/constitute.c                       *q++=image->colormap[index];
index            5304 magick/constitute.c                       ImportUInt32Quantum(endian,index,p);
index            5305 magick/constitute.c                       VerifyColormapIndex(image,index);
index            5306 magick/constitute.c                       *indexes++=index;
index            5307 magick/constitute.c                       *q++=image->colormap[index];
index            5315 magick/constitute.c                       ImportUInt64Quantum(endian,index,p);
index            5316 magick/constitute.c                       VerifyColormapIndex(image,index);
index            5317 magick/constitute.c                       *indexes++=index;
index            5318 magick/constitute.c                       *q++=image->colormap[index];
index            5333 magick/constitute.c                       index=MagickBitStreamMSBRead(&stream,quantum_size);
index            5334 magick/constitute.c                       VerifyColormapIndex(image,index);
index            5335 magick/constitute.c                       *indexes++=index;
index            5336 magick/constitute.c                       *q++=image->colormap[index];
index            5355 magick/constitute.c                       ImportUInt8Quantum(index,p);
index            5356 magick/constitute.c                       VerifyColormapIndex(image,index);
index            5357 magick/constitute.c                       *indexes++=index;
index            5358 magick/constitute.c                       *q=image->colormap[index];
index            5370 magick/constitute.c                       ImportUInt16Quantum(endian,index,p);
index            5371 magick/constitute.c                       VerifyColormapIndex(image,index);
index            5372 magick/constitute.c                       *indexes++=index;
index            5373 magick/constitute.c                       *q=image->colormap[index];
index            5385 magick/constitute.c                       ImportUInt32Quantum(endian,index,p);
index            5386 magick/constitute.c                       VerifyColormapIndex(image,index);
index            5387 magick/constitute.c                       *indexes++=index;
index            5388 magick/constitute.c                       *q=image->colormap[index];
index            5400 magick/constitute.c                       ImportUInt64Quantum(endian,index,p);
index            5401 magick/constitute.c                       VerifyColormapIndex(image,index);
index            5402 magick/constitute.c                       *indexes++=index;
index            5403 magick/constitute.c                       *q=image->colormap[index];
index            5422 magick/constitute.c                       index=MagickBitStreamMSBRead(&stream,quantum_size);
index            5423 magick/constitute.c                       VerifyColormapIndex(image,index);
index            5424 magick/constitute.c                       *indexes++=index;
index            5425 magick/constitute.c                       *q=image->colormap[index];
index            5632 magick/constitute.c                           index=(*p >> bit) & 0x01;
index            5634 magick/constitute.c                             index ^= 0x01;
index            5635 magick/constitute.c                           *indexes++=index;
index            5636 magick/constitute.c                           *q++=image->colormap[index];
index            5651 magick/constitute.c                           ImportUInt8Quantum(index,p);
index            5652 magick/constitute.c                           VerifyColormapIndex(image,index);
index            5654 magick/constitute.c                             index=(image->colors-1)-index;
index            5655 magick/constitute.c                           *indexes++=index;
index            5656 magick/constitute.c                           *q++=image->colormap[index];
index            5664 magick/constitute.c                           ImportUInt16Quantum(endian,index,p);
index            5665 magick/constitute.c                           VerifyColormapIndex(image,index);
index            5667 magick/constitute.c                             index=(image->colors-1)-index;
index            5668 magick/constitute.c                           *indexes++=index;
index            5669 magick/constitute.c                           *q++=image->colormap[index];
index            5677 magick/constitute.c                           ImportUInt32Quantum(endian,index,p);
index            5678 magick/constitute.c                           VerifyColormapIndex(image,index);
index            5680 magick/constitute.c                             index=(image->colors-1)-index;
index            5681 magick/constitute.c                           *indexes++=index;
index            5682 magick/constitute.c                           *q++=image->colormap[index];
index            5690 magick/constitute.c                           ImportUInt64Quantum(endian,index,p);
index            5691 magick/constitute.c                           VerifyColormapIndex(image,index);
index            5693 magick/constitute.c                             index=(image->colors-1)-index;
index            5694 magick/constitute.c                           *indexes++=index;
index            5695 magick/constitute.c                           *q++=image->colormap[index];
index            5716 magick/constitute.c                           index=MagickBitStreamMSBRead(&stream,quantum_size);
index            5717 magick/constitute.c                           index /= indexes_scale;
index            5718 magick/constitute.c                           VerifyColormapIndex(image,index);
index            5720 magick/constitute.c                             index=(image->colors-1)-index;
index            5721 magick/constitute.c                           *indexes++=index;
index            5722 magick/constitute.c                           *q++=image->colormap[index];
index            5961 magick/constitute.c                             ImportModulo8Quantum(index,quantum_size,p);
index            5962 magick/constitute.c                             VerifyColormapIndex(image,index);
index            5964 magick/constitute.c                               index=(image->colors-1)-index;
index            5965 magick/constitute.c                             *indexes++=index;
index            5966 magick/constitute.c                             *q=image->colormap[index];
index            5981 magick/constitute.c                             ImportModulo8Quantum(index,quantum_size,p);
index            5982 magick/constitute.c                             index /= indexes_scale;
index            5983 magick/constitute.c                             VerifyColormapIndex(image,index);
index            5985 magick/constitute.c                               index=(image->colors-1)-index;
index            5986 magick/constitute.c                             *indexes++=index;
index            5987 magick/constitute.c                             *q=image->colormap[index];
index            6010 magick/constitute.c                         index=MagickBitStreamMSBRead(&stream,quantum_size);
index            6011 magick/constitute.c                         index /= indexes_scale;
index            6012 magick/constitute.c                         VerifyColormapIndex(image,index);
index            6014 magick/constitute.c                           index=(image->colors-1)-index;
index            6015 magick/constitute.c                         *indexes++=index;
index            6016 magick/constitute.c                         *q=image->colormap[index];
index              69 magick/draw.c  #define CurrentContext (context->graphic_context[context->index])
index             128 magick/draw.c      index;              /* array index */
index             703 magick/draw.c    context->index = 0;
index            1269 magick/draw.c    for ( ; context->index != 0; context->index--)
index            3880 magick/draw.c    if(context->index != 0)
index            3886 magick/draw.c                            context->graphic_context[context->index-1]->clip_path) != 0)
index            3892 magick/draw.c        context->index--;
index            4062 magick/draw.c    context->index++;
index            4064 magick/draw.c                    (context->index+1)*sizeof(DrawInfo *));
index            4071 magick/draw.c      CloneDrawInfo((ImageInfo *) NULL,context->graphic_context[context->index-1]);
index            2219 magick/effect.c     index;
index            2221 magick/effect.c   index=ScaleQuantumToShort(quantum);
index            2222 magick/effect.c   if (pixel_list->lists[channel].nodes[index].signature == pixel_list->signature)
index            2223 magick/effect.c     pixel_list->lists[channel].nodes[index].count++;
index            2225 magick/effect.c     AddNodeMedianList(pixel_list,channel,index);
index            2913 magick/effect.c           index;
index            2951 magick/effect.c                         index=intensity <= threshold ? 0U : 1U;
index            2952 magick/effect.c                         *indexes++=index;
index            2953 magick/effect.c                         q->red=q->green=q->blue=image->colormap[index].red;
index            2962 magick/effect.c                         index=intensity <= threshold ? 0U : 1U;
index            2963 magick/effect.c                         *indexes++=index;
index            2964 magick/effect.c                         q->red=q->green=q->blue=image->colormap[index].red;
index            2973 magick/effect.c                         index=intensity <= threshold ? 0U : 1U;
index            2974 magick/effect.c                         *indexes++=index;
index            2975 magick/effect.c                         q->red=q->green=q->blue=image->colormap[index].red;
index            2984 magick/effect.c                         index=intensity <= threshold ? 0U : 1U;
index            2985 magick/effect.c                         *indexes++=index;
index            2986 magick/effect.c                         q->red=q->green=q->blue=image->colormap[index].red;
index            4046 magick/effect.c           index;
index            4079 magick/effect.c                 index=(intensity <= quantum_threshold ? 0U : 1U);
index            4080 magick/effect.c                 if ((initialize_indexes) || (index != indexes[x]))
index            4083 magick/effect.c                     indexes[x]=index;
index            4085 magick/effect.c                 if (NotColorMatch(&image->colormap[index],&q[x]))
index            4088 magick/effect.c                     q[x].red=q[x].green=q[x].blue=image->colormap[index].red;
index              63 magick/locale.c     index = -1;
index              66 magick/locale.c   index++;
index              67 magick/locale.c   if (index >= MAX_CACHE_SIZE)
index              68 magick/locale.c     index=0;
index              69 magick/locale.c   cs=&cache[MaxTextExtent * index];
index             442 magick/nt_base.c     index;
index             468 magick/nt_base.c       index=0;
index             469 magick/nt_base.c       while (index < MaxPathElements)
index            1672 magick/nt_base.c 	    index;
index            1674 magick/nt_base.c 	  for (index=0; strerrbuf[index] != 0; index++)
index            1675 magick/nt_base.c 	    if (strerrbuf[index] == '\015')
index            1676 magick/nt_base.c 	      strerrbuf[index]='\0';
index             178 magick/omp_data_view.c     index=0;
index             180 magick/omp_data_view.c   index=omp_get_thread_num();
index             181 magick/omp_data_view.c   assert(index < data_set->nviews);
index             182 magick/omp_data_view.c   return data_set->view_data[index];
index             189 magick/omp_data_view.c   index=omp_get_thread_num();
index             190 magick/omp_data_view.c   assert(index < data_set->nviews);
index             191 magick/omp_data_view.c   return data_set->view_data[index];
index             200 magick/omp_data_view.c   assert(index < data_set->nviews);
index             201 magick/omp_data_view.c   MagickFreeMemory(data_set->view_data[index]);
index             202 magick/omp_data_view.c   data_set->view_data[index]=data;
index              58 magick/omp_data_view.h                             unsigned int index);
index              61 magick/omp_data_view.h   AssignThreadViewData(ThreadViewDataSet *data_set, unsigned int index,
index             978 magick/profile.c 		index;
index             980 magick/profile.c 	      for (index=0 ; index < GetThreadViewDataSetAllocatedViews(xform.transform); index++)
index             994 magick/profile.c 		  AssignThreadViewData(xform.transform,index,transform);
index             194 magick/quantize.c             (((ScaleQuantumToChar(red) >> index) & 0x01) << 2 | \
index             195 magick/quantize.c              ((ScaleQuantumToChar(green) >> index) & 0x01) << 1 | \
index             196 magick/quantize.c              ((ScaleQuantumToChar(blue) >> index) & 0x01)))
index             355 magick/quantize.c     index;
index             422 magick/quantize.c         for (index=MaxTreeDepth-1; (long) index > 0; index--)
index             424 magick/quantize.c           id=ColorToNodeId(q->red,q->green,q->blue,index);
index             437 magick/quantize.c         index=(IndexPacket) cube_info->color_number;
index             441 magick/quantize.c             indexes[x+i]=index;
index             444 magick/quantize.c               q->red=image->colormap[index].red;
index             445 magick/quantize.c               q->green=image->colormap[index].green;
index             446 magick/quantize.c               q->blue=image->colormap[index].blue;
index             582 magick/quantize.c     index,
index             618 magick/quantize.c       index=MaxTreeDepth-1;
index             627 magick/quantize.c         id=ColorToNodeId(p->red,p->green,p->blue,index);
index             653 magick/quantize.c         index--;
index             702 magick/quantize.c       index=MaxTreeDepth-1;
index             711 magick/quantize.c         id=ColorToNodeId(p->red,p->green,p->blue,index);
index             737 magick/quantize.c         index--;
index            1092 magick/quantize.c     index;
index            1148 magick/quantize.c           for (index=MaxTreeDepth-1; (long) index > 0; index--)
index            1150 magick/quantize.c             id=ColorToNodeId(pixel.red,pixel.green,pixel.blue,index);
index            1168 magick/quantize.c       index=(IndexPacket) p->cache[i];
index            1170 magick/quantize.c         *indexes=index;
index            1173 magick/quantize.c           q->red=image->colormap[index].red;
index            1174 magick/quantize.c           q->green=image->colormap[index].green;
index            1175 magick/quantize.c           q->blue=image->colormap[index].blue;
index            1184 magick/quantize.c       p->error[i].red=pixel.red-(double) image->colormap[index].red;
index            1185 magick/quantize.c       p->error[i].green=pixel.green-(double) image->colormap[index].green;
index            1186 magick/quantize.c       p->error[i].blue=pixel.blue-(double) image->colormap[index].blue;
index            1482 magick/quantize.c     index;
index            1527 magick/quantize.c       index=indexes[x];
index            1528 magick/quantize.c       pixel.red=p->red-(double) image->colormap[index].red;
index            1529 magick/quantize.c       pixel.green=p->green-(double) image->colormap[index].green;
index            1530 magick/quantize.c       pixel.blue=p->blue-(double) image->colormap[index].blue;
index            2173 magick/quantize.c     index;
index            2211 magick/quantize.c       index=(Quantum) (PixelIntensityToQuantum(q) >
index            2213 magick/quantize.c       indexes[x]=index;
index            2214 magick/quantize.c       q->red=image->colormap[index].red;
index            2215 magick/quantize.c       q->green=image->colormap[index].green;
index            2216 magick/quantize.c       q->blue=image->colormap[index].blue;
index            3342 magick/render.c 	  index;
index            3348 magick/render.c 	    for (index=0; index < GetThreadViewDataSetAllocatedViews(polygon_set); index++)
index            3349 magick/render.c 	      AssignThreadViewData(polygon_set,index,(void *) ConvertPathToPolygon(path_info));
index            3353 magick/render.c 	for (index=0; index < GetThreadViewDataSetAllocatedViews(polygon_set); index++)
index            3354 magick/render.c 	  if (AccessThreadViewDataById(polygon_set,index) == (void *) NULL)
index             136 magick/resource.c     index;
index             139 magick/resource.c   index = type;
index             140 magick/resource.c   if (index <= ResourceInfoMaxIndex)
index             141 magick/resource.c     info = &resource_info[index];
index             794 magick/resource.c     index;
index             804 magick/resource.c   for (index=1 ; index <= ResourceInfoMaxIndex; index++)
index             811 magick/resource.c       if (resource_info[index].maximum == ResourceInfinity)
index             817 magick/resource.c           FormatSize(resource_info[index].maximum,limit);
index             818 magick/resource.c           strlcat(limit,resource_info[index].units,sizeof(limit));
index             820 magick/resource.c       FormatString(heading,"%c%s",toupper((int) resource_info[index].name[0]),
index             821 magick/resource.c                    resource_info[index].name+1);
index             823 magick/resource.c       (void) strlcpy(environment,resource_info[index].env,sizeof(environment));
index             118 magick/segment.c     index,
index             329 magick/segment.c   red.index=0;
index             332 magick/segment.c       green.index=0;
index             335 magick/segment.c           blue.index=0;
index             934 magick/segment.c   for ( ; extents->index <= 255; extents->index++)
index             935 magick/segment.c     if (extrema[extents->index] > 0)
index             937 magick/segment.c   if (extents->index > 255)
index             939 magick/segment.c   extents->left=extents->index;
index             943 magick/segment.c   for ( ; extents->index <= 255; extents->index++)
index             944 magick/segment.c     if (extrema[extents->index] < 0)
index             946 magick/segment.c   extents->right=extents->index-1;
index            1327 magick/segment.c     index,
index            1446 magick/segment.c       index=node->left;
index            1447 magick/segment.c       value=zero_crossing[k].histogram[index];
index            1455 magick/segment.c                   index=x;
index            1462 magick/segment.c                 index=x;
index            1467 magick/segment.c           if (index == 0)
index            1468 magick/segment.c             index=256;
index            1470 magick/segment.c             extrema[x]=index;
index            1472 magick/segment.c             extrema[x]=(-index);
index            7943 magick/xwindow.c             diversity[i].index=(unsigned short) i;
index            7972 magick/xwindow.c             colormap_index=diversity[i].index;
index            8010 magick/xwindow.c             colormap_index=diversity[i].index;
index             141 magick/xwindow.h     index;
index              76 wand/drawing_wand.c #define CurrentContext  (drawing_wand->graphic_context[drawing_wand->index])
index             141 wand/drawing_wand.c     index;              /* array index */
index             429 wand/drawing_wand.c 						      drawing_wand->index+1,
index             438 wand/drawing_wand.c 		    (drawing_wand->index+1)*sizeof(DrawInfo *));
index             440 wand/drawing_wand.c       for (clone_wand->index=0; clone_wand->index <= drawing_wand->index; clone_wand->index++)
index             442 wand/drawing_wand.c 	  clone_wand->graphic_context[clone_wand->index]=
index             443 wand/drawing_wand.c 	    CloneDrawInfo((ImageInfo*)NULL,drawing_wand->graphic_context[clone_wand->index]);
index             444 wand/drawing_wand.c 	  if (clone_wand->graphic_context[clone_wand->index] == (DrawInfo*) NULL)
index             451 wand/drawing_wand.c       clone_wand->index=drawing_wand->index;
index             464 wand/drawing_wand.c       for ( ; clone_wand->index >= 0; clone_wand->index--)
index             466 wand/drawing_wand.c 	  if (clone_wand->graphic_context[clone_wand->index] != (DrawInfo*) NULL)
index             467 wand/drawing_wand.c 	    DestroyDrawInfo(clone_wand->graphic_context[clone_wand->index]);
index             468 wand/drawing_wand.c 	  clone_wand->graphic_context[clone_wand->index]=(DrawInfo*) NULL;
index             520 wand/drawing_wand.c       for ( ; drawing_wand->index >= 0; drawing_wand->index--)
index             522 wand/drawing_wand.c 	  if (drawing_wand->graphic_context[drawing_wand->index] != (DrawInfo*) NULL)
index             523 wand/drawing_wand.c 	    DestroyDrawInfo(drawing_wand->graphic_context[drawing_wand->index]);
index             524 wand/drawing_wand.c 	  drawing_wand->graphic_context[drawing_wand->index]=(DrawInfo*) NULL;
index            3636 wand/drawing_wand.c   if (drawing_wand->index <= 0)
index            3646 wand/drawing_wand.c       drawing_wand->index--;
index            3806 wand/drawing_wand.c   drawing_wand->index++;
index            3808 wand/drawing_wand.c     drawing_wand->graphic_context,(drawing_wand->index+1)*sizeof(DrawInfo *));
index            3813 wand/drawing_wand.c     drawing_wand->graphic_context[drawing_wand->index-1]);
index            5498 wand/drawing_wand.c   drawing_wand->index=0;
index             679 wand/magick_compat.c   color->index=0;
index              87 wand/magick_compat.h     index;
index              97 wand/magick_compat.h     index;
index            3162 wand/magick_wand.c       (index >= wand->image->colors))
index            3164 wand/magick_wand.c   PixelSetQuantumColor(color,wand->image->colormap+index);
index            7510 wand/magick_wand.c       (index >= wand->image->colors))
index            7512 wand/magick_wand.c   PixelGetQuantumColor(color,wand->image->colormap+index);
index            8004 wand/magick_wand.c   image=GetImageFromList(wand->images,index);
index             367 wand/pixel_wand.c   return(wand->pixel.index);
index             397 wand/pixel_wand.c   return((Quantum) (MaxRGB*wand->pixel.index+0.5));
index             494 wand/pixel_wand.c       (Quantum) (MaxRGB*wand->pixel.index+0.5));
index             949 wand/pixel_wand.c     wand->pixel.index=1.0;
index             952 wand/pixel_wand.c       wand->pixel.index=0.0;
index             954 wand/pixel_wand.c       wand->pixel.index=black;
index             987 wand/pixel_wand.c   wand->pixel.index=(double) black/MaxRGB;
index            1104 wand/pixel_wand.c   wand->pixel.index=(double) pixel.index/MaxRGB;