Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 373d4b60c0ac577bb4893121a2d6b9bb > files > 34

ocaml-cairo-devel-1.2.0.cvs20080301-4mdv2010.0.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
<link rel="Start" href="index.html">
<link rel="previous" href="Cairo.html">
<link rel="next" href="Cairo_png.html">
<link rel="Up" href="index.html">
<link title="Index of types" rel=Appendix href="index_types.html">
<link title="Index of exceptions" rel=Appendix href="index_exceptions.html">
<link title="Index of values" rel=Appendix href="index_values.html">
<link title="Index of modules" rel=Appendix href="index_modules.html">
<link title="Cairo" rel="Chapter" href="Cairo.html">
<link title="Cairo_bigarray" rel="Chapter" href="Cairo_bigarray.html">
<link title="Cairo_png" rel="Chapter" href="Cairo_png.html">
<link title="Cairo_pdf" rel="Chapter" href="Cairo_pdf.html">
<link title="Cairo_ps" rel="Chapter" href="Cairo_ps.html">
<link title="Cairo_ft" rel="Chapter" href="Cairo_ft.html">
<link title="Cairo_lablgtk" rel="Chapter" href="Cairo_lablgtk.html"><title>Cairo-ocaml : Cairo_bigarray</title>
</head>
<body>
<div class="navbar"><a href="Cairo.html">Previous</a>
&nbsp;<a href="index.html">Up</a>
&nbsp;<a href="Cairo_png.html">Next</a>
</div>
<center><h1>Module <a href="type_Cairo_bigarray.html">Cairo_bigarray</a></h1></center>
<br>
<pre><span class="keyword">module</span> Cairo_bigarray: <code class="code">sig</code> <a href="Cairo_bigarray.html">..</a> <code class="code">end</code></pre>image backend, via Bigarray<br>
<hr width="100%">
<pre><span class="keyword">val</span> <a name="VALof_bigarr"></a>of_bigarr : <code class="type">('a, 'b, Bigarray.c_layout) Bigarray.Array2.t -><br>       <a href="Cairo.html#TYPEformat">Cairo.format</a> -> width:int -> height:int -> stride:int -> <a href="Cairo.html#TYPEimage_surface">Cairo.image_surface</a></code></pre><pre><span class="keyword">val</span> <a name="VALof_bigarr_32"></a>of_bigarr_32 : <code class="type">alpha:bool -><br>       (int32, Bigarray.int32_elt, Bigarray.c_layout) Bigarray.Array2.t -><br>       <a href="Cairo.html#TYPEimage_surface">Cairo.image_surface</a></code></pre><pre><span class="keyword">val</span> <a name="VALof_bigarr_24"></a>of_bigarr_24 : <code class="type">(int, Bigarray.int_elt, Bigarray.c_layout) Bigarray.Array2.t -><br>       <a href="Cairo.html#TYPEimage_surface">Cairo.image_surface</a></code></pre><pre><span class="keyword">val</span> <a name="VALof_bigarr_8"></a>of_bigarr_8 : <code class="type">(int, Bigarray.int8_unsigned_elt, Bigarray.c_layout) Bigarray.Array2.t -><br>       <a href="Cairo.html#TYPEimage_surface">Cairo.image_surface</a></code></pre><pre><span class="keyword">val</span> <a name="VALwrite_ppm_int32"></a>write_ppm_int32 : <code class="type">Pervasives.out_channel -><br>       (int32, Bigarray.int32_elt, Bigarray.c_layout) Bigarray.Array2.t -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALwrite_ppm_int"></a>write_ppm_int : <code class="type">Pervasives.out_channel -><br>       (int, Bigarray.int_elt, Bigarray.c_layout) Bigarray.Array2.t -> unit</code></pre></body></html>