CurrentContext 550 magick/draw.c current = CurrentContext->affine; CurrentContext 551 magick/draw.c CurrentContext->affine.sx=current.sx*affine->sx+current.ry*affine->rx; CurrentContext 552 magick/draw.c CurrentContext->affine.rx=current.rx*affine->sx+current.sy*affine->rx; CurrentContext 553 magick/draw.c CurrentContext->affine.ry=current.sx*affine->ry+current.ry*affine->sy; CurrentContext 554 magick/draw.c CurrentContext->affine.sy=current.rx*affine->ry+current.sy*affine->sy; CurrentContext 555 magick/draw.c CurrentContext->affine.tx=current.sx*affine->tx+current.ry*affine->ty+current.tx; CurrentContext 556 magick/draw.c CurrentContext->affine.ty=current.rx*affine->tx+current.sy*affine->ty+current.ty; CurrentContext 711 magick/draw.c CurrentContext=CloneDrawInfo((ImageInfo*)NULL,draw_info); CurrentContext 712 magick/draw.c if(CurrentContext == (DrawInfo*) NULL) CurrentContext 889 magick/draw.c if (CurrentContext->clip_path != (char *) NULL) CurrentContext 890 magick/draw.c return (char *)AllocateString(CurrentContext->clip_path); CurrentContext 927 magick/draw.c if( CurrentContext->clip_path == NULL || context->filter_off || CurrentContext 928 magick/draw.c LocaleCompare(CurrentContext->clip_path,clip_path) != 0) CurrentContext 930 magick/draw.c (void) CloneString(&CurrentContext->clip_path,clip_path); CurrentContext 931 magick/draw.c if(CurrentContext->clip_path == (char*)NULL) CurrentContext 936 magick/draw.c (void) DrawClipPath(context->image,CurrentContext,CurrentContext->clip_path); CurrentContext 971 magick/draw.c return CurrentContext->fill_rule; CurrentContext 1008 magick/draw.c if(context->filter_off || (CurrentContext->fill_rule != fill_rule)) CurrentContext 1010 magick/draw.c CurrentContext->fill_rule = fill_rule; CurrentContext 1056 magick/draw.c return CurrentContext->clip_units; CurrentContext 1093 magick/draw.c if(context->filter_off || (CurrentContext->clip_units != clip_units)) CurrentContext 1095 magick/draw.c CurrentContext->clip_units = clip_units; CurrentContext 1104 magick/draw.c affine.sx=CurrentContext->bounds.x2; CurrentContext 1105 magick/draw.c affine.sy=CurrentContext->bounds.y2; CurrentContext 1106 magick/draw.c affine.tx=CurrentContext->bounds.x1; CurrentContext 1107 magick/draw.c affine.ty=CurrentContext->bounds.y1; CurrentContext 1271 magick/draw.c DestroyDrawInfo(CurrentContext); CurrentContext 1272 magick/draw.c CurrentContext = (DrawInfo*) NULL; CurrentContext 1274 magick/draw.c DestroyDrawInfo(CurrentContext); CurrentContext 1275 magick/draw.c CurrentContext = (DrawInfo*) NULL; CurrentContext 1375 magick/draw.c return CurrentContext->fill; CurrentContext 1418 magick/draw.c new_fill.opacity = CurrentContext->opacity; CurrentContext 1420 magick/draw.c current_fill = &CurrentContext->fill; CurrentContext 1423 magick/draw.c CurrentContext->fill = new_fill; CurrentContext 1518 magick/draw.c DrawPatternPath(context->image,CurrentContext,pattern_spec,&CurrentContext->fill_pattern); CurrentContext 1521 magick/draw.c if (CurrentContext->fill.opacity != TransparentOpacity) CurrentContext 1522 magick/draw.c CurrentContext->fill.opacity=CurrentContext->opacity; CurrentContext 1556 magick/draw.c return (((double)(MaxRGB-CurrentContext->fill.opacity))/MaxRGB); CurrentContext 1599 magick/draw.c if (context->filter_off || (CurrentContext->fill.opacity != quantum_opacity)) CurrentContext 1601 magick/draw.c CurrentContext->fill.opacity = quantum_opacity; CurrentContext 1632 magick/draw.c return CurrentContext->fill_rule; CurrentContext 1668 magick/draw.c if(context->filter_off || (CurrentContext->fill_rule != fill_rule)) CurrentContext 1670 magick/draw.c CurrentContext->fill_rule = fill_rule; CurrentContext 1717 magick/draw.c if (CurrentContext->font != (char *) NULL) CurrentContext 1718 magick/draw.c return AllocateString(CurrentContext->font); CurrentContext 1754 magick/draw.c if(context->filter_off || (CurrentContext->font == NULL) || CurrentContext 1755 magick/draw.c LocaleCompare(CurrentContext->font,font_name) != 0) CurrentContext 1757 magick/draw.c (void) CloneString(&CurrentContext->font,font_name); CurrentContext 1758 magick/draw.c if(CurrentContext->font == (char*)NULL) CurrentContext 1792 magick/draw.c if (CurrentContext->family != NULL) CurrentContext 1793 magick/draw.c return AllocateString(CurrentContext->family); CurrentContext 1829 magick/draw.c if(context->filter_off || (CurrentContext->family == NULL) || CurrentContext 1830 magick/draw.c LocaleCompare(CurrentContext->family,font_family) != 0) CurrentContext 1832 magick/draw.c (void) CloneString(&CurrentContext->family,font_family); CurrentContext 1833 magick/draw.c if(CurrentContext->family == (char*)NULL) CurrentContext 1866 magick/draw.c return CurrentContext->pointsize; CurrentContext 1900 magick/draw.c (AbsoluteValue(CurrentContext->pointsize-pointsize) > MagickEpsilon)) CurrentContext 1902 magick/draw.c CurrentContext->pointsize=pointsize; CurrentContext 1934 magick/draw.c return CurrentContext->stretch; CurrentContext 1975 magick/draw.c if(context->filter_off || (CurrentContext->stretch != font_stretch)) CurrentContext 1977 magick/draw.c CurrentContext->stretch=font_stretch; CurrentContext 2044 magick/draw.c return CurrentContext->style; CurrentContext 2081 magick/draw.c if(context->filter_off || (CurrentContext->style != style)) CurrentContext 2083 magick/draw.c CurrentContext->style=style; CurrentContext 2132 magick/draw.c return CurrentContext->weight; CurrentContext 2166 magick/draw.c if(context->filter_off || (CurrentContext->weight != font_weight)) CurrentContext 2168 magick/draw.c CurrentContext->weight=font_weight; CurrentContext 2200 magick/draw.c return CurrentContext->gravity; CurrentContext 2240 magick/draw.c if(context->filter_off || (CurrentContext->gravity != gravity)) CurrentContext 2242 magick/draw.c CurrentContext->gravity=gravity; CurrentContext 3666 magick/draw.c draw_info=CloneDrawInfo((ImageInfo *) NULL,CurrentContext); CurrentContext 3668 magick/draw.c CurrentContext->primitive=context->mvg; CurrentContext 3884 magick/draw.c if (CurrentContext->clip_path != (char *) NULL) CurrentContext 3885 magick/draw.c if (LocaleCompare(CurrentContext->clip_path, CurrentContext 3890 magick/draw.c DestroyDrawInfo(CurrentContext); CurrentContext 3891 magick/draw.c CurrentContext=(DrawInfo*)NULL; CurrentContext 4070 magick/draw.c CurrentContext= CurrentContext 4211 magick/draw.c CurrentContext->primitive = context->mvg; CurrentContext 4213 magick/draw.c (void) DrawImage(context->image, CurrentContext); CurrentContext 4214 magick/draw.c CurrentContext->primitive = (char *) NULL; CurrentContext 4510 magick/draw.c return CurrentContext->stroke; CurrentContext 4553 magick/draw.c new_stroke.opacity = CurrentContext->opacity; CurrentContext 4555 magick/draw.c current_stroke = &CurrentContext->stroke; CurrentContext 4558 magick/draw.c CurrentContext->stroke = new_stroke; CurrentContext 4651 magick/draw.c DrawPatternPath(context->image,CurrentContext,pattern_spec,&CurrentContext->stroke_pattern); CurrentContext 4654 magick/draw.c if (CurrentContext->stroke.opacity == OpaqueOpacity) CurrentContext 4655 magick/draw.c CurrentContext->stroke.opacity=CurrentContext->opacity; CurrentContext 4690 magick/draw.c return CurrentContext->stroke_antialias; CurrentContext 4727 magick/draw.c if(context->filter_off || (CurrentContext->stroke_antialias != stroke_antialias)) CurrentContext 4729 magick/draw.c CurrentContext->stroke_antialias = stroke_antialias; CurrentContext 4781 magick/draw.c p = CurrentContext->dash_pattern; CurrentContext 4791 magick/draw.c p = CurrentContext->dash_pattern; CurrentContext 4853 magick/draw.c q = CurrentContext->dash_pattern; CurrentContext 4866 magick/draw.c else if((CurrentContext->dash_pattern != (double*)NULL) CurrentContext 4870 magick/draw.c q = CurrentContext->dash_pattern; CurrentContext 4886 magick/draw.c if(CurrentContext->dash_pattern != (double*)NULL) CurrentContext 4887 magick/draw.c MagickFreeMemory(CurrentContext->dash_pattern); CurrentContext 4891 magick/draw.c CurrentContext->dash_pattern = MagickAllocateMemory(double *, CurrentContext 4893 magick/draw.c if(CurrentContext->dash_pattern) CurrentContext 4895 magick/draw.c q=CurrentContext->dash_pattern; CurrentContext 4951 magick/draw.c return CurrentContext->dash_offset; CurrentContext 4987 magick/draw.c (AbsoluteValue(CurrentContext->dash_offset-dash_offset) > MagickEpsilon)) CurrentContext 4989 magick/draw.c CurrentContext->dash_offset = dash_offset; CurrentContext 5024 magick/draw.c return CurrentContext->linecap; CurrentContext 5060 magick/draw.c if(context->filter_off || (CurrentContext->linecap != linecap)) CurrentContext 5065 magick/draw.c CurrentContext->linecap = linecap; CurrentContext 5117 magick/draw.c return CurrentContext->linejoin; CurrentContext 5153 magick/draw.c if(context->filter_off || (CurrentContext->linejoin != linejoin)) CurrentContext 5158 magick/draw.c CurrentContext->linejoin = linejoin; CurrentContext 5211 magick/draw.c return CurrentContext->miterlimit; CurrentContext 5249 magick/draw.c if(CurrentContext->miterlimit != miterlimit) CurrentContext 5251 magick/draw.c CurrentContext->miterlimit = miterlimit; CurrentContext 5283 magick/draw.c return (((double)(MaxRGB-CurrentContext->stroke.opacity))/MaxRGB); CurrentContext 5326 magick/draw.c if (context->filter_off || (CurrentContext->stroke.opacity != quantum_opacity)) CurrentContext 5328 magick/draw.c CurrentContext->stroke.opacity = quantum_opacity; CurrentContext 5361 magick/draw.c return CurrentContext->stroke_width; CurrentContext 5396 magick/draw.c (AbsoluteValue(CurrentContext->stroke_width-stroke_width) > MagickEpsilon)) CurrentContext 5398 magick/draw.c CurrentContext->stroke_width = stroke_width; CurrentContext 5432 magick/draw.c return CurrentContext->text_antialias; CurrentContext 5468 magick/draw.c if (context->filter_off || (CurrentContext->text_antialias != text_antialias)) CurrentContext 5470 magick/draw.c CurrentContext->text_antialias = text_antialias; CurrentContext 5504 magick/draw.c return CurrentContext->decorate; CurrentContext 5543 magick/draw.c if (context->filter_off || (CurrentContext->decorate != decoration)) CurrentContext 5545 magick/draw.c CurrentContext->decorate = decoration; CurrentContext 5597 magick/draw.c if (CurrentContext->encoding != (char *)NULL) CurrentContext 5598 magick/draw.c return (char *) AllocateString(CurrentContext->encoding); CurrentContext 5638 magick/draw.c if (context->filter_off || (CurrentContext->encoding == (char *) NULL) || CurrentContext 5639 magick/draw.c (LocaleCompare(CurrentContext->encoding,encoding) != 0)) CurrentContext 5641 magick/draw.c (void) CloneString(&CurrentContext->encoding,encoding); CurrentContext 5675 magick/draw.c return CurrentContext->undercolor; CurrentContext 5711 magick/draw.c if (context->filter_off || !(PixelPacketMatch(&CurrentContext->undercolor, under_color))) CurrentContext 5713 magick/draw.c CurrentContext->undercolor = *under_color; CurrentContext 343 wand/drawing_wand.c current=CurrentContext->affine; CurrentContext 344 wand/drawing_wand.c CurrentContext->affine.sx=current.sx*affine->sx+current.ry*affine->rx; CurrentContext 345 wand/drawing_wand.c CurrentContext->affine.rx=current.rx*affine->sx+current.sy*affine->rx; CurrentContext 346 wand/drawing_wand.c CurrentContext->affine.ry=current.sx*affine->ry+current.ry*affine->sy; CurrentContext 347 wand/drawing_wand.c CurrentContext->affine.sy=current.rx*affine->ry+current.sy*affine->sy; CurrentContext 348 wand/drawing_wand.c CurrentContext->affine.tx=current.sx*affine->tx+current.ry*affine->ty+ CurrentContext 350 wand/drawing_wand.c CurrentContext->affine.ty=current.rx*affine->tx+current.sy*affine->ty+ CurrentContext 647 wand/drawing_wand.c DestroyDrawInfo(CurrentContext); CurrentContext 648 wand/drawing_wand.c CurrentContext=CloneDrawInfo((ImageInfo *) NULL,draw_info); CurrentContext 836 wand/drawing_wand.c if (CurrentContext->clip_path != (char *) NULL) CurrentContext 837 wand/drawing_wand.c return((char *) AcquireString(CurrentContext->clip_path)); CurrentContext 873 wand/drawing_wand.c if ((CurrentContext->clip_path == NULL) || drawing_wand->filter_off || CurrentContext 874 wand/drawing_wand.c LocaleCompare(CurrentContext->clip_path,clip_path) != 0) CurrentContext 876 wand/drawing_wand.c (void) CloneString(&CurrentContext->clip_path,clip_path); CurrentContext 877 wand/drawing_wand.c if (CurrentContext->clip_path == (char*)NULL) CurrentContext 911 wand/drawing_wand.c return(CurrentContext->fill_rule); CurrentContext 946 wand/drawing_wand.c if (drawing_wand->filter_off || (CurrentContext->fill_rule != fill_rule)) CurrentContext 948 wand/drawing_wand.c CurrentContext->fill_rule=fill_rule; CurrentContext 991 wand/drawing_wand.c return(CurrentContext->clip_units); CurrentContext 1084 wand/drawing_wand.c if (drawing_wand->filter_off || (CurrentContext->clip_units != clip_units)) CurrentContext 1086 wand/drawing_wand.c CurrentContext->clip_units=clip_units; CurrentContext 1093 wand/drawing_wand.c affine.sx=CurrentContext->bounds.x2; CurrentContext 1094 wand/drawing_wand.c affine.sy=CurrentContext->bounds.y2; CurrentContext 1095 wand/drawing_wand.c affine.tx=CurrentContext->bounds.x1; CurrentContext 1096 wand/drawing_wand.c affine.ty=CurrentContext->bounds.y1; CurrentContext 1290 wand/drawing_wand.c PixelSetQuantumColor(fill_color,&CurrentContext->fill); CurrentContext 1332 wand/drawing_wand.c new_fill.opacity=CurrentContext->opacity; CurrentContext 1333 wand/drawing_wand.c current_fill=&CurrentContext->fill; CurrentContext 1336 wand/drawing_wand.c CurrentContext->fill=new_fill; CurrentContext 1396 wand/drawing_wand.c if (CurrentContext->fill.opacity != TransparentOpacity) CurrentContext 1397 wand/drawing_wand.c CurrentContext->fill.opacity=CurrentContext->opacity; CurrentContext 1429 wand/drawing_wand.c return((double) CurrentContext->opacity/MaxRGB); CurrentContext 1468 wand/drawing_wand.c if (drawing_wand->filter_off || (CurrentContext->opacity != opacity)) CurrentContext 1470 wand/drawing_wand.c CurrentContext->opacity=opacity; CurrentContext 1500 wand/drawing_wand.c return(CurrentContext->fill_rule); CurrentContext 1535 wand/drawing_wand.c if (drawing_wand->filter_off || (CurrentContext->fill_rule != fill_rule)) CurrentContext 1537 wand/drawing_wand.c CurrentContext->fill_rule=fill_rule; CurrentContext 1581 wand/drawing_wand.c if (CurrentContext->font != (char *) NULL) CurrentContext 1582 wand/drawing_wand.c return(AcquireString(CurrentContext->font)); CurrentContext 1616 wand/drawing_wand.c if (drawing_wand->filter_off || (CurrentContext->font == NULL) || CurrentContext 1617 wand/drawing_wand.c LocaleCompare(CurrentContext->font,font_name) != 0) CurrentContext 1619 wand/drawing_wand.c (void) CloneString(&CurrentContext->font,font_name); CurrentContext 1620 wand/drawing_wand.c if (CurrentContext->font == (char*)NULL) CurrentContext 1653 wand/drawing_wand.c if (CurrentContext->family != NULL) CurrentContext 1654 wand/drawing_wand.c return(AcquireString(CurrentContext->family)); CurrentContext 1688 wand/drawing_wand.c if (drawing_wand->filter_off || (CurrentContext->family == NULL) || CurrentContext 1689 wand/drawing_wand.c LocaleCompare(CurrentContext->family,font_family) != 0) CurrentContext 1691 wand/drawing_wand.c (void) CloneString(&CurrentContext->family,font_family); CurrentContext 1692 wand/drawing_wand.c if (CurrentContext->family == (char *) NULL) CurrentContext 1724 wand/drawing_wand.c return(CurrentContext->pointsize); CurrentContext 1757 wand/drawing_wand.c (AbsoluteValue(CurrentContext->pointsize-pointsize) > MagickEpsilon)) CurrentContext 1759 wand/drawing_wand.c CurrentContext->pointsize=pointsize; CurrentContext 1789 wand/drawing_wand.c return(CurrentContext->stretch); CurrentContext 1829 wand/drawing_wand.c if (drawing_wand->filter_off || (CurrentContext->stretch != font_stretch)) CurrentContext 1831 wand/drawing_wand.c CurrentContext->stretch=font_stretch; CurrentContext 1895 wand/drawing_wand.c return(CurrentContext->style); CurrentContext 1931 wand/drawing_wand.c if (drawing_wand->filter_off || (CurrentContext->style != style)) CurrentContext 1933 wand/drawing_wand.c CurrentContext->style=style; CurrentContext 1979 wand/drawing_wand.c return(CurrentContext->weight); CurrentContext 2012 wand/drawing_wand.c if (drawing_wand->filter_off || (CurrentContext->weight != font_weight)) CurrentContext 2014 wand/drawing_wand.c CurrentContext->weight=font_weight; CurrentContext 2045 wand/drawing_wand.c return(CurrentContext->gravity); CurrentContext 2084 wand/drawing_wand.c if (drawing_wand->filter_off || (CurrentContext->gravity != gravity)) CurrentContext 2086 wand/drawing_wand.c CurrentContext->gravity=gravity; CurrentContext 3432 wand/drawing_wand.c draw_info=CloneDrawInfo((ImageInfo *) NULL,CurrentContext); CurrentContext 3644 wand/drawing_wand.c DestroyDrawInfo(CurrentContext); CurrentContext 3645 wand/drawing_wand.c CurrentContext=(DrawInfo*)NULL; CurrentContext 3812 wand/drawing_wand.c CurrentContext=CloneDrawInfo((ImageInfo *) NULL, CurrentContext 3945 wand/drawing_wand.c CurrentContext->primitive=drawing_wand->mvg; CurrentContext 3948 wand/drawing_wand.c status=DrawImage(drawing_wand->image, CurrentContext); CurrentContext 3949 wand/drawing_wand.c CurrentContext->primitive=(char *) NULL; CurrentContext 4228 wand/drawing_wand.c PixelSetQuantumColor(stroke_color,&CurrentContext->stroke); CurrentContext 4270 wand/drawing_wand.c new_stroke.opacity=CurrentContext->opacity; CurrentContext 4271 wand/drawing_wand.c current_stroke=&CurrentContext->stroke; CurrentContext 4275 wand/drawing_wand.c CurrentContext->stroke=new_stroke; CurrentContext 4332 wand/drawing_wand.c if (CurrentContext->stroke.opacity != TransparentOpacity) CurrentContext 4333 wand/drawing_wand.c CurrentContext->stroke.opacity=CurrentContext->opacity; CurrentContext 4366 wand/drawing_wand.c return(CurrentContext->stroke_antialias); CurrentContext 4403 wand/drawing_wand.c (CurrentContext->stroke_antialias != stroke_antialias)) CurrentContext 4405 wand/drawing_wand.c CurrentContext->stroke_antialias=stroke_antialias; CurrentContext 4456 wand/drawing_wand.c p=CurrentContext->dash_pattern; CurrentContext 4465 wand/drawing_wand.c p=CurrentContext->dash_pattern; CurrentContext 4524 wand/drawing_wand.c q=CurrentContext->dash_pattern; CurrentContext 4536 wand/drawing_wand.c else if ((CurrentContext->dash_pattern != (double *) NULL) && CurrentContext 4540 wand/drawing_wand.c q=CurrentContext->dash_pattern; CurrentContext 4555 wand/drawing_wand.c if (CurrentContext->dash_pattern != (double *) NULL) CurrentContext 4556 wand/drawing_wand.c CurrentContext->dash_pattern=(double *) CurrentContext 4557 wand/drawing_wand.c RelinquishMagickMemory(CurrentContext->dash_pattern); CurrentContext 4560 wand/drawing_wand.c CurrentContext->dash_pattern=(double *) CurrentContext 4562 wand/drawing_wand.c if (!CurrentContext->dash_pattern) CurrentContext 4569 wand/drawing_wand.c q=CurrentContext->dash_pattern; CurrentContext 4618 wand/drawing_wand.c return(CurrentContext->dash_offset); CurrentContext 4654 wand/drawing_wand.c (AbsoluteValue(CurrentContext->dash_offset-dash_offset) > MagickEpsilon)) CurrentContext 4656 wand/drawing_wand.c CurrentContext->dash_offset=dash_offset; CurrentContext 4689 wand/drawing_wand.c return(CurrentContext->linecap); CurrentContext 4725 wand/drawing_wand.c if (drawing_wand->filter_off || (CurrentContext->linecap != linecap)) CurrentContext 4730 wand/drawing_wand.c CurrentContext->linecap=linecap; CurrentContext 4779 wand/drawing_wand.c return(CurrentContext->linejoin); CurrentContext 4816 wand/drawing_wand.c if (drawing_wand->filter_off || (CurrentContext->linejoin != linejoin)) CurrentContext 4821 wand/drawing_wand.c CurrentContext->linejoin=linejoin; CurrentContext 4872 wand/drawing_wand.c return CurrentContext->miterlimit; CurrentContext 4909 wand/drawing_wand.c if (CurrentContext->miterlimit != miterlimit) CurrentContext 4911 wand/drawing_wand.c CurrentContext->miterlimit=miterlimit; CurrentContext 4941 wand/drawing_wand.c return(1.0-(((double)CurrentContext->stroke.opacity)/MaxRGB)); CurrentContext 4979 wand/drawing_wand.c if (drawing_wand->filter_off || (CurrentContext->stroke.opacity != opacity)) CurrentContext 4981 wand/drawing_wand.c CurrentContext->stroke.opacity=(Quantum) (opacity+0.5); CurrentContext 5013 wand/drawing_wand.c return(CurrentContext->stroke_width); CurrentContext 5048 wand/drawing_wand.c (AbsoluteValue(CurrentContext->stroke_width-stroke_width) > MagickEpsilon)) CurrentContext 5050 wand/drawing_wand.c CurrentContext->stroke_width=stroke_width; CurrentContext 5082 wand/drawing_wand.c return(CurrentContext->text_antialias); CurrentContext 5118 wand/drawing_wand.c (CurrentContext->text_antialias != text_antialias)) CurrentContext 5120 wand/drawing_wand.c CurrentContext->text_antialias=text_antialias; CurrentContext 5152 wand/drawing_wand.c return(CurrentContext->decorate); CurrentContext 5190 wand/drawing_wand.c if (drawing_wand->filter_off || (CurrentContext->decorate != decoration)) CurrentContext 5192 wand/drawing_wand.c CurrentContext->decorate=decoration; CurrentContext 5241 wand/drawing_wand.c if (CurrentContext->encoding != (char *)NULL) CurrentContext 5242 wand/drawing_wand.c return((char *) AcquireString(CurrentContext->encoding)); CurrentContext 5281 wand/drawing_wand.c if (drawing_wand->filter_off || (CurrentContext->encoding == (char *) NULL) || CurrentContext 5282 wand/drawing_wand.c (LocaleCompare(CurrentContext->encoding,encoding) != 0)) CurrentContext 5284 wand/drawing_wand.c (void) CloneString(&CurrentContext->encoding,encoding); CurrentContext 5320 wand/drawing_wand.c PixelSetQuantumColor(under_color,&CurrentContext->undercolor); CurrentContext 5360 wand/drawing_wand.c !WandColorMatch(&CurrentContext->undercolor,&under_color)) CurrentContext 5362 wand/drawing_wand.c CurrentContext->undercolor=under_color; CurrentContext 5507 wand/drawing_wand.c CurrentContext=CloneDrawInfo((ImageInfo*)NULL,(DrawInfo *) NULL); CurrentContext 5508 wand/drawing_wand.c if (CurrentContext == (DrawInfo*) NULL)