Home
last modified time | relevance | path

Searched refs:MagickPathExtent (Results 1 – 25 of 197) sorted by relevance

12345678

/external/ImageMagick/coders/
Dhtml.c210 basename[MagickPathExtent], in WriteHTMLImage()
211 buffer[MagickPathExtent], in WriteHTMLImage()
212 filename[MagickPathExtent], in WriteHTMLImage()
213 mapname[MagickPathExtent], in WriteHTMLImage()
214 url[MagickPathExtent]; in WriteHTMLImage()
259 (void) CopyMagickString(url,image_info->magick,MagickPathExtent); in WriteHTMLImage()
260 (void) ConcatenateMagickString(url,":",MagickPathExtent); in WriteHTMLImage()
264 (void) CopyMagickString(image->filename,p,MagickPathExtent); in WriteHTMLImage()
270 (void) CopyMagickString(filename,image->filename,MagickPathExtent); in WriteHTMLImage()
273 (void) CopyMagickString(mapname,basename,MagickPathExtent); in WriteHTMLImage()
[all …]
Dpdf.c269 (void) FormatLocaleString(message,MagickPathExtent, in InvokePDFDelegate()
386 command[MagickPathExtent], in ReadPDFImage()
388 filename[MagickPathExtent], in ReadPDFImage()
389 geometry[MagickPathExtent], in ReadPDFImage()
390 input_filename[MagickPathExtent], in ReadPDFImage()
391 message[MagickPathExtent], in ReadPDFImage()
393 postscript_filename[MagickPathExtent]; in ReadPDFImage()
532 ((size_t) (p-command) < (MagickPathExtent-1))) in ReadPDFImage()
550 name[MagickPathExtent], in ReadPDFImage()
551 property[MagickPathExtent], in ReadPDFImage()
[all …]
Ddebug.c168 buffer[MagickPathExtent], in WriteDEBUGImage()
169 colorspace[MagickPathExtent], in WriteDEBUGImage()
170 tuple[MagickPathExtent]; in WriteDEBUGImage()
206 MagickColorspaceOptions,(ssize_t) image->colorspace),MagickPathExtent); in WriteDEBUGImage()
210 (void) ConcatenateMagickString(colorspace,"a",MagickPathExtent); in WriteDEBUGImage()
211 (void) FormatLocaleString(buffer,MagickPathExtent, in WriteDEBUGImage()
224 (void) FormatLocaleString(buffer,MagickPathExtent,"%.20g,%.20g: ",(double) in WriteDEBUGImage()
228 (void) FormatLocaleString(tuple,MagickPathExtent,"%.20g,%.20g,%.20g ", in WriteDEBUGImage()
233 black[MagickPathExtent]; in WriteDEBUGImage()
235 (void) FormatLocaleString(black,MagickPathExtent,",%.20g ", in WriteDEBUGImage()
[all …]
Dps2.c206 (void) CopyMagickString(write_info->filename,"GROUP4:",MagickPathExtent); in Huffman2DEncodeImage()
207 (void) CopyMagickString(write_info->magick,"GROUP4",MagickPathExtent); in Huffman2DEncodeImage()
381 buffer[MagickPathExtent], in WritePS2Image()
382 date[MagickPathExtent], in WritePS2Image()
383 page_geometry[MagickPathExtent], in WritePS2Image()
520 (void) FormatLocaleString(page_geometry,MagickPathExtent,"%.20gx%.20g", in WritePS2Image()
523 (void) CopyMagickString(page_geometry,image_info->page,MagickPathExtent); in WritePS2Image()
526 (void) FormatLocaleString(page_geometry,MagickPathExtent, in WritePS2Image()
532 (void) CopyMagickString(page_geometry,PSPageGeometry,MagickPathExtent); in WritePS2Image()
533 (void) ConcatenateMagickString(page_geometry,">",MagickPathExtent); in WritePS2Image()
[all …]
Dcip.c164 buffer[MagickPathExtent]; in WriteCIPImage()
202 (void) FormatLocaleString(buffer,MagickPathExtent,"<Title>%s</Title>\n",value); in WriteCIPImage()
206 basename[MagickPathExtent]; in WriteCIPImage()
209 (void) FormatLocaleString(buffer,MagickPathExtent,"<Title>%s</Title>\n", in WriteCIPImage()
213 (void) FormatLocaleString(buffer,MagickPathExtent, in WriteCIPImage()
216 (void) FormatLocaleString(buffer,MagickPathExtent, in WriteCIPImage()
219 (void) FormatLocaleString(buffer,MagickPathExtent,"<Width>%.20g</Width>\n", in WriteCIPImage()
222 (void) FormatLocaleString(buffer,MagickPathExtent,"<Height>%.20g</Height>\n", in WriteCIPImage()
225 (void) FormatLocaleString(buffer,MagickPathExtent,"<Depth>2</Depth>\n"); in WriteCIPImage()
241 (void) FormatLocaleString(buffer,MagickPathExtent,"%02x",byte); in WriteCIPImage()
[all …]
Dmpc.c147 cache_filename[MagickPathExtent], in ReadMPCImage()
148 id[MagickPathExtent], in ReadMPCImage()
149 keyword[MagickPathExtent], in ReadMPCImage()
209 (void) CopyMagickString(cache_filename,image->filename,MagickPathExtent); in ReadMPCImage()
226 length=MagickPathExtent; in ReadMPCImage()
244 length=MagickPathExtent; in ReadMPCImage()
259 MagickPathExtent,sizeof(*comment)); in ReadMPCImage()
279 length=MagickPathExtent; in ReadMPCImage()
285 if ((size_t) (p-keyword) < (MagickPathExtent-1)) in ReadMPCImage()
306 MagickPathExtent,sizeof(*options)); in ReadMPCImage()
[all …]
Dxpm.c240 key[MagickPathExtent], in ReadXPMImage()
241 target[MagickPathExtent], in ReadXPMImage()
299 length=MagickPathExtent; in ReadXPMImage()
312 if ((size_t) (p-xpm_buffer+MagickPathExtent) < length) in ReadXPMImage()
315 xpm_buffer=(char *) ResizeQuantumMemory(xpm_buffer,length+MagickPathExtent, in ReadXPMImage()
381 (void) CopyXPMColor(key,p,MagickMin((size_t) width,MagickPathExtent-1)); in ReadXPMImage()
386 (void) CopyMagickString(target,"gray",MagickPathExtent); in ReadXPMImage()
396 MagickPathExtent-1)); in ReadXPMImage()
398 (void) CopyMagickString(target,q,MagickPathExtent); in ReadXPMImage()
444 ssize_t count=CopyXPMColor(key,p,MagickMin(width,MagickPathExtent-1)); in ReadXPMImage()
[all …]
Dttf.c170 buffer[MagickPathExtent], in ReadTTFImage()
220 (void) CopyMagickString(image->filename,type_info->glyphs,MagickPathExtent); in ReadTTFImage()
247 (void) CopyMagickString(image->magick,image_info->magick,MagickPathExtent); in ReadTTFImage()
248 (void) CopyMagickString(image->filename,image_info->filename,MagickPathExtent); in ReadTTFImage()
256 (void) FormatLocaleString(buffer,MagickPathExtent," viewbox 0 0 %.20g %.20g\n", in ReadTTFImage()
260 (void) FormatLocaleString(buffer,MagickPathExtent," text 10,%.20g '",(double) y); in ReadTTFImage()
265 (void) FormatLocaleString(buffer,MagickPathExtent,"'\n"); in ReadTTFImage()
272 (void) FormatLocaleString(buffer,MagickPathExtent," text 10,%.20g '%.20g'\n", in ReadTTFImage()
275 (void) FormatLocaleString(buffer,MagickPathExtent," font-size %.20g\n", in ReadTTFImage()
278 (void) FormatLocaleString(buffer,MagickPathExtent," text 50,%.20g " in ReadTTFImage()
[all …]
Dtxt.c107 colorspace[MagickPathExtent]; in IsTXT()
163 filename[MagickPathExtent], in ReadTEXTImage()
164 geometry[MagickPathExtent], in ReadTEXTImage()
166 text[MagickPathExtent]; in ReadTEXTImage()
255 MagickPathExtent); in ReadTEXTImage()
265 (void) FormatLocaleString(geometry,MagickPathExtent,"%gx%g%+g%+g",(double) in ReadTEXTImage()
272 (void) FormatLocaleString(geometry,MagickPathExtent,"%gx%g%+g%+g",(double) in ReadTEXTImage()
275 (void) CopyMagickString(filename,image_info->filename,MagickPathExtent); in ReadTEXTImage()
325 (void) CopyMagickString(image->filename,filename,MagickPathExtent); in ReadTEXTImage()
379 colorspace[MagickPathExtent], in ReadTXTImage()
[all …]
Dsvg.c292 token[MagickPathExtent]; in GetUserSpaceCoordinateValue()
303 GetNextToken(p,&p,MagickPathExtent,token); in GetUserSpaceCoordinateValue()
327 GetNextToken(p,&p,MagickPathExtent,token); in GetUserSpaceCoordinateValue()
788 id[MagickPathExtent], in SVGStartElement()
790 token[MagickPathExtent], in SVGStartElement()
887 (void) CopyMagickString(id,value,MagickPathExtent); in SVGStartElement()
1341 GetNextToken(p,&p,MagickPathExtent,token); in SVGStartElement()
1343 GetNextToken(p,&p,MagickPathExtent,token); in SVGStartElement()
1345 GetNextToken(p,&p,MagickPathExtent,token); in SVGStartElement()
1347 GetNextToken(p,&p,MagickPathExtent,token); in SVGStartElement()
[all …]
Dmagick.c12981 name[MagickPathExtent],
12982 magick[MagickPathExtent];
13056 MagickPathExtent); in ReadMAGICKImage()
13064 MagickPathExtent); in ReadMAGICKImage()
13214 buffer[MagickPathExtent]; in WriteMAGICKImage()
13265 (void) CopyMagickString(write_info->magick,"PNM",MagickPathExtent); in WriteMAGICKImage()
13267 (void) CopyMagickString(write_info->magick,"GIF",MagickPathExtent); in WriteMAGICKImage()
13270 (void) CopyMagickString(write_info->magick,value,MagickPathExtent); in WriteMAGICKImage()
13286 (void) FormatLocaleString(buffer,MagickPathExtent," %s (%s).\n", in WriteMAGICKImage()
13298 (void) FormatLocaleString(buffer,MagickPathExtent,"0x%02X, ",*p & 0xff); in WriteMAGICKImage()
[all …]
Dhdr.c138 format[MagickPathExtent], in ReadHDRImage()
139 keyword[MagickPathExtent], in ReadHDRImage()
140 tag[MagickPathExtent], in ReadHDRImage()
141 value[MagickPathExtent]; in ReadHDRImage()
220 length=MagickPathExtent; in ReadHDRImage()
232 MagickPathExtent,sizeof(*comment)); in ReadHDRImage()
260 if ((size_t) (p-keyword) < (MagickPathExtent-1)) in ReadHDRImage()
279 if ((size_t) (p-value) < (MagickPathExtent-1)) in ReadHDRImage()
294 (void) CopyMagickString(format,value,MagickPathExtent); in ReadHDRImage()
297 (void) FormatLocaleString(tag,MagickPathExtent,"hdr:%s",keyword); in ReadHDRImage()
[all …]
Dps.c259 (void) FormatLocaleString(message,MagickPathExtent, in InvokePostscriptDelegate()
419 command[MagickPathExtent], in ReadPSImage()
421 filename[MagickPathExtent], in ReadPSImage()
422 geometry[MagickPathExtent], in ReadPSImage()
423 input_filename[MagickPathExtent], in ReadPSImage()
424 message[MagickPathExtent], in ReadPSImage()
426 postscript_filename[MagickPathExtent]; in ReadPSImage()
599 ((size_t) (p-command) < (MagickPathExtent-1))) in ReadPSImage()
680 ((size_t) (p-command) < (MagickPathExtent-1))) in ReadPSImage()
713 property[MagickPathExtent], in ReadPSImage()
[all …]
Dpcl.c154 command[MagickPathExtent], in ReadPCLImage()
156 filename[MagickPathExtent], in ReadPCLImage()
157 geometry[MagickPathExtent], in ReadPCLImage()
159 input_filename[MagickPathExtent]; in ReadPCLImage()
261 ((size_t) (p-command) < (MagickPathExtent-1))) in ReadPCLImage()
312 (void) FormatLocaleString(geometry,MagickPathExtent,"%.20gx%.20g",(double) in ReadPCLImage()
329 (void) FormatLocaleString(density,MagickPathExtent,"%gx%g",image->resolution.x, in ReadPCLImage()
333 (void) FormatLocaleString(options,MagickPathExtent,"-g%.20gx%.20g ",(double) in ReadPCLImage()
341 (void) FormatLocaleString(options,MagickPathExtent,"-dLastPage=%.20g", in ReadPCLImage()
344 (void) FormatLocaleString(options,MagickPathExtent, in ReadPCLImage()
[all …]
Dps3.c221 (void) CopyMagickString(write_info->filename,"GROUP4:",MagickPathExtent); in Huffman2DEncodeImage()
222 (void) CopyMagickString(write_info->magick,"GROUP4",MagickPathExtent); in Huffman2DEncodeImage()
434 buffer[MagickPathExtent]; in WritePS3MaskImage()
473 (void) FormatLocaleString(buffer,MagickPathExtent, in WritePS3MaskImage()
488 (void) FormatLocaleString(buffer,MagickPathExtent, in WritePS3MaskImage()
496 (void) FormatLocaleString(buffer,MagickPathExtent, in WritePS3MaskImage()
503 (void) FormatLocaleString(buffer,MagickPathExtent, in WritePS3MaskImage()
510 (void) FormatLocaleString(buffer,MagickPathExtent, in WritePS3MaskImage()
517 (void) FormatLocaleString(buffer,MagickPathExtent, in WritePS3MaskImage()
603 (void) FormatLocaleString(buffer,MagickPathExtent, in WritePS3MaskImage()
[all …]
Dxps.c108 command[MagickPathExtent], in ReadXPSImage()
110 filename[MagickPathExtent], in ReadXPSImage()
111 geometry[MagickPathExtent], in ReadXPSImage()
113 input_filename[MagickPathExtent]; in ReadXPSImage()
215 ((size_t) (p-command) < (MagickPathExtent-1))) in ReadXPSImage()
266 (void) FormatLocaleString(geometry,MagickPathExtent,"%.20gx%.20g",(double) in ReadXPSImage()
279 (void) FormatLocaleString(density,MagickPathExtent,"%gx%g", in ReadXPSImage()
287 (void) FormatLocaleString(options,MagickPathExtent,"-g%.20gx%.20g ",(double) in ReadXPSImage()
295 (void) FormatLocaleString(options,MagickPathExtent,"-dLastPage=%.20g", in ReadXPSImage()
298 (void) FormatLocaleString(options,MagickPathExtent, in ReadXPSImage()
[all …]
/external/ImageMagick/MagickCore/
Dutility.c186 path[MagickPathExtent]; in AcquireUniqueSymbolicLink()
189 if (getcwd(path,MagickPathExtent) == (char *) NULL) in AcquireUniqueSymbolicLink()
191 (void) ConcatenateMagickString(path,DirectorySeparator,MagickPathExtent); in AcquireUniqueSymbolicLink()
192 (void) ConcatenateMagickString(path,source,MagickPathExtent); in AcquireUniqueSymbolicLink()
270 extension[MagickPathExtent], in AppendImageFormat()
271 root[MagickPathExtent]; in AppendImageFormat()
281 message[MagickPathExtent]; in AppendImageFormat()
283 (void) FormatLocaleString(message,MagickPathExtent,"%s:%s",format, in AppendImageFormat()
285 (void) CopyMagickString(filename,message,MagickPathExtent); in AppendImageFormat()
296 (void) CopyMagickString(filename,root,MagickPathExtent); in AppendImageFormat()
[all …]
Dproperty.c147 MagickPathExtent); in CloneImageProperties()
149 MagickPathExtent); in CloneImageProperties()
236 key[MagickPathExtent], in DefineImageProperty()
237 value[MagickPathExtent]; in DefineImageProperty()
244 (void) CopyMagickString(key,property,MagickPathExtent-1); in DefineImageProperty()
250 (void) CopyMagickString(value,p+1,MagickPathExtent); in DefineImageProperty()
358 value[MagickPathExtent]; in FormatImageProperty()
373 n=FormatLocaleStringList(value,MagickPathExtent,format,operands); in FormatImageProperty()
584 format[MagickPathExtent], in Get8BIMProperty()
585 name[MagickPathExtent], in Get8BIMProperty()
[all …]
Dmodule.c406 filename[MagickPathExtent], in GetModuleList()
407 module_path[MagickPathExtent], in GetModuleList()
408 path[MagickPathExtent]; in GetModuleList()
491 (void) CopyMagickString(modules[i],modules[i]+10,MagickPathExtent); in GetModuleList()
553 (void) CopyMagickString(path,filename,MagickPathExtent); in GetMagickModulePath()
589 (void) CopyMagickString(path,p+1,MagickPathExtent); in GetMagickModulePath()
596 MagickPathExtent); in GetMagickModulePath()
597 (void) ConcatenateMagickString(path,filename,MagickPathExtent); in GetMagickModulePath()
631 (void) FormatLocaleString(path,MagickPathExtent,"%s%s",directory, in GetMagickModulePath()
674 (void) FormatLocaleString(path,MagickPathExtent,"%s%s%s",(char *) in GetMagickModulePath()
[all …]
Ddelegate.c377 (void) ConcatenateMagickString(sanitize_command,"&",MagickPathExtent); in ExternalDelegateCommand()
530 value[MagickPathExtent]; in GetMagickPropertyLetter()
557 (void) FormatMagickSize(image->extent,MagickFalse,"B",MagickPathExtent, in GetMagickPropertyLetter()
561 MagickPathExtent,value); in GetMagickPropertyLetter()
585 (void) FormatLocaleString(value,MagickPathExtent, in GetMagickPropertyLetter()
593 (void) FormatLocaleString(value,MagickPathExtent,"%.20g",(double) in GetMagickPropertyLetter()
612 (void) FormatLocaleString(value,MagickPathExtent,"%.20g",(double) in GetMagickPropertyLetter()
625 (void) FormatLocaleString(value,MagickPathExtent,"%.20g",(double) in GetMagickPropertyLetter()
632 (void) FormatLocaleString(value,MagickPathExtent,"%.20g",(double) in GetMagickPropertyLetter()
645 (void) FormatLocaleString(value,MagickPathExtent,"%s %s %s", in GetMagickPropertyLetter()
[all …]
Dconfigure.c659 path[MagickPathExtent]; in GetConfigureOptions()
674 (void) CopyMagickString(path,filename,MagickPathExtent); in GetConfigureOptions()
686 (void) FormatLocaleString(path,MagickPathExtent,"%s%s",element, in GetConfigureOptions()
755 path[MagickPathExtent]; in GetConfigurePaths()
763 (void) CopyMagickString(path,filename,MagickPathExtent); in GetConfigurePaths()
781 (void) CopyMagickString(path,p+1,MagickPathExtent); in GetConfigurePaths()
788 MagickPathExtent); in GetConfigurePaths()
822 (void) FormatLocaleString(path,MagickPathExtent,"%s%s",(char *) in GetConfigurePaths()
841 (void) FormatLocaleString(path,MagickPathExtent,"%s%s",home, in GetConfigurePaths()
845 (void) FormatLocaleString(path,MagickPathExtent,"%s/etc/%s/",home, in GetConfigurePaths()
[all …]
Dnt-base.c255 wide_path=(wchar_t *) AcquireQuantumMemory(MagickPathExtent, in DllMain()
259 count=(ssize_t) GetModuleFileNameW(handle,wide_path,MagickPathExtent); in DllMain()
272 path=(char *) AcquireQuantumMemory(16UL*MagickPathExtent,sizeof(*path)); in DllMain()
279 count=(ssize_t) GetEnvironmentVariable("PATH",path,16*MagickPathExtent); in DllMain()
282 if ((strlen(module_path)+count+1) < (16*MagickPathExtent-1)) in DllMain()
287 variable=(char *) AcquireQuantumMemory(16UL*MagickPathExtent, in DllMain()
296 (void) FormatLocaleString(variable,16*MagickPathExtent, in DllMain()
715 buffer[3*MagickPathExtent], in NTErrorHandler()
726 (void) FormatLocaleString(buffer,MagickPathExtent,"%s: %s (%s) [%s].\n", in NTErrorHandler()
730 (void) FormatLocaleString(buffer,MagickPathExtent,"%s: %s (%s).\n", in NTErrorHandler()
[all …]
Dconstitute.c268 ping_filename[MagickPathExtent]; in PingImages()
287 (void) CopyMagickString(image_info->filename,filename,MagickPathExtent); in PingImages()
311 (void) CopyMagickString(ping_filename,read_info->filename,MagickPathExtent); in PingImages()
361 filename[MagickPathExtent], in ReadImage()
362 magick[MagickPathExtent], in ReadImage()
363 magick_filename[MagickPathExtent]; in ReadImage()
407 (void) CopyMagickString(magick_filename,read_info->filename,MagickPathExtent); in ReadImage()
409 (void) CopyMagickString(filename,read_info->filename,MagickPathExtent); in ReadImage()
410 (void) CopyMagickString(magick,read_info->magick,MagickPathExtent); in ReadImage()
451 MagickPathExtent); in ReadImage()
[all …]
Dnt-feature.c294 buffer[MagickPathExtent], in NTAcquireTypeCache()
295 system_root[MagickPathExtent], in NTAcquireTypeCache()
296 font_root[MagickPathExtent]; in NTAcquireTypeCache()
330 (void) CopyMagickString(buffer,system_root,MagickPathExtent); in NTAcquireTypeCache()
331 (void) ConcatenateMagickString(buffer,"\\fonts\\arial.ttf",MagickPathExtent); in NTAcquireTypeCache()
334 (void) CopyMagickString(font_root,system_root,MagickPathExtent); in NTAcquireTypeCache()
335 (void) ConcatenateMagickString(font_root,"\\fonts\\",MagickPathExtent); in NTAcquireTypeCache()
339 (void) CopyMagickString(font_root,system_root,MagickPathExtent); in NTAcquireTypeCache()
340 (void) ConcatenateMagickString(font_root,"\\",MagickPathExtent); in NTAcquireTypeCache()
354 value_data[MagickPathExtent], in NTAcquireTypeCache()
[all …]
/external/ImageMagick/filters/
Danalyze.c84 text[MagickPathExtent]; in analyzeImage()
189 (void) FormatLocaleString(text,MagickPathExtent,"%g",brightness_mean); in analyzeImage()
194 (void) FormatLocaleString(text,MagickPathExtent,"%g", in analyzeImage()
205 (void) FormatLocaleString(text,MagickPathExtent,"%g",brightness_kurtosis); in analyzeImage()
213 (void) FormatLocaleString(text,MagickPathExtent,"%g",brightness_skewness); in analyzeImage()
217 (void) FormatLocaleString(text,MagickPathExtent,"%g",saturation_mean); in analyzeImage()
222 (void) FormatLocaleString(text,MagickPathExtent,"%g", in analyzeImage()
233 (void) FormatLocaleString(text,MagickPathExtent,"%g",saturation_kurtosis); in analyzeImage()
241 (void) FormatLocaleString(text,MagickPathExtent,"%g",saturation_skewness); in analyzeImage()

12345678