Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:MagickPathExtent

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],
359 value_name[MagickPathExtent];
367 token[MagickPathExtent],
391 (void) CopyMagickString(buffer,value_name,MagickPathExtent);
405 (void) CopyMagickString(buffer,value_data,MagickPathExtent);
408 (void) CopyMagickString(buffer,font_root,MagickPathExtent);
409 (void) ConcatenateMagickString(buffer,value_data,MagickPathExtent);
430 GetNextToken(q,(const char **) &q,MagickPathExtent,token);