Include dependency graph for FontPhysical.cpp:
Defines | |
| #define | __IMPLEMENTS_SYSCALL__ |
Functions | |
| _syscall5 (unsigned int, sys_GI_install_font, void *, uiAddr, int, iSize, const char *, pFileName, const char *, pFamily, const char *, pStyle) | |
| _syscall5 (unsigned int, sys_GI_get_font, const char *, pFamily, const char *, pStyle, const char *, pFileName, void *, uiAddr, int, iSize) | |
| static void | InitializeFreeType (void) |
Variables | |
| FT_Library | hFreeTypeLibrary |
| static volatile int | bFreeTypeInitialized = 0 |
| #define __IMPLEMENTS_SYSCALL__ |
| _syscall5 | ( | unsigned | int, | |
| sys_GI_get_font | , | |||
| const char * | , | |||
| pFamily | , | |||
| const char * | , | |||
| pStyle | , | |||
| const char * | , | |||
| pFileName | , | |||
| void * | , | |||
| uiAddr | , | |||
| int | , | |||
| iSize | ||||
| ) |
| _syscall5 | ( | unsigned | int, | |
| sys_GI_install_font | , | |||
| void * | , | |||
| uiAddr | , | |||
| int | , | |||
| iSize | , | |||
| const char * | , | |||
| pFileName | , | |||
| const char * | , | |||
| pFamily | , | |||
| const char * | , | |||
| pStyle | ||||
| ) |
| static void InitializeFreeType | ( | void | ) | [static] |
volatile int bFreeTypeInitialized = 0 [static] |
| FT_Library hFreeTypeLibrary |
1.5.1-p1