Home | History | Annotate | Download | only in coders

Lines Matching defs:shorty

768               shorty;
770 shorty=0;
771 if (TIFFGetField(tiff,exif_info[i].tag,&shorty,&sans,&sans) == 1)
772 (void) FormatLocaleString(value,MagickPathExtent,"%d",shorty);
780 *shorty;
785 tiff_status=TIFFGetField(tiff,exif_info[i].tag,&shorty_num,&shorty,
789 shorty_num != 0 ? shorty[0] : 0);