mirror of
https://github.com/brl/mutter.git
synced 2024-11-26 01:50:42 -05:00
doc: Expose CoglBitmap
(cherry picked from commit ee97e4ae2b7ca272882a1acaa7eb6df3aed60096)
This commit is contained in:
parent
388e589ac4
commit
5b7faf1134
@ -105,6 +105,7 @@
|
||||
|
||||
<section id="cogl-textures">
|
||||
<title>Textures</title>
|
||||
<xi:include href="xml/cogl-bitmap.xml"/>
|
||||
<xi:include href="xml/cogl-texture.xml"/>
|
||||
</section>
|
||||
|
||||
|
@ -298,6 +298,33 @@ cogl_path_set_fill_rule
|
||||
cogl_path_get_fill_rule
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>cogl-bitmap</FILE>
|
||||
<TITLE>Bitmap</TITLE>
|
||||
|
||||
<SUBSECTION>
|
||||
CoglBitmap
|
||||
cogl_is_bitmap
|
||||
|
||||
<SUBSECTION>
|
||||
cogl_bitmap_new_from_file
|
||||
cogl_bitmap_new_from_buffer
|
||||
cogl_bitmap_new_with_size
|
||||
cogl_bitmap_new_for_data
|
||||
|
||||
<SUBSECTION>
|
||||
cogl_bitmap_get_format
|
||||
cogl_bitmap_get_width
|
||||
cogl_bitmap_get_height
|
||||
cogl_bitmap_get_rowstride
|
||||
cogl_bitmap_get_buffer
|
||||
cogl_bitmap_get_size_from_file
|
||||
|
||||
<SUBSECTION>
|
||||
COGL_BITMAP_ERROR
|
||||
CoglBitmapError
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>cogl-texture</FILE>
|
||||
<TITLE>The Texture Interface</TITLE>
|
||||
|
Loading…
Reference in New Issue
Block a user