Searched defs:TT_ExecContextRec_ (Results 1 – 1 of 1) sorted by relevance
149 typedef struct TT_ExecContextRec_ struct151 TT_Face face;152 TT_Size size;153 FT_Memory memory;157 FT_Error error; /* last execution error */159 FT_Long top; /* top of exec. stack */161 FT_Long stackSize; /* size of exec. stack */162 FT_Long* stack; /* current exec. stack */164 FT_Long args;165 FT_Long new_top; /* new top after exec. */[all …]