Searched defs:SetStringInfoLength (Results 1 - 2 of 2) sorted by relevance

/external/ImageMagick/MagickCore/
H A Dstring.c560 SetStringInfoLength(string_info,length+source->length);
1800 % SetStringInfoLength() set the string length to the specified value.
1802 % The format of the SetStringInfoLength method is:
1804 % void SetStringInfoLength(StringInfo *string_info,const size_t length)
1813 MagickExport void SetStringInfoLength(StringInfo *string_info,
1901 SetStringInfoLength(string_info,string_info->length-offset);
1778 MagickExport void SetStringInfoLength(StringInfo *string_info, function
H A Dmethods.h1118 #define SetStringInfoLength PrependMagickMethod(SetStringInfoLength) macro

Completed in 172 milliseconds