281 lines
12 KiB
HTML
281 lines
12 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
|
<title>MagickCore: stream-private.h File Reference</title>
|
|
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
|
<link href="tabs.css" rel="stylesheet" type="text/css">
|
|
</head><body>
|
|
<!-- Generated by Doxygen 1.5.4 -->
|
|
<div class="nav">
|
|
<a class="el" href="dir_b44b349db36f8365f5234e57d3038770.html">magick</a></div>
|
|
<h1>stream-private.h File Reference</h1>
|
|
<p>
|
|
|
|
<p>
|
|
<a href="stream-private_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
|
|
<tr><td></td></tr>
|
|
<tr><td colspan="2"><br><h2>Typedefs</h2></td></tr>
|
|
<tr><td class="memItemLeft" nowrap align="right" valign="top">typedef struct <a class="el" href="struct__StreamInfo.html">_StreamInfo</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="stream-private_8h.html#9902735521d54fa683f91d76ce8935c7">StreamInfo</a></td></tr>
|
|
|
|
<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
|
|
<tr><td class="memItemLeft" nowrap align="right" valign="top">MagickExport const void * </td><td class="memItemRight" valign="bottom"><a class="el" href="stream-private_8h.html#ad6cf45e9b1e1c7098fb7c456ea399b0">GetStreamInfoClientData</a> (<a class="el" href="struct__StreamInfo.html">StreamInfo</a> *)</td></tr>
|
|
|
|
<tr><td class="memItemLeft" nowrap align="right" valign="top">MagickExport <a class="el" href="struct__Image.html">Image</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="stream-private_8h.html#8083fb2153f4ad568eb029dec2d9efa3">StreamImage</a> (const <a class="el" href="struct__ImageInfo.html">ImageInfo</a> *, <a class="el" href="struct__StreamInfo.html">StreamInfo</a> *, <a class="el" href="struct__ExceptionInfo.html">ExceptionInfo</a> *)</td></tr>
|
|
|
|
<tr><td class="memItemLeft" nowrap align="right" valign="top">MagickExport <a class="el" href="magick-type_8h.html#c740cbce6e8928a679ae3767b49428dd">MagickBooleanType</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="stream-private_8h.html#e9350c0015b1a592f4711faf7c974c2c">OpenStream</a> (const <a class="el" href="struct__ImageInfo.html">ImageInfo</a> *, <a class="el" href="struct__StreamInfo.html">StreamInfo</a> *, const char *, <a class="el" href="struct__ExceptionInfo.html">ExceptionInfo</a> *)</td></tr>
|
|
|
|
<tr><td class="memItemLeft" nowrap align="right" valign="top">MagickExport <a class="el" href="struct__StreamInfo.html">StreamInfo</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="stream-private_8h.html#161eba41485f461d0b22ffb308934255">AcquireStreamInfo</a> (const <a class="el" href="struct__ImageInfo.html">ImageInfo</a> *)</td></tr>
|
|
|
|
<tr><td class="memItemLeft" nowrap align="right" valign="top">MagickExport <a class="el" href="struct__StreamInfo.html">StreamInfo</a> ** </td><td class="memItemRight" valign="bottom"><a class="el" href="stream-private_8h.html#baefb772e18408e42da61f2d15d27422">DestroyStreamInfo</a> (<a class="el" href="struct__StreamInfo.html">StreamInfo</a> *)</td></tr>
|
|
|
|
<tr><td class="memItemLeft" nowrap align="right" valign="top">MagickExport void </td><td class="memItemRight" valign="bottom"><a class="el" href="stream-private_8h.html#e59402290ab0d88afcf4fff722e82dc0">SetStreamInfoClientData</a> (<a class="el" href="struct__StreamInfo.html">StreamInfo</a> *, const void *)</td></tr>
|
|
|
|
<tr><td class="memItemLeft" nowrap align="right" valign="top">MagickExport void </td><td class="memItemRight" valign="bottom"><a class="el" href="stream-private_8h.html#6c65694a65e48356f4f2fbbd532c098c">SetStreamInfoMap</a> (<a class="el" href="struct__StreamInfo.html">StreamInfo</a> *, const char *)</td></tr>
|
|
|
|
<tr><td class="memItemLeft" nowrap align="right" valign="top">MagickExport void </td><td class="memItemRight" valign="bottom"><a class="el" href="stream-private_8h.html#410195beaac17fa69d6fb229fb2c4054">SetStreamInfoStorageType</a> (<a class="el" href="struct__StreamInfo.html">StreamInfo</a> *, const <a class="el" href="constitute_8h.html#6c29de45529a1faaf6cf960d318acb1a">StorageType</a>)</td></tr>
|
|
|
|
</table>
|
|
<hr><h2>Typedef Documentation</h2>
|
|
<a class="anchor" name="9902735521d54fa683f91d76ce8935c7"></a><!-- doxytag: member="stream-private.h::StreamInfo" ref="9902735521d54fa683f91d76ce8935c7" args="" -->
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">typedef struct <a class="el" href="struct__StreamInfo.html">_StreamInfo</a> <a class="el" href="struct__StreamInfo.html">StreamInfo</a> </td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div class="memdoc">
|
|
|
|
<p>
|
|
|
|
</div>
|
|
</div><p>
|
|
<hr><h2>Function Documentation</h2>
|
|
<a class="anchor" name="161eba41485f461d0b22ffb308934255"></a><!-- doxytag: member="stream-private.h::AcquireStreamInfo" ref="161eba41485f461d0b22ffb308934255" args="(const ImageInfo *)" -->
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">MagickExport <a class="el" href="struct__StreamInfo.html">StreamInfo</a>* AcquireStreamInfo </td>
|
|
<td>(</td>
|
|
<td class="paramtype">const <a class="el" href="struct__ImageInfo.html">ImageInfo</a> * </td>
|
|
<td class="paramname"> </td>
|
|
<td> ) </td>
|
|
<td width="100%"></td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div class="memdoc">
|
|
|
|
<p>
|
|
|
|
</div>
|
|
</div><p>
|
|
<a class="anchor" name="baefb772e18408e42da61f2d15d27422"></a><!-- doxytag: member="stream-private.h::DestroyStreamInfo" ref="baefb772e18408e42da61f2d15d27422" args="(StreamInfo *)" -->
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">MagickExport <a class="el" href="struct__StreamInfo.html">StreamInfo</a>* * DestroyStreamInfo </td>
|
|
<td>(</td>
|
|
<td class="paramtype"><a class="el" href="struct__StreamInfo.html">StreamInfo</a> * </td>
|
|
<td class="paramname"> </td>
|
|
<td> ) </td>
|
|
<td width="100%"></td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div class="memdoc">
|
|
|
|
<p>
|
|
|
|
</div>
|
|
</div><p>
|
|
<a class="anchor" name="ad6cf45e9b1e1c7098fb7c456ea399b0"></a><!-- doxytag: member="stream-private.h::GetStreamInfoClientData" ref="ad6cf45e9b1e1c7098fb7c456ea399b0" args="(StreamInfo *)" -->
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">MagickExport const void* GetStreamInfoClientData </td>
|
|
<td>(</td>
|
|
<td class="paramtype"><a class="el" href="struct__StreamInfo.html">StreamInfo</a> * </td>
|
|
<td class="paramname"> </td>
|
|
<td> ) </td>
|
|
<td width="100%"></td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div class="memdoc">
|
|
|
|
<p>
|
|
|
|
</div>
|
|
</div><p>
|
|
<a class="anchor" name="e9350c0015b1a592f4711faf7c974c2c"></a><!-- doxytag: member="stream-private.h::OpenStream" ref="e9350c0015b1a592f4711faf7c974c2c" args="(const ImageInfo *, StreamInfo *, const char *, ExceptionInfo *)" -->
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">MagickExport <a class="el" href="magick-type_8h.html#c740cbce6e8928a679ae3767b49428dd">MagickBooleanType</a> OpenStream </td>
|
|
<td>(</td>
|
|
<td class="paramtype">const <a class="el" href="struct__ImageInfo.html">ImageInfo</a> * </td>
|
|
<td class="paramname">, </td>
|
|
</tr>
|
|
<tr>
|
|
<td class="paramkey"></td>
|
|
<td></td>
|
|
<td class="paramtype"><a class="el" href="struct__StreamInfo.html">StreamInfo</a> * </td>
|
|
<td class="paramname">, </td>
|
|
</tr>
|
|
<tr>
|
|
<td class="paramkey"></td>
|
|
<td></td>
|
|
<td class="paramtype">const char * </td>
|
|
<td class="paramname">, </td>
|
|
</tr>
|
|
<tr>
|
|
<td class="paramkey"></td>
|
|
<td></td>
|
|
<td class="paramtype"><a class="el" href="struct__ExceptionInfo.html">ExceptionInfo</a> * </td>
|
|
<td class="paramname"></td><td> </td>
|
|
</tr>
|
|
<tr>
|
|
<td></td>
|
|
<td>)</td>
|
|
<td></td><td></td><td width="100%"></td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div class="memdoc">
|
|
|
|
<p>
|
|
|
|
</div>
|
|
</div><p>
|
|
<a class="anchor" name="e59402290ab0d88afcf4fff722e82dc0"></a><!-- doxytag: member="stream-private.h::SetStreamInfoClientData" ref="e59402290ab0d88afcf4fff722e82dc0" args="(StreamInfo *, const void *)" -->
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">MagickExport void SetStreamInfoClientData </td>
|
|
<td>(</td>
|
|
<td class="paramtype"><a class="el" href="struct__StreamInfo.html">StreamInfo</a> * </td>
|
|
<td class="paramname">, </td>
|
|
</tr>
|
|
<tr>
|
|
<td class="paramkey"></td>
|
|
<td></td>
|
|
<td class="paramtype">const void * </td>
|
|
<td class="paramname"></td><td> </td>
|
|
</tr>
|
|
<tr>
|
|
<td></td>
|
|
<td>)</td>
|
|
<td></td><td></td><td width="100%"></td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div class="memdoc">
|
|
|
|
<p>
|
|
|
|
</div>
|
|
</div><p>
|
|
<a class="anchor" name="6c65694a65e48356f4f2fbbd532c098c"></a><!-- doxytag: member="stream-private.h::SetStreamInfoMap" ref="6c65694a65e48356f4f2fbbd532c098c" args="(StreamInfo *, const char *)" -->
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">MagickExport void SetStreamInfoMap </td>
|
|
<td>(</td>
|
|
<td class="paramtype"><a class="el" href="struct__StreamInfo.html">StreamInfo</a> * </td>
|
|
<td class="paramname">, </td>
|
|
</tr>
|
|
<tr>
|
|
<td class="paramkey"></td>
|
|
<td></td>
|
|
<td class="paramtype">const char * </td>
|
|
<td class="paramname"></td><td> </td>
|
|
</tr>
|
|
<tr>
|
|
<td></td>
|
|
<td>)</td>
|
|
<td></td><td></td><td width="100%"></td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div class="memdoc">
|
|
|
|
<p>
|
|
|
|
</div>
|
|
</div><p>
|
|
<a class="anchor" name="410195beaac17fa69d6fb229fb2c4054"></a><!-- doxytag: member="stream-private.h::SetStreamInfoStorageType" ref="410195beaac17fa69d6fb229fb2c4054" args="(StreamInfo *, const StorageType)" -->
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">MagickExport void SetStreamInfoStorageType </td>
|
|
<td>(</td>
|
|
<td class="paramtype"><a class="el" href="struct__StreamInfo.html">StreamInfo</a> * </td>
|
|
<td class="paramname">, </td>
|
|
</tr>
|
|
<tr>
|
|
<td class="paramkey"></td>
|
|
<td></td>
|
|
<td class="paramtype">const </td>
|
|
<td class="paramname"> <em>StorageType</em></td><td> </td>
|
|
</tr>
|
|
<tr>
|
|
<td></td>
|
|
<td>)</td>
|
|
<td></td><td></td><td width="100%"></td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div class="memdoc">
|
|
|
|
<p>
|
|
|
|
</div>
|
|
</div><p>
|
|
<a class="anchor" name="8083fb2153f4ad568eb029dec2d9efa3"></a><!-- doxytag: member="stream-private.h::StreamImage" ref="8083fb2153f4ad568eb029dec2d9efa3" args="(const ImageInfo *, StreamInfo *, ExceptionInfo *)" -->
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">MagickExport <a class="el" href="struct__Image.html">Image</a>* StreamImage </td>
|
|
<td>(</td>
|
|
<td class="paramtype">const <a class="el" href="struct__ImageInfo.html">ImageInfo</a> * </td>
|
|
<td class="paramname">, </td>
|
|
</tr>
|
|
<tr>
|
|
<td class="paramkey"></td>
|
|
<td></td>
|
|
<td class="paramtype"><a class="el" href="struct__StreamInfo.html">StreamInfo</a> * </td>
|
|
<td class="paramname">, </td>
|
|
</tr>
|
|
<tr>
|
|
<td class="paramkey"></td>
|
|
<td></td>
|
|
<td class="paramtype"><a class="el" href="struct__ExceptionInfo.html">ExceptionInfo</a> * </td>
|
|
<td class="paramname"></td><td> </td>
|
|
</tr>
|
|
<tr>
|
|
<td></td>
|
|
<td>)</td>
|
|
<td></td><td></td><td width="100%"></td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div class="memdoc">
|
|
|
|
<p>
|
|
|
|
</div>
|
|
</div><p>
|
|
<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jan 26 14:50:30 2008 for MagickCore by
|
|
<a href="http://www.doxygen.org/index.html">
|
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.4 </small></address>
|
|
</body>
|
|
</html>
|