Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
#include "cf2ft.h"
#include "cf2glue.h"
#include "cf2font.h"
#include "cf2stack.h"
#include "cf2error.h"
Go to the source code of this file.
Functions | |
cf2_stack_init (FT_Memory memory, FT_Error *e) | |
cf2_stack_free (CF2_Stack stack) | |
cf2_stack_count (CF2_Stack stack) | |
cf2_stack_pushInt (CF2_Stack stack, CF2_Int val) | |
cf2_stack_pushFixed (CF2_Stack stack, CF2_Fixed val) | |
cf2_stack_popInt (CF2_Stack stack) | |
cf2_stack_popFixed (CF2_Stack stack) | |
cf2_stack_getReal (CF2_Stack stack, CF2_UInt idx) | |
cf2_stack_clear (CF2_Stack stack) | |
cf2_stack_clear | ( | CF2_Stack | stack | ) |
Definition at line 199 of file cf2stack.c.
cf2_stack_count | ( | CF2_Stack | stack | ) |
Definition at line 88 of file cf2stack.c.
References CF2_UInt, and FT_LOCAL_DEF.
Referenced by cf2_stack_getReal().
cf2_stack_free | ( | CF2_Stack | stack | ) |
Definition at line 74 of file cf2stack.c.
References CF2_UInt, FT_FREE, and FT_LOCAL_DEF.
Definition at line 175 of file cf2stack.c.
References cf2_fracToFixed, cf2_intToFixed, CF2_NumberFrac, CF2_NumberInt, CF2_OPERAND_STACK_SIZE, CF2_SET_ERROR, cf2_stack_count(), FT_ASSERT, FT_LOCAL_DEF, and idx.
Definition at line 53 of file cf2stack.c.
References CF2_StackRec_::buffer, CF2_StackRec_::error, error, FT_Err_Ok, FT_LOCAL_DEF, FT_QNEW, CF2_StackRec_::memory, NULL, and CF2_StackRec_::top.
Referenced by cf2_interpT2CharString().
cf2_stack_popFixed | ( | CF2_Stack | stack | ) |
Definition at line 150 of file cf2stack.c.
References CF2_Fixed, cf2_fracToFixed, cf2_intToFixed, CF2_NumberFrac, CF2_NumberInt, CF2_SET_ERROR, and FT_LOCAL_DEF.
cf2_stack_popInt | ( | CF2_Stack | stack | ) |
Definition at line 128 of file cf2stack.c.
References CF2_Fixed, CF2_NumberInt, CF2_SET_ERROR, and FT_LOCAL_DEF.
Definition at line 111 of file cf2stack.c.
References CF2_Int, CF2_NumberFixed, CF2_OPERAND_STACK_SIZE, CF2_SET_ERROR, and FT_LOCAL_DEF.
Definition at line 95 of file cf2stack.c.
References CF2_NumberInt, CF2_OPERAND_STACK_SIZE, CF2_SET_ERROR, and FT_LOCAL_DEF.
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:55.
© Copyright Michele Bosi. All rights reserved.