Graphviz 13.0.0~dev.20241220.2304
|
#include <cairo/cairo.h>
#include <pango/pangocairo.h>
Go to the source code of this file.
Functions | |
unsigned char * | glCompLoadPng (cairo_surface_t **surface, const char *filename, int *imageWidth, int *imageHeight) |
unsigned char * glCompLoadPng | ( | cairo_surface_t ** | surface, |
const char * | filename, | ||
int * | imageWidth, | ||
int * | imageHeight | ||
) |
surface | [out] A surface used to load the PNG. The caller is responsible for deallocating this with cairo_surface_destroy when they are done using the returned pointer. |
Definition at line 17 of file glcomptextpng.c.
References NULL.
Referenced by glCompImageLoadPng(), and glCompImageNewFile().