Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-layout-common.hh312 struct FeatureParamsSize struct
513 const FeatureParamsSize& get_size_params (hb_tag_t tag) const in get_size_params()
517 return Null (FeatureParamsSize); in get_size_params()
536 FeatureParamsSize size;
Dhb-ot-layout.cc1143 const OT::FeatureParamsSize &params = f.get_feature_params ().get_size_params (tag); in hb_ot_layout_get_size_params()
/external/fonttools/Lib/fontTools/ttLib/tables/
DotTables.py498 class FeatureParamsSize(FeatureParams): class
1563 'size': FeatureParamsSize,
/external/fonttools/Lib/fontTools/feaLib/
Dbuilder.py285 params = otTables.FeatureParamsSize()