Home
last modified time | relevance | path

Searched refs:glyfStorage (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/freetype/src/truetype/
Dttinterp.h226 FT_Long* glyfStorage; /* storage working copy for glyph */ member
Dttinterp.c259 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()
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.2101319 `glyfStorage`, and `origStorage`.
1325 (Ins_WS): Handle `exc->glyfStorage`.