|
Graphviz 14.0.3~dev.20251104.0241
|
#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 123 of file glcompdefs.h.
| unsigned char* glCompTex::data |
Definition at line 132 of file glcompdefs.h.
Referenced by glCompDeleteTexture(), glCompDrawText(), glCompImageDraw(), and glCompSetAddNewTexture().
| char* glCompTex::def |
Definition at line 125 of file glcompdefs.h.
Referenced by glCompDeleteTexture(), and glCompSetAddNewTexLabel().
| int glCompTex::fontSize |
Definition at line 131 of file glcompdefs.h.
| int glCompTex::height |
Definition at line 128 of file glcompdefs.h.
Referenced by glCompDrawText(), glCompImageDraw(), glCompRenderText(), and glCompSetAddNewTexture().
| uint32_t glCompTex::id |
Definition at line 124 of file glcompdefs.h.
Referenced by glCompDrawText3D(), glCompImageDraw(), and glCompSetAddNewTexture().
| char* glCompTex::text |
Definition at line 126 of file glcompdefs.h.
Referenced by glCompDeleteTexture(), and glCompSetAddNewTexLabel().
| glCompTexType glCompTex::type |
Definition at line 129 of file glcompdefs.h.
Referenced by glCompSetAddNewTexImage(), and glCompSetAddNewTexLabel().
| int glCompTex::userCount |
Definition at line 130 of file glcompdefs.h.
Referenced by glCompDeleteTexture(), and glCompSetAddNewTexture().
| int glCompTex::width |
Definition at line 127 of file glcompdefs.h.
Referenced by glCompDrawText(), glCompImageDraw(), glCompRenderText(), and glCompSetAddNewTexture().