Graphviz 13.0.0~dev.20241222.1117
|
#include <glcompdefs.h>
Data Fields | |
uint32_t | id |
char * | def |
char * | text |
int | width |
int | height |
glCompTexType | type |
int | userCount |
int | fontSize |
unsigned char * | data |
Definition at line 133 of file glcompdefs.h.
unsigned char* glCompTex::data |
Definition at line 142 of file glcompdefs.h.
Referenced by glCompDeleteTexture(), glCompDrawText(), glCompImageDraw(), and glCompSetAddNewTexture().
char* glCompTex::def |
Definition at line 135 of file glcompdefs.h.
Referenced by glCompDeleteTexture(), and glCompSetAddNewTexLabel().
int glCompTex::fontSize |
Definition at line 141 of file glcompdefs.h.
int glCompTex::height |
Definition at line 138 of file glcompdefs.h.
Referenced by glCompDrawText(), glCompImageDraw(), glCompRenderText(), and glCompSetAddNewTexture().
uint32_t glCompTex::id |
Definition at line 134 of file glcompdefs.h.
Referenced by glCompDrawText3D(), glCompImageDraw(), and glCompSetAddNewTexture().
char* glCompTex::text |
Definition at line 136 of file glcompdefs.h.
Referenced by glCompDeleteTexture(), and glCompSetAddNewTexLabel().
glCompTexType glCompTex::type |
Definition at line 139 of file glcompdefs.h.
Referenced by glCompSetAddNewTexImage(), and glCompSetAddNewTexLabel().
int glCompTex::userCount |
Definition at line 140 of file glcompdefs.h.
Referenced by glCompDeleteTexture(), and glCompSetAddNewTexture().
int glCompTex::width |
Definition at line 137 of file glcompdefs.h.
Referenced by glCompDrawText(), glCompImageDraw(), glCompRenderText(), and glCompSetAddNewTexture().