Home
last modified time | relevance | path

Searched defs:FeatureParamsSize (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-ot-layout-common.hh457 struct FeatureParamsSize struct
459 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
530 void collect_name_ids (hb_set_t *nameids_to_retain /* OUT */) const in collect_name_ids()
533 bool subset (hb_subset_context_t *c) const in subset()
539 HBUINT16 designSize; /* Represents the design size in 720/inch
544 HBUINT16 subfamilyID; /* Has no independent meaning, but serves
554 NameID subfamilyNameID;/* If the preceding value is non-zero, this
568 HBUINT16 rangeStart; /* Large end of the recommended usage range
571 HBUINT16 rangeEnd; /* Small end of the recommended usage range
/aosp_15_r20/external/fonttools/Lib/fontTools/ttLib/tables/
H A DotTables.py528 class FeatureParamsSize(FeatureParams): class