subIndex 347 TclMagick/generic/TclMagick.c switch ((enum subIndex)index) {
subIndex 1173 TclMagick/generic/TclMagick.c switch ((enum subIndex)index) {
subIndex 2203 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_FILENAME) && (objc > 3) ) {
subIndex 2207 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_GET_FILENAME) && (objc != 2) ) {
subIndex 2211 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_SET_FILENAME) && (objc != 3) ) {
subIndex 2239 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_SET_BACKGROUND_COLOR) && (objc != 3) ) {
subIndex 2243 TclMagick/generic/TclMagick.c if( ((enum subIndex)index != TM_SET_BACKGROUND_COLOR) && (objc > 3) ) {
subIndex 2254 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_SET_BACKGROUND_COLOR) && (pixPtr == NULL) ) {
subIndex 2261 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_GET_BACKGROUND_COLOR) || (pixPtr == NULL) ) {
subIndex 2286 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_BLUE_PRIMARY) && (objc != 2) && (objc != 4) ) {
subIndex 2290 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_GET_BLUE_PRIMARY) && (objc != 2) ) {
subIndex 2294 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_SET_BLUE_PRIMARY) && (objc != 4) ) {
subIndex 2337 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_SET_BORDER_COLOR) && (objc != 3) ) {
subIndex 2341 TclMagick/generic/TclMagick.c if( ((enum subIndex)index != TM_SET_BORDER_COLOR) && (objc > 3) ) {
subIndex 2352 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_SET_BORDER_COLOR) && (pixPtr == NULL) ) {
subIndex 2359 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_GET_BORDER_COLOR) || (pixPtr == NULL) ) {
subIndex 2385 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_CHANNEL_DEPTH) && (objc != 3) && (objc != 4) ) {
subIndex 2389 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_GET_CHANNEL_DEPTH) && (objc != 3) ) {
subIndex 2393 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_SET_CHANNEL_DEPTH) && (objc != 4) ) {
subIndex 2483 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_SET_COLORMAP_COLOR) && (objc != 4) ) {
subIndex 2487 TclMagick/generic/TclMagick.c if( ((enum subIndex)index != TM_SET_COLORMAP_COLOR) && ((objc < 3) || (objc > 4)) ) {
subIndex 2501 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_SET_COLORMAP_COLOR) && (pixPtr == NULL) ) {
subIndex 2508 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_GET_COLORMAP_COLOR) || (pixPtr == NULL) ) {
subIndex 2548 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_COLORSPACE) && (objc > 3) ) {
subIndex 2552 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_GET_COLORSPACE) && (objc != 2) ) {
subIndex 2556 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_SET_COLORSPACE) && (objc != 3) ) {
subIndex 2594 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_COMPOSE) && (objc > 3) ) {
subIndex 2598 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_GET_COMPOSE) && (objc != 2) ) {
subIndex 2602 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_SET_COMPOSE) && (objc != 3) ) {
subIndex 2640 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_COMPRESSION) && (objc > 3) ) {
subIndex 2644 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_GET_COMPRESSION) && (objc != 2) ) {
subIndex 2648 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_SET_COMPRESSION) && (objc != 3) ) {
subIndex 2685 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_DELAY) && (objc > 3) ) {
subIndex 2689 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_GET_DELAY) && (objc != 2) ) {
subIndex 2693 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_SET_DELAY) && (objc != 3) ) {
subIndex 2724 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_DEPTH) && (objc > 3) ) {
subIndex 2728 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_GET_DEPTH) && (objc != 2) ) {
subIndex 2732 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_SET_DEPTH) && (objc != 3) ) {
subIndex 2764 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_DISPOSE) && (objc > 3) ) {
subIndex 2768 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_GET_DISPOSE) && (objc != 2) ) {
subIndex 2772 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_SET_DISPOSE) && (objc != 3) ) {
subIndex 2832 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_FORMAT) && (objc > 3) ) {
subIndex 2836 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_GET_FORMAT) && (objc != 2) ) {
subIndex 2840 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_SET_FORMAT) && (objc != 3) ) {
subIndex 2896 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_IMAGE_FILENAME) && (objc > 3) ) {
subIndex 2900 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_GET_IMAGE_FILENAME) && (objc != 2) ) {
subIndex 2904 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_SET_IMAGE_FILENAME) && (objc != 3) ) {
subIndex 2932 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_GAMMA) && (objc > 3) ) {
subIndex 2936 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_GET_GAMMA) && (objc != 2) ) {
subIndex 2940 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_SET_GAMMA) && (objc != 3) ) {
subIndex 2971 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_GREEN_PRIMARY) && (objc != 2) && (objc != 4) ) {
subIndex 2975 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_GET_GREEN_PRIMARY) && (objc != 2) ) {
subIndex 2979 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_SET_GREEN_PRIMARY) && (objc != 4) ) {
subIndex 3036 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_INDEX) && (objc > 3) ) {
subIndex 3040 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_GET_INDEX) && (objc != 2) ) {
subIndex 3044 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_SET_INDEX) && (objc != 3) ) {
subIndex 3076 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_INTERLACE) && (objc > 3) ) {
subIndex 3080 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_GET_INTERLACE) && (objc != 2) ) {
subIndex 3084 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_SET_INTERLACE) && (objc != 3) ) {
subIndex 3164 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_SET_MATTE_COLOR) && (objc != 3) ) {
subIndex 3168 TclMagick/generic/TclMagick.c if( ((enum subIndex)index != TM_SET_MATTE_COLOR) && (objc > 3) ) {
subIndex 3179 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_SET_MATTE_COLOR) && (pixPtr == NULL) ) {
subIndex 3186 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_GET_MATTE_COLOR) || (pixPtr == NULL) ) {
subIndex 3225 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_PIXELS) && ((objc < 8) || (objc > 9)) ) {
subIndex 3229 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_GET_PIXELS) && (objc != 8) ) {
subIndex 3233 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_SET_PIXELS) && (objc != 9) ) {
subIndex 3341 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_PROFILE) && (objc != 3) && (objc != 4) ) {
subIndex 3345 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_GET_PROFILE) && (objc != 3) ) {
subIndex 3349 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_SET_PROFILE) && (objc != 4) ) {
subIndex 3383 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_RED_PRIMARY) && (objc != 2) && (objc != 4) ) {
subIndex 3387 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_GET_RED_PRIMARY) && (objc != 2) ) {
subIndex 3391 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_SET_RED_PRIMARY) && (objc != 4) ) {
subIndex 3434 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_RENDERING) && (objc > 3) ) {
subIndex 3438 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_GET_RENDERING) && (objc != 2) ) {
subIndex 3442 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_SET_RENDERING) && (objc != 3) ) {
subIndex 3479 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_RESOLUTION) && (objc > 4) ) {
subIndex 3483 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_GET_RESOLUTION) && (objc != 2) ) {
subIndex 3487 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_SET_RESOLUTION) && (objc != 3) && (objc != 4) ) {
subIndex 3605 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_IMAGE_TYPE) && (objc > 3) ) {
subIndex 3609 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_GET_IMAGE_TYPE) && (objc != 2) ) {
subIndex 3613 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_SET_IMAGE_TYPE) && (objc != 3) ) {
subIndex 3652 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_IMAGE_UNITS) && (objc > 3) ) {
subIndex 3656 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_GET_IMAGE_UNITS) && (objc != 2) ) {
subIndex 3660 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_SET_IMAGE_UNITS) && (objc != 3) ) {
subIndex 3698 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_IMAGE_UNITS) && (objc > 3) ) {
subIndex 3702 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_GET_VIRTUALPIXEL) && (objc != 2) ) {
subIndex 3706 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_SET_VIRTUALPIXEL) && (objc != 3) ) {
subIndex 3743 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_WHITE_POINT) && (objc != 2) && (objc != 4) ) {
subIndex 3747 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_GET_WHITE_POINT) && (objc != 2) ) {
subIndex 3751 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_SET_WHITE_POINT) && (objc != 4) ) {
subIndex 3822 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_SAMPLING_FACTORS) && (objc != 2) && (objc != 3) ) {
subIndex 3826 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_GET_SAMPLING_FACTORS) && (objc != 2) ) {
subIndex 3830 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_SET_SAMPLING_FACTORS) && (objc != 3) ) {
subIndex 3886 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_SIZE) && (objc != 2) && (objc != 4) ) {
subIndex 3890 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_GET_SIZE) && (objc != 2) ) {
subIndex 3894 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_SET_SIZE) && (objc != 4) ) {
subIndex 4514 TclMagick/generic/TclMagick.c if( (enum subIndex)index == TM_QUANTIZE_IMAGES ) {
subIndex 5350 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_WRITE_IMAGES) && ((objc < 3) || (objc > 4)) ) {
subIndex 5354 TclMagick/generic/TclMagick.c if( ((enum subIndex)index != TM_WRITE_IMAGES) && (objc != 3) ) {
subIndex 5362 TclMagick/generic/TclMagick.c if( (enum subIndex) index == TM_WRITE_IMAGES ) {
subIndex 5481 TclMagick/generic/TclMagick.c switch ((enum subIndex)index) {
subIndex 5600 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_COLOR) && (objc != 2) && (objc != 3) ) {
subIndex 5603 TclMagick/generic/TclMagick.c } else if ( ((enum subIndex)index == TM_SET_COLOR) && (objc != 3) ) {
subIndex 5606 TclMagick/generic/TclMagick.c } else if ( ((enum subIndex)index == TM_GET_COLOR) && (objc != 2) ) {
subIndex 5609 TclMagick/generic/TclMagick.c } else if ( ((enum subIndex)index == TM_GET_COLOR_AS_STRING) && (objc != 2) ) {
subIndex 5987 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_QUANTUM) && (objc != 2) && (objc != 3) ) {
subIndex 5991 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_GET_QUANTUM) && (objc != 2) ) {
subIndex 5995 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_SET_QUANTUM) && (objc != 3) ) {
subIndex 6234 TclMagick/generic/TclMagick.c switch ((enum subIndex)index) {
subIndex 6351 TclMagick/generic/TclMagick.c switch ((enum subIndex)index) {
subIndex 6468 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_CLIPPATH) && (objc > 3) ) {
subIndex 6471 TclMagick/generic/TclMagick.c } else if( ((enum subIndex)index == TM_GET_CLIPPATH) && (objc != 2) ) {
subIndex 6474 TclMagick/generic/TclMagick.c } else if( ((enum subIndex)index == TM_SET_CLIPPATH) && (objc != 3) ) {
subIndex 6498 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_CLIPRULE) && (objc > 3) ) {
subIndex 6501 TclMagick/generic/TclMagick.c } else if( ((enum subIndex)index == TM_GET_CLIPRULE) && (objc != 2) ) {
subIndex 6504 TclMagick/generic/TclMagick.c } else if( ((enum subIndex)index == TM_SET_CLIPRULE) && (objc != 3) ) {
subIndex 6540 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_CLIPUNITS) && (objc > 3) ) {
subIndex 6543 TclMagick/generic/TclMagick.c } else if( ((enum subIndex)index == TM_GET_CLIPUNITS) && (objc != 2) ) {
subIndex 6546 TclMagick/generic/TclMagick.c } else if( ((enum subIndex)index == TM_SET_CLIPUNITS) && (objc != 3) ) {
subIndex 6591 TclMagick/generic/TclMagick.c switch ((enum subIndex)index) {
subIndex 6607 TclMagick/generic/TclMagick.c switch ((enum subIndex)index) {
subIndex 6639 TclMagick/generic/TclMagick.c switch ((enum subIndex)index) {
subIndex 6670 TclMagick/generic/TclMagick.c switch ((enum subIndex)index) {
subIndex 6692 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_FILLOPACITY) && (objc > 3) ) {
subIndex 6695 TclMagick/generic/TclMagick.c } else if( ((enum subIndex)index == TM_GET_FILLOPACITY) && (objc != 2) ) {
subIndex 6698 TclMagick/generic/TclMagick.c } else if( ((enum subIndex)index == TM_SET_FILLOPACITY) && (objc != 3) ) {
subIndex 6735 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_FILLRULE) && (objc > 3) ) {
subIndex 6738 TclMagick/generic/TclMagick.c } else if( ((enum subIndex)index == TM_GET_FILLRULE) && (objc != 2) ) {
subIndex 6741 TclMagick/generic/TclMagick.c } else if( ((enum subIndex)index == TM_SET_FILLRULE) && (objc != 3) ) {
subIndex 6769 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_FONT) && (objc > 3) ) {
subIndex 6772 TclMagick/generic/TclMagick.c } else if( ((enum subIndex)index == TM_GET_FONT) && (objc != 2) ) {
subIndex 6775 TclMagick/generic/TclMagick.c } else if( ((enum subIndex)index == TM_SET_FONT) && (objc != 3) ) {
subIndex 6798 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_FONTFAMILY) && (objc > 3) ) {
subIndex 6801 TclMagick/generic/TclMagick.c } else if( ((enum subIndex)index == TM_GET_FONTFAMILY) && (objc != 2) ) {
subIndex 6804 TclMagick/generic/TclMagick.c } else if( ((enum subIndex)index == TM_SET_FONTFAMILY) && (objc != 3) ) {
subIndex 6827 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_FONTSIZE) && (objc > 3) ) {
subIndex 6830 TclMagick/generic/TclMagick.c } else if( ((enum subIndex)index == TM_GET_FONTSIZE) && (objc != 2) ) {
subIndex 6833 TclMagick/generic/TclMagick.c } else if( ((enum subIndex)index == TM_SET_FONTSIZE) && (objc != 3) ) {
subIndex 6868 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_FONTSTRETCH) && (objc > 3) ) {
subIndex 6871 TclMagick/generic/TclMagick.c } else if( ((enum subIndex)index == TM_GET_FONTSTRETCH) && (objc != 2) ) {
subIndex 6874 TclMagick/generic/TclMagick.c } else if( ((enum subIndex)index == TM_SET_FONTSTRETCH) && (objc != 3) ) {
subIndex 6910 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_FONTSTYLE) && (objc > 3) ) {
subIndex 6913 TclMagick/generic/TclMagick.c } else if( ((enum subIndex)index == TM_GET_FONTSTYLE) && (objc != 2) ) {
subIndex 6916 TclMagick/generic/TclMagick.c } else if( ((enum subIndex)index == TM_SET_FONTSTYLE) && (objc != 3) ) {
subIndex 6944 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_FONTSTYLE) && (objc > 3) ) {
subIndex 6947 TclMagick/generic/TclMagick.c } else if( ((enum subIndex)index == TM_GET_FONTSTYLE) && (objc != 2) ) {
subIndex 6950 TclMagick/generic/TclMagick.c } else if( ((enum subIndex)index == TM_SET_FONTSTYLE) && (objc != 3) ) {
subIndex 6984 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_GRAVITY) && (objc > 3) ) {
subIndex 6987 TclMagick/generic/TclMagick.c } else if( ((enum subIndex)index == TM_GET_GRAVITY) && (objc != 2) ) {
subIndex 6990 TclMagick/generic/TclMagick.c } else if( ((enum subIndex)index == TM_SET_GRAVITY) && (objc != 3) ) {
subIndex 7220 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_STROKE_ANTIALIAS) && (objc > 3) ) {
subIndex 7223 TclMagick/generic/TclMagick.c } else if( ((enum subIndex)index == TM_GET_STROKE_ANTIALIAS) && (objc != 2) ) {
subIndex 7226 TclMagick/generic/TclMagick.c } else if( ((enum subIndex)index == TM_SET_STROKE_ANTIALIAS) && (objc != 3) ) {
subIndex 7249 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_GET_STROKE_DASHARRAY) && (objc != 2) ) {
subIndex 7252 TclMagick/generic/TclMagick.c } else if( ((enum subIndex)index == TM_SET_STROKE_DASHARRAY) && (objc < 3) ) {
subIndex 7295 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_STROKE_DASHOFFS) && (objc > 3) ) {
subIndex 7298 TclMagick/generic/TclMagick.c } else if( ((enum subIndex)index == TM_GET_STROKE_DASHOFFS) && (objc != 2) ) {
subIndex 7301 TclMagick/generic/TclMagick.c } else if( ((enum subIndex)index == TM_SET_STROKE_DASHOFFS) && (objc != 3) ) {
subIndex 7331 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_STROKE_LINECAP) && (objc > 3) ) {
subIndex 7334 TclMagick/generic/TclMagick.c } else if( ((enum subIndex)index == TM_GET_STROKE_LINECAP) && (objc != 2) ) {
subIndex 7337 TclMagick/generic/TclMagick.c } else if( ((enum subIndex)index == TM_SET_STROKE_LINECAP) && (objc != 3) ) {
subIndex 7374 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_STROKE_LINEJOIN) && (objc > 3) ) {
subIndex 7377 TclMagick/generic/TclMagick.c } else if( ((enum subIndex)index == TM_GET_STROKE_LINEJOIN) && (objc != 2) ) {
subIndex 7380 TclMagick/generic/TclMagick.c } else if( ((enum subIndex)index == TM_SET_STROKE_LINEJOIN) && (objc != 3) ) {
subIndex 7408 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_STROKE_MITERLIM) && (objc > 3) ) {
subIndex 7411 TclMagick/generic/TclMagick.c } else if( ((enum subIndex)index == TM_GET_STROKE_MITERLIM) && (objc != 2) ) {
subIndex 7414 TclMagick/generic/TclMagick.c } else if( ((enum subIndex)index == TM_SET_STROKE_MITERLIM) && (objc != 3) ) {
subIndex 7436 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_STROKE_OPACITY) && (objc > 3) ) {
subIndex 7439 TclMagick/generic/TclMagick.c } else if( ((enum subIndex)index == TM_GET_STROKE_OPACITY) && (objc != 2) ) {
subIndex 7442 TclMagick/generic/TclMagick.c } else if( ((enum subIndex)index == TM_SET_STROKE_OPACITY) && (objc != 3) ) {
subIndex 7478 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_STROKE_WIDTH) && (objc > 3) ) {
subIndex 7481 TclMagick/generic/TclMagick.c } else if( ((enum subIndex)index == TM_GET_STROKE_WIDTH) && (objc != 2) ) {
subIndex 7484 TclMagick/generic/TclMagick.c } else if( ((enum subIndex)index == TM_SET_STROKE_WIDTH) && (objc != 3) ) {
subIndex 7506 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_TEXT_ANTIALIAS) && (objc > 3) ) {
subIndex 7509 TclMagick/generic/TclMagick.c } else if( ((enum subIndex)index == TM_GET_TEXT_ANTIALIAS) && (objc != 2) ) {
subIndex 7512 TclMagick/generic/TclMagick.c } else if( ((enum subIndex)index == TM_SET_TEXT_ANTIALIAS) && (objc != 3) ) {
subIndex 7542 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_TEXT_DECORATION) && (objc > 3) ) {
subIndex 7545 TclMagick/generic/TclMagick.c } else if( ((enum subIndex)index == TM_GET_TEXT_DECORATION) && (objc != 2) ) {
subIndex 7548 TclMagick/generic/TclMagick.c } else if( ((enum subIndex)index == TM_SET_TEXT_DECORATION) && (objc != 3) ) {
subIndex 7576 TclMagick/generic/TclMagick.c if( ((enum subIndex)index == TM_TEXT_ENCODING) && (objc > 3) ) {
subIndex 7579 TclMagick/generic/TclMagick.c } else if( ((enum subIndex)index == TM_GET_TEXT_ENCODING) && (objc != 2) ) {
subIndex 7582 TclMagick/generic/TclMagick.c } else if( ((enum subIndex)index == TM_SET_TEXT_ENCODING) && (objc != 3) ) {
subIndex 7712 TclMagick/generic/TclMagick.c switch((enum subIndex)index) {