Home | History | Annotate | Download | only in gtk

Lines Matching refs:GdkPixbuf

45 GdkPixbuf* readPixbufFromStdin(long imageSize)
66 GdkPixbuf* decodedImage = gdk_pixbuf_loader_get_pixbuf(loader);
71 GdkPixbuf* differenceImageFromDifferenceBuffer(unsigned char* buffer, int width, int height)
73 GdkPixbuf* image = gdk_pixbuf_new(GDK_COLORSPACE_RGB, FALSE, 8, width, height);
89 float calculateDifference(GdkPixbuf* baselineImage, GdkPixbuf* actualImage, GdkPixbuf** differenceImage)
150 void printImage(GdkPixbuf* image)
164 void printImageDifferences(GdkPixbuf* baselineImage, GdkPixbuf* actualImage)
166 GdkPixbuf* differenceImage = 0;
192 GdkPixbuf* actualImage = 0;
193 GdkPixbuf* baselineImage = 0;