Home | History | Annotate | Download | only in coders

Lines Matching defs:ascii

755           *ascii;
757 ascii=(char *) NULL;
758 if ((TIFFGetField(tiff,exif_info[i].tag,&ascii,&sans,&sans) == 1) &&
759 (ascii != (char *) NULL) && (*ascii != '\0'))
760 (void) CopyMagickString(value,ascii,MagickPathExtent);