Graphviz 12.0.1~dev.20240716.0800
Loading...
Searching...
No Matches
glcomptexture.h File Reference
#include <stdbool.h>
#include <stdio.h>
#include <glcomp/opengl.h>
#include <glcomp/glcompdefs.h>
Include dependency graph for glcomptexture.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

glCompTexglCompSetAddNewTexImage (glCompSet *s, int width, int height, unsigned char *data, bool is2D)
 
glCompTexglCompSetAddNewTexLabel (glCompSet *s, char *def, int fs, char *text, bool is2D)
 
void glCompDeleteTexture (glCompTex *t)
 

Function Documentation

◆ glCompDeleteTexture()

void glCompDeleteTexture ( glCompTex t)
extern

Definition at line 145 of file glcomptexture.c.

References glCompTex::data, glCompTex::def, free(), glCompTex::text, and glCompTex::userCount.

Referenced by glCompImageDelete(), glCompImageLoad(), and glDeleteFont().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ glCompSetAddNewTexImage()

glCompTex * glCompSetAddNewTexImage ( glCompSet s,
int  width,
int  height,
unsigned char *  data,
bool  is2D 
)

Definition at line 86 of file glcomptexture.c.

References glCompSetAddNewTexture(), glTexImage, NULL, and glCompTex::type.

Referenced by glCompImageLoad().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ glCompSetAddNewTexLabel()

glCompTex * glCompSetAddNewTexLabel ( glCompSet s,
char *  def,
int  fs,
char *  text,
bool  is2D 
)

Definition at line 100 of file glcomptexture.c.

References glCompTex::def, free(), glCompCreatePangoTexture(), glCompSetAddNewTexture(), glTexLabel, gv_strdup(), NULL, glCompTex::text, and glCompTex::type.

Referenced by glNewFont(), and glNewFontFromParent().

Here is the call graph for this function:
Here is the caller graph for this function: