HomeSort by relevance Sort by last modified time
    Searched refs:DestroyString (Results 26 - 50 of 111) sorted by null

12 3 4 5

  /external/ImageMagick/coders/
xps.c 314 options=DestroyString(options);
315 density=DestroyString(density);
jpeg.c     [all...]
emf.c 385 pBits=(BYTE *) DestroyString((char *) pBits);
400 pBits=(BYTE *) DestroyString((char *) pBits);
419 pBits=(BYTE *) DestroyString((char *) pBits);
436 pBits=(BYTE *) DestroyString((char *) pBits);
558 geometry=DestroyString(geometry);
xpm.c 347 xpm_buffer=DestroyString(xpm_buffer);
373 xpm_buffer=DestroyString(xpm_buffer);
426 xpm_buffer=DestroyString(xpm_buffer);
466 xpm_buffer=DestroyString(xpm_buffer);
473 xpm_buffer=DestroyString(xpm_buffer);
    [all...]
svg.c 281 svg_info->text=DestroyString(svg_info->text);
285 svg_info->title=DestroyString(svg_info->title);
287 svg_info->comment=DestroyString(svg_info->comment);
396 text=DestroyString(text);
767 svg_info->offset=DestroyString(svg_info->offset);
769 svg_info->stop_color=DestroyString(svg_info->stop_color);
773 svg_info->text=DestroyString(svg_info->text);
775 svg_info->vertices=DestroyString(svg_info->vertices);
777 svg_info->url=DestroyString(svg_info->url);
1137 text=DestroyString(text)
    [all...]
ps.c 256 argv[i]=DestroyString(argv[i]);
272 errors=DestroyString(errors);
279 errors=DestroyString(errors);
737 value=DestroyString(value);
822 page_geometry=DestroyString(page_geometry);
909 options=DestroyString(options);
910 density=DestroyString(density);
    [all...]
histogram.c 366 property=DestroyString(property);
label.c 132 property=DestroyString(property);
mpc.c 274 comment=DestroyString(comment);
591 geometry=DestroyString(geometry);
702 geometry=DestroyString(geometry);
765 options=DestroyString(options);
    [all...]
ttf.c 268 text=DestroyString(text);
uil.c 377 symbol=DestroyString(symbol);
xwd.c 270 comment=DestroyString(comment);
395 ximage->data=DestroyString(ximage->data);
528 ximage->data=DestroyString(ximage->data);
569 ximage->data=DestroyString(ximage->data);
  /external/ImageMagick/MagickCore/
log.c 889 p->format=DestroyString(p->format);
891 p->path=DestroyString(p->path);
893 p->filename=DestroyString(p->filename);
    [all...]
property.c 478 message=DestroyString(message);
486 attribute=DestroyString(attribute);
492 attribute=DestroyString(attribute);
657 resource=DestroyString(resource);
723 path=DestroyString(path);
725 attribute=DestroyString(attribute);
730 resource=DestroyString(resource);
    [all...]
distribute-cache.c 210 shared_secret=DestroyString(shared_secret);
215 shared_secret=DestroyString(shared_secret);
301 hosts=DestroyString(hosts);
309 hostlist[i]=DestroyString(hostlist[i]);
324 hostlist[i]=DestroyString(hostlist[i]);
362 hostname=DestroyString(hostname);
819 shared_secret=DestroyString(shared_secret);
    [all...]
locale.c 183 p->path=DestroyString(p->path);
185 p->tag=DestroyString(p->tag);
187 p->message=DestroyString(p->message);
959 locale=DestroyString(locale);
    [all...]
montage.c 178 montage_info->tile=DestroyString(montage_info->tile);
180 montage_info->title=DestroyString(montage_info->title);
182 montage_info->frame=DestroyString(montage_info->frame);
187 montage_info->font=DestroyString(montage_info->font);
    [all...]
string.c 286 *destination=DestroyString(*destination);
658 string=DestroyString(string);
817 % DestroyString() destroys memory associated with a string.
819 % The format of the DestroyString method is:
821 % char *DestroyString(char *string)
828 MagickExport char *DestroyString(char *string)
864 string_info->path=DestroyString(string_info->path);
    [all...]
exception.c 157 p->reason=DestroyString(p->reason);
159 p->description=DestroyString(p->description);
    [all...]
nt-feature.c 625 message=DestroyString(message);
658 message=DestroyString(message);
image.c 275 geometry=DestroyString(geometry);
732 property=DestroyString(property);
    [all...]
annotate.c 559 textlist[i]=DestroyString(textlist[i]);
666 (void) DestroyString(*caption);
673 text=DestroyString(text);
759 annotate_info->text=DestroyString(annotate_info->text);
791 textlist[i]=DestroyString(textlist[i]);
    [all...]
random.c 557 filename=DestroyString(filename);
575 filename=DestroyString(filename);
    [all...]
  /external/ImageMagick/MagickWand/
operation.c     [all...]
mogrify.c 199 text=DestroyString(text);
245 text=DestroyString(text);
285 text=DestroyString(text);
853 text=DestroyString(text);
    [all...]

Completed in 256 milliseconds

12 3 4 5