Home
last modified time | relevance | path

Searched refs:itemVarStore (Results 1 – 4 of 4) sorted by relevance

/external/freetype/src/otvalid/
Dotvgdef.c200 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()
Dotvbase.c292 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()
/external/fonttools/Lib/fontTools/varLib/instancer/
D__init__.py504 def fromItemVarStore(cls, itemVarStore, fvarAxes): argument
507 region.get_support(fvarAxes) for region in itemVarStore.VarRegionList.Region
511 for varData in itemVarStore.VarData:
582 itemVarStore = builder.buildVarStore(regionList, varDatas)
584 itemVarStore.prune_regions()
585 return itemVarStore
588 def instantiateItemVariationStore(itemVarStore, fvarAxes, axisLimits): argument
610 tupleVarStore = _TupleVarStoreAdapter.fromItemVarStore(itemVarStore, fvarAxes)
614 itemVarStore.VarRegionList = newItemVarStore.VarRegionList
615 assert itemVarStore.VarDataCount == newItemVarStore.VarDataCount
[all …]
/external/fonttools/Tests/varLib/instancer/
Dinstancer_test.py560 itemVarStore = builder.buildVarStore(
574 itemVarStore, fvarAxes
605 assert adapter.itemCounts == [data.ItemCount for data in itemVarStore.VarData]