Searched defs:TT_ExecContextRec_ (Results 1 – 1 of 1) sorted by relevance
115 typedef struct TT_ExecContextRec_ struct117 TT_Face face;118 TT_Size size;119 FT_Memory memory;123 FT_Error error; /* last execution error */125 FT_Long top; /* top of exec. stack */127 FT_UInt stackSize; /* size of exec. stack */128 FT_Long* stack; /* current exec. stack */130 FT_Long args;131 FT_UInt new_top; /* new top after exec. */[all …]