Searched refs:glyfStorage (Results 1 – 3 of 3) sorted by relevance
226 FT_Long* glyfStorage; /* storage working copy for glyph */ member
259 FT_FREE( exec->glyfStorage ); in TT_Done_Context()3129 (void*)&exc->glyfStorage, in Ins_WS()3135 FT_ARRAY_COPY( exc->glyfStorage, exc->storage, exc->glyfStoreSize ); in Ins_WS()3136 exc->storage = exc->glyfStorage; in Ins_WS()
1319 `glyfStorage`, and `origStorage`.1325 (Ins_WS): Handle `exc->glyfStorage`.