Home
last modified time | relevance | path

Searched defs:varStore (Results 1 – 9 of 9) sorted by relevance

/external/fonttools/Doc/source/varLib/
DvarStore.rst2 varStore title
/external/harfbuzz_ng/src/
Dhb-ot-var-mvar-table.hh105 varStore; /* Offset to item variation store table. */ member
Dhb-ot-var-hvar-table.hh137 varStore; /* Offset to item variation store table. */ member
Dhb-ot-cff2-table.hh138 VariationStore varStore; member
519 const CFF2VariationStore *varStore; member
Dhb-cff2-interp-cs.hh186 const CFF2VariationStore *varStore; member
Dhb-ot-layout-base-table.hh497 varStore; /* Offset to the table of Item Variation member
Dhb-ot-layout-gdef-table.hh497 varStore; /* Offset to the table of Item Variation member
/external/fonttools/Tests/varLib/instancer/
Dinstancer_test.py417 def varStore(self): member in InstantiateItemVariationStoreTest
452 self, varStore, fvarAxes, location, expected_deltas, num_regions argument
/external/fonttools/Lib/fontTools/
DfontBuilder.py837 def setupCOLR(self, colorLayers, version=None, varStore=None): argument