|
ReactOS 0.4.16-dev-1946-g52006dd
|


Go to the source code of this file.
Functions | |
| cf2_arrstack_init (CF2_ArrStack arrstack, FT_Memory memory, FT_Error *error, size_t sizeItem) | |
| cf2_arrstack_finalize (CF2_ArrStack arrstack) | |
| static FT_Bool | cf2_arrstack_setNumElements (CF2_ArrStack arrstack, size_t numElements) |
| cf2_arrstack_setCount (CF2_ArrStack arrstack, size_t numElements) | |
| cf2_arrstack_clear (CF2_ArrStack arrstack) | |
| cf2_arrstack_size (const CF2_ArrStack arrstack) | |
| cf2_arrstack_getBuffer (const CF2_ArrStack arrstack) | |
| cf2_arrstack_getPointer (const CF2_ArrStack arrstack, size_t idx) | |
| cf2_arrstack_push (CF2_ArrStack arrstack, const void *ptr) | |
| cf2_arrstack_clear | ( | CF2_ArrStack | arrstack | ) |
Definition at line 158 of file psarrst.c.
Referenced by cf2_hintmap_adjustHints(), and cf2_interpT2CharString().
| cf2_arrstack_finalize | ( | CF2_ArrStack | arrstack | ) |
Definition at line 76 of file psarrst.c.
Referenced by cf2_glyphpath_finalize(), and cf2_interpT2CharString().
| cf2_arrstack_getBuffer | ( | const CF2_ArrStack | arrstack | ) |
Definition at line 177 of file psarrst.c.
Referenced by cf2_interpT2CharString().
| cf2_arrstack_getPointer | ( | const CF2_ArrStack | arrstack, |
| size_t | idx | ||
| ) |
Definition at line 187 of file psarrst.c.
Referenced by cf2_hint_init(), cf2_hintmap_adjustHints(), cf2_hintmap_build(), and cf2_interpT2CharString().
| cf2_arrstack_init | ( | CF2_ArrStack | arrstack, |
| FT_Memory | memory, | ||
| FT_Error * | error, | ||
| size_t | sizeItem | ||
| ) |
Definition at line 56 of file psarrst.c.
Referenced by cf2_glyphpath_init(), and cf2_interpT2CharString().
| cf2_arrstack_push | ( | CF2_ArrStack | arrstack, |
| const void * | ptr | ||
| ) |
Definition at line 212 of file psarrst.c.
Referenced by cf2_doStems(), and cf2_hintmap_adjustHints().
| cf2_arrstack_setCount | ( | CF2_ArrStack | arrstack, |
| size_t | numElements | ||
| ) |
Definition at line 140 of file psarrst.c.
Referenced by cf2_interpT2CharString().
|
static |
Definition at line 95 of file psarrst.c.
Referenced by cf2_arrstack_push(), and cf2_arrstack_setCount().
| cf2_arrstack_size | ( | const CF2_ArrStack | arrstack | ) |
Definition at line 168 of file psarrst.c.
Referenced by cf2_hintmap_adjustHints(), cf2_hintmap_build(), and cf2_interpT2CharString().