Cross Reference: gtk-utils.h
xref: /xsrc/external/mit/pixman/dist/demos/gtk-utils.h
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /xsrc/external/mit/pixman/dist/demos/
gtk-utils.h revision 6ba797d6
16ba797d6Smrg#include <stdio.h>
26ba797d6Smrg#include <stdlib.h>
36ba797d6Smrg#include <glib.h>
46ba797d6Smrg#include <gtk/gtk.h>
56ba797d6Smrg#include "pixman.h"
66ba797d6Smrg
76ba797d6Smrgvoid show_image (pixman_image_t *image);
86ba797d6Smrg
96ba797d6SmrgGdkPixbuf *pixbuf_from_argb32 (uint32_t *bits,
106ba797d6Smrg		               gboolean has_alpha,
116ba797d6Smrg                               int width,
126ba797d6Smrg                               int height,
136ba797d6Smrg                               int stride);
14

Indexes created Sun Nov 30 08:09:32 GMT 2025