~ubuntu-branches/ubuntu/trusty/gdk-pixbuf/trusty

« back to all changes in this revision

Viewing changes to docs/reference/gdk-pixbuf/html/gdk-pixbuf-X-Drawables-to-Pixbufs.html

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2013-03-26 10:36:03 UTC
  • mfrom: (42.1.8 raring-proposed)
  • Revision ID: package-import@ubuntu.com-20130326103603-gcktb06bnepznjz0
Tags: 2.28.0-0ubuntu1
* New upstream version
* debian/patches/git_missing_icons.patch: included in the new version

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
<title>X Drawables to Pixbufs</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.78.0">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
7
7
<link rel="home" href="index.html" title="GDK-PixBuf Reference Manual">
8
8
<link rel="up" href="rn01.html" title="API Reference">
9
9
<link rel="prev" href="gdk-pixbuf-Xlib-Rendering.html" title="Xlib Rendering">
91
91
window's own colormap will be used instead.
92
92
</p>
93
93
<p>
94
 
If the specified destination pixbuf <em class="parameter"><code>dest</code></em> is <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><span class="type">NULL</span></a>, then this function will
 
94
If the specified destination pixbuf <em class="parameter"><code>dest</code></em> is <span class="type">NULL</span>, then this function will
95
95
create an RGB pixbuf with 8 bits per channel and no alpha, with the same size
96
96
specified by the <em class="parameter"><code>width</code></em> and <em class="parameter"><code>height</code></em> arguments.  In this case, the <em class="parameter"><code>dest_x</code></em> and
97
97
<em class="parameter"><code>dest_y</code></em> arguments must be specified as 0, otherwise the function will return
98
 
<a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><span class="type">NULL</span></a>.  If the specified destination pixbuf is not NULL and it contains alpha
 
98
<span class="type">NULL</span>.  If the specified destination pixbuf is not NULL and it contains alpha
99
99
information, then the filled pixels will be set to full opacity.
100
100
</p>
101
101
<p>
102
102
If the specified drawable is a pixmap, then the requested source rectangle
103
103
must be completely contained within the pixmap, otherwise the function will
104
 
return <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><span class="type">NULL</span></a>.
 
104
return <span class="type">NULL</span>.
105
105
</p>
106
106
<p>
107
107
If the specified drawable is a window, then it must be viewable, i.e. all of