Searched defs:TT_ExecContextRec_ (Results 1 – 1 of 1) sorted by relevance
114 typedef struct TT_ExecContextRec_ struct116 TT_Face face;117 TT_Size size;118 FT_Memory memory;122 FT_Error error; /* last execution error */124 FT_Long top; /* top of exec. stack */126 FT_UInt stackSize; /* size of exec. stack */127 FT_Long* stack; /* current exec. stack */129 FT_Long args;130 FT_UInt new_top; /* new top after exec. */[all …]