Searched refs:hvar_table (Results 1 – 4 of 4) sorted by relevance
111 hvar_table = None113 hvar_table = varfont['HVAR'].table115 varStoreInstancer = VarStoreInstancer(hvar_table.VarStore, fvar.axes, loc)120 if hvar_table:121 if hvar_table.AdvWidthMap:122 width_idx = hvar_table.AdvWidthMap.mapping[gname]
319 GX_HVVarTable hvar_table; member
808 if ( FT_NEW( blend->hvar_table ) ) in ft_var_load_hvvar()810 table = blend->hvar_table; in ft_var_load_hvvar()1021 table = face->blend->hvar_table; in tt_hvadvance_adjust()4150 if ( blend->hvar_table ) in tt_done_blend()4153 &blend->hvar_table->itemStore ); in tt_done_blend()4155 FT_FREE( blend->hvar_table->widthMap.innerIndex ); in tt_done_blend()4156 FT_FREE( blend->hvar_table->widthMap.outerIndex ); in tt_done_blend()4157 FT_FREE( blend->hvar_table ); in tt_done_blend()
2942 Move allocation of `hvar_table' to...