HomeSort by relevance Sort by last modified time
    Searched refs:MagickPathExtent (Results 1 - 25 of 195) sorted by null

1 2 3 4 5 6 7 8

  /external/ImageMagick/MagickCore/
client.c 121 client_name[MagickPathExtent] = "Magick";
124 (void) CopyMagickString(client_name,name,MagickPathExtent);
156 client_path[MagickPathExtent] = "";
159 (void) CopyMagickString(client_path,path,MagickPathExtent);
monitor-private.h 31 message[MagickPathExtent];
35 (void) FormatLocaleString(message,MagickPathExtent,"%s/%s",tag,
utility.c 191 path[MagickPathExtent];
194 if (getcwd(path,MagickPathExtent) == (char *) NULL)
196 (void) ConcatenateMagickString(path,DirectorySeparator,MagickPathExtent);
197 (void) ConcatenateMagickString(path,source,MagickPathExtent);
276 extension[MagickPathExtent],
277 root[MagickPathExtent];
287 message[MagickPathExtent];
289 (void) FormatLocaleString(message,MagickPathExtent,"%s:%s",format,
291 (void) CopyMagickString(filename,message,MagickPathExtent);
302 (void) CopyMagickString(filename,root,MagickPathExtent);
    [all...]
property.c 149 MagickPathExtent);
151 MagickPathExtent);
239 key[MagickPathExtent],
240 value[MagickPathExtent];
247 (void) CopyMagickString(key,property,MagickPathExtent-1);
253 (void) CopyMagickString(value,p+1,MagickPathExtent);
364 value[MagickPathExtent];
379 n=FormatLocaleStringList(value,MagickPathExtent,format,operands);
591 format[MagickPathExtent],
592 name[MagickPathExtent],
    [all...]
module.c 415 filename[MagickPathExtent],
416 module_path[MagickPathExtent],
417 path[MagickPathExtent];
500 (void) CopyMagickString(modules[i],modules[i]+10,MagickPathExtent);
563 (void) CopyMagickString(path,filename,MagickPathExtent);
599 (void) CopyMagickString(path,p+1,MagickPathExtent);
606 MagickPathExtent);
607 (void) ConcatenateMagickString(path,filename,MagickPathExtent);
641 (void) FormatLocaleString(path,MagickPathExtent,"%s%s",directory,
684 (void) FormatLocaleString(path,MagickPathExtent,"%s%s%s",(char *
    [all...]
constitute.c 272 ping_filename[MagickPathExtent];
291 (void) CopyMagickString(image_info->filename,filename,MagickPathExtent);
315 (void) CopyMagickString(ping_filename,read_info->filename,MagickPathExtent);
366 filename[MagickPathExtent],
367 magick[MagickPathExtent],
368 magick_filename[MagickPathExtent];
412 (void) CopyMagickString(magick_filename,read_info->filename,MagickPathExtent);
414 (void) CopyMagickString(filename,read_info->filename,MagickPathExtent);
415 (void) CopyMagickString(magick,read_info->magick,MagickPathExtent);
456 MagickPathExtent);
    [all...]
delegate.c 386 (void) ConcatenateMagickString(sanitize_command,"&",MagickPathExtent);
540 value[MagickPathExtent];
567 (void) FormatMagickSize(image->extent,MagickFalse,"B",MagickPathExtent,
571 MagickPathExtent,value);
595 (void) FormatLocaleString(value,MagickPathExtent,
603 (void) FormatLocaleString(value,MagickPathExtent,"%.20g",(double)
622 (void) FormatLocaleString(value,MagickPathExtent,"%.20g",(double)
635 (void) FormatLocaleString(value,MagickPathExtent,"%.20g",(double)
642 (void) FormatLocaleString(value,MagickPathExtent,"%.20g",(double)
655 (void) FormatLocaleString(value,MagickPathExtent,"%s %s %s"
    [all...]
nt-base.c 259 wide_path=(wchar_t *) AcquireQuantumMemory(MagickPathExtent,
263 count=(ssize_t) GetModuleFileNameW(handle,wide_path,MagickPathExtent);
276 path=(char *) AcquireQuantumMemory(16UL*MagickPathExtent,sizeof(*path));
283 count=(ssize_t) GetEnvironmentVariable("PATH",path,16*MagickPathExtent);
286 if ((strlen(module_path)+count+1) < (16*MagickPathExtent-1))
291 variable=(char *) AcquireQuantumMemory(16UL*MagickPathExtent,
300 (void) FormatLocaleString(variable,16*MagickPathExtent,
728 buffer[3*MagickPathExtent],
739 (void) FormatLocaleString(buffer,MagickPathExtent,"%s: %s (%s) [%s].\n",
743 (void) FormatLocaleString(buffer,MagickPathExtent,"%s: %s (%s).\n"
    [all...]
nt-feature.c 298 buffer[MagickPathExtent],
299 system_root[MagickPathExtent],
300 font_root[MagickPathExtent];
334 (void) CopyMagickString(buffer,system_root,MagickPathExtent);
335 (void) ConcatenateMagickString(buffer,"\\fonts\\arial.ttf",MagickPathExtent);
338 (void) CopyMagickString(font_root,system_root,MagickPathExtent);
339 (void) ConcatenateMagickString(font_root,"\\fonts\\",MagickPathExtent);
343 (void) CopyMagickString(font_root,system_root,MagickPathExtent);
344 (void) ConcatenateMagickString(font_root,"\\",MagickPathExtent);
358 value_data[MagickPathExtent],
    [all...]
  /external/ImageMagick/coders/
html.c 216 basename[MagickPathExtent],
217 buffer[MagickPathExtent],
218 filename[MagickPathExtent],
219 mapname[MagickPathExtent],
220 url[MagickPathExtent];
265 (void) CopyMagickString(url,image_info->magick,MagickPathExtent);
266 (void) ConcatenateMagickString(url,":",MagickPathExtent);
270 (void) CopyMagickString(image->filename,p,MagickPathExtent);
276 (void) CopyMagickString(filename,image->filename,MagickPathExtent);
279 (void) CopyMagickString(mapname,basename,MagickPathExtent);
    [all...]
debug.c 173 buffer[MagickPathExtent],
174 colorspace[MagickPathExtent],
175 tuple[MagickPathExtent];
211 MagickColorspaceOptions,(ssize_t) image->colorspace),MagickPathExtent);
215 (void) ConcatenateMagickString(colorspace,"a",MagickPathExtent);
216 (void) FormatLocaleString(buffer,MagickPathExtent,
229 (void) FormatLocaleString(buffer,MagickPathExtent,"%.20g,%.20g: ",(double)
233 (void) FormatLocaleString(tuple,MagickPathExtent,"%.20g,%.20g,%.20g ",
238 black[MagickPathExtent];
240 (void) FormatLocaleString(black,MagickPathExtent,",%.20g "
    [all...]
cip.c 169 buffer[MagickPathExtent];
207 (void) FormatLocaleString(buffer,MagickPathExtent,"<Title>%s</Title>\n",value);
211 basename[MagickPathExtent];
214 (void) FormatLocaleString(buffer,MagickPathExtent,"<Title>%s</Title>\n",
218 (void) FormatLocaleString(buffer,MagickPathExtent,
221 (void) FormatLocaleString(buffer,MagickPathExtent,
224 (void) FormatLocaleString(buffer,MagickPathExtent,"<Width>%.20g</Width>\n",
227 (void) FormatLocaleString(buffer,MagickPathExtent,"<Height>%.20g</Height>\n",
230 (void) FormatLocaleString(buffer,MagickPathExtent,"<Depth>2</Depth>\n");
246 (void) FormatLocaleString(buffer,MagickPathExtent,"%02x",byte)
    [all...]
pdf.c 273 (void) FormatLocaleString(message,MagickPathExtent,
392 command[MagickPathExtent],
394 filename[MagickPathExtent],
395 geometry[MagickPathExtent],
396 input_filename[MagickPathExtent],
397 message[MagickPathExtent],
399 postscript_filename[MagickPathExtent];
538 ((size_t) (p-command) < (MagickPathExtent-1)))
556 name[MagickPathExtent],
557 property[MagickPathExtent],
    [all...]
ttf.c 174 buffer[MagickPathExtent],
224 (void) CopyMagickString(image->filename,type_info->glyphs,MagickPathExtent);
251 (void) CopyMagickString(image->magick,image_info->magick,MagickPathExtent);
252 (void) CopyMagickString(image->filename,image_info->filename,MagickPathExtent);
260 (void) FormatLocaleString(buffer,MagickPathExtent," viewbox 0 0 %.20g %.20g\n",
264 (void) FormatLocaleString(buffer,MagickPathExtent," text 10,%.20g '",(double) y);
269 (void) FormatLocaleString(buffer,MagickPathExtent,"'\n");
276 (void) FormatLocaleString(buffer,MagickPathExtent," text 10,%.20g '%.20g'\n",
279 (void) FormatLocaleString(buffer,MagickPathExtent," font-size %.20g\n",
282 (void) FormatLocaleString(buffer,MagickPathExtent," text 50,%.20g
    [all...]
mpc.c 151 cache_filename[MagickPathExtent],
152 id[MagickPathExtent],
153 keyword[MagickPathExtent],
213 (void) CopyMagickString(cache_filename,image->filename,MagickPathExtent);
230 length=MagickPathExtent;
248 length=MagickPathExtent;
263 MagickPathExtent,sizeof(*comment));
283 length=MagickPathExtent;
289 if ((size_t) (p-keyword) < (MagickPathExtent-1))
310 MagickPathExtent,sizeof(*options))
    [all...]
ps2.c 212 (void) CopyMagickString(write_info->filename,"GROUP4:",MagickPathExtent);
213 (void) CopyMagickString(write_info->magick,"GROUP4",MagickPathExtent);
387 buffer[MagickPathExtent],
388 date[MagickPathExtent],
389 page_geometry[MagickPathExtent],
526 (void) FormatLocaleString(page_geometry,MagickPathExtent,"%.20gx%.20g",
529 (void) CopyMagickString(page_geometry,image_info->page,MagickPathExtent);
532 (void) FormatLocaleString(page_geometry,MagickPathExtent,
538 (void) CopyMagickString(page_geometry,PSPageGeometry,MagickPathExtent);
539 (void) ConcatenateMagickString(page_geometry,">",MagickPathExtent);
    [all...]
uil.c 169 basename[MagickPathExtent],
170 buffer[MagickPathExtent],
171 name[MagickPathExtent],
299 (void) FormatLocaleString(buffer,MagickPathExtent,
315 (void) CopyMagickString(name,"None",MagickPathExtent);
329 (void) FormatLocaleString(buffer,MagickPathExtent,
332 (void) FormatLocaleString(buffer,MagickPathExtent,
337 (void) FormatLocaleString(buffer,MagickPathExtent,"%s",
345 (void) FormatLocaleString(buffer,MagickPathExtent,
365 (void) CopyMagickString(buffer,symbol,MagickPathExtent);
    [all...]
gradient.c 101 colorname[MagickPathExtent+4];
128 (void) CopyMagickString(colorname,image_info->filename,MagickPathExtent);
130 (void) FormatLocaleString(read_info->filename,MagickPathExtent,"xc:%s",
137 (void) CopyMagickString(image->filename,image_info->filename,MagickPathExtent);
141 (void) ConcatenateMagickString(colorname,"-",MagickPathExtent);
158 (void) CopyMagickString(colorname,"white",MagickPathExtent);
160 (void) CopyMagickString(colorname,"black",MagickPathExtent);
txt.c 110 colorspace[MagickPathExtent];
167 filename[MagickPathExtent],
168 geometry[MagickPathExtent],
170 text[MagickPathExtent];
259 MagickPathExtent);
269 (void) FormatLocaleString(geometry,MagickPathExtent,"%gx%g%+g%+g",(double)
276 (void) FormatLocaleString(geometry,MagickPathExtent,"%gx%g%+g%+g",(double)
279 (void) CopyMagickString(filename,image_info->filename,MagickPathExtent);
329 (void) CopyMagickString(image->filename,filename,MagickPathExtent);
384 colorspace[MagickPathExtent],
    [all...]
xps.c 110 command[MagickPathExtent],
112 filename[MagickPathExtent],
113 geometry[MagickPathExtent],
115 input_filename[MagickPathExtent];
217 ((size_t) (p-command) < (MagickPathExtent-1)))
268 (void) FormatLocaleString(geometry,MagickPathExtent,"%.20gx%.20g",(double)
281 (void) FormatLocaleString(density,MagickPathExtent,"%gx%g",
289 (void) FormatLocaleString(options,MagickPathExtent,"-g%.20gx%.20g ",(double)
297 (void) FormatLocaleString(options,MagickPathExtent,"-dLastPage=%.20g",
300 (void) FormatLocaleString(options,MagickPathExtent,
    [all...]
pcl.c 158 command[MagickPathExtent],
160 filename[MagickPathExtent],
161 geometry[MagickPathExtent],
163 input_filename[MagickPathExtent];
265 ((size_t) (p-command) < (MagickPathExtent-1)))
316 (void) FormatLocaleString(geometry,MagickPathExtent,"%.20gx%.20g",(double)
333 (void) FormatLocaleString(density,MagickPathExtent,"%gx%g",image->resolution.x,
337 (void) FormatLocaleString(options,MagickPathExtent,"-g%.20gx%.20g ",(double)
345 (void) FormatLocaleString(options,MagickPathExtent,"-dLastPage=%.20g",
348 (void) FormatLocaleString(options,MagickPathExtent,
    [all...]
thumbnail.c 185 magick[MagickPathExtent];
214 MagickPathExtent);
220 (void) FormatLocaleString(thumbnail_image->filename,MagickPathExtent,
ps.c 262 (void) FormatLocaleString(message,MagickPathExtent,
424 command[MagickPathExtent],
426 filename[MagickPathExtent],
427 geometry[MagickPathExtent],
428 input_filename[MagickPathExtent],
429 message[MagickPathExtent],
431 postscript_filename[MagickPathExtent];
604 ((size_t) (p-command) < (MagickPathExtent-1)))
685 ((size_t) (p-command) < (MagickPathExtent-1)))
718 property[MagickPathExtent],
    [all...]
vicar.c 153 keyword[MagickPathExtent],
154 value[MagickPathExtent];
233 if ((size_t) (p-keyword) < (MagickPathExtent-1))
252 if ((size_t) (p-value) < (MagickPathExtent-1))
435 header[MagickPathExtent];
476 (void) ResetMagickMemory(header,' ',MagickPathExtent);
477 (void) FormatLocaleString(header,MagickPathExtent,
480 "NLB=0 TASK='ImageMagick'",(double) MagickPathExtent,(double) image->columns,
482 (void) WriteBlob(image,MagickPathExtent,(unsigned char *) header);
  /external/ImageMagick/MagickWand/
wandcli.c 100 (void) FormatLocaleString(cli_wand->wand.name,MagickPathExtent,
281 new_format[MagickPathExtent];
294 (void) FormatLocaleString(new_format,MagickPathExtent,cli_wand->location,
296 (void) ConcatenateMagickString(new_format," ",MagickPathExtent);
297 (void) ConcatenateMagickString(new_format,format,MagickPathExtent);
326 new_format[MagickPathExtent];
342 (void) CopyMagickString(new_format,format,MagickPathExtent);
343 (void) ConcatenateMagickString(new_format," ",MagickPathExtent);
346 (void) FormatLocaleString(new_format+len,MagickPathExtent-len,

Completed in 395 milliseconds

1 2 3 4 5 6 7 8