Searched refs:itemVarStore (Results 1 – 4 of 4) sorted by relevance
200 OTV_OPTIONAL_TABLE32( itemVarStore ); in otv_GDEF_validate()293 OTV_OPTIONAL_OFFSET32( itemVarStore ); in otv_GDEF_validate()294 OTV_SIZE_CHECK32( itemVarStore ); in otv_GDEF_validate()295 if ( itemVarStore ) in otv_GDEF_validate()
292 OTV_OPTIONAL_TABLE32( itemVarStore ); in otv_BASE_validate()335 OTV_OPTIONAL_OFFSET32( itemVarStore ); in otv_BASE_validate()336 OTV_SIZE_CHECK32( itemVarStore ); in otv_BASE_validate()337 if ( itemVarStore ) in otv_BASE_validate()
504 def fromItemVarStore(cls, itemVarStore, fvarAxes): argument507 region.get_support(fvarAxes) for region in itemVarStore.VarRegionList.Region511 for varData in itemVarStore.VarData:582 itemVarStore = builder.buildVarStore(regionList, varDatas)584 itemVarStore.prune_regions()585 return itemVarStore588 def instantiateItemVariationStore(itemVarStore, fvarAxes, axisLimits): argument610 tupleVarStore = _TupleVarStoreAdapter.fromItemVarStore(itemVarStore, fvarAxes)614 itemVarStore.VarRegionList = newItemVarStore.VarRegionList615 assert itemVarStore.VarDataCount == newItemVarStore.VarDataCount[all …]
560 itemVarStore = builder.buildVarStore(574 itemVarStore, fvarAxes605 assert adapter.itemCounts == [data.ItemCount for data in itemVarStore.VarData]