|
Graphviz 14.0.5~dev.20251117.1017
|
#include <glcomp/glcompfont.h>#include <glcomp/glcomptextpng.h>#include <gtk/gtk.h>#include <png.h>#include <stddef.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().