Searched refs:FeatureParams (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout-common-private.hh268 * Adobe tools calculated the offset of the FeatureParams sutable from the
445 struct FeatureParams struct in namespace:OT
485 inline const FeatureParams &get_feature_params (void) const
495 * FeatureParams subtable from the beginning of the FeatureList table!
497 * If sanitizing "failed" for the FeatureParams subtable, try it with the
502 * Adobe tools, only the 'size' feature had FeatureParams defined.
505 OffsetTo<FeatureParams> orig_offset = featureParams;
519 OffsetTo<FeatureParams> new_offset;
531 OffsetTo<FeatureParams>
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-common-private.hh268 * Adobe tools calculated the offset of the FeatureParams sutable from the
445 struct FeatureParams struct in namespace:OT
485 inline const FeatureParams &get_feature_params (void) const
495 * FeatureParams subtable from the beginning of the FeatureList table!
497 * If sanitizing "failed" for the FeatureParams subtable, try it with the
502 * Adobe tools, only the 'size' feature had FeatureParams defined.
505 OffsetTo<FeatureParams> orig_offset = featureParams;
519 OffsetTo<FeatureParams> new_offset;
531 OffsetTo<FeatureParams>
/external/pdfium/core/src/fpdfapi/fpdf_font/
H A Dttgsubtable.h106 TT_uint16_t FeatureParams; member in struct:CFX_CTTGSUBTable::TFeature
109 TFeature(): FeatureParams(0), LookupCount(0), LookupListIndex(NULL) {}
H A Dttgsubtable.cpp283 rec->FeatureParams = GetUInt16(sp);
/external/fonttools/Lib/fontTools/ttLib/tables/
H A DotTables.py17 class FeatureParams(BaseTable): class in inherits:BaseTable
20 assert featureParamTypes.get(writer['FeatureTag']) == self.__class__, "Wrong FeatureParams type for feature '%s': %s" % (writer['FeatureTag'], self.__class__.__name__)
26 class FeatureParamsSize(FeatureParams):
29 class FeatureParamsStylisticSet(FeatureParams):
32 class FeatureParamsCharacterVariants(FeatureParams):
H A DotConverters.py26 elif name == "FeatureParams":
27 converterClass = FeatureParams
42 if name == "FeatureParams":
44 conv.defaultFeatureParams = tableNamespace['FeatureParams']
280 class FeatureParams(Table): class in inherits:Table
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DotTables.py17 class FeatureParams(BaseTable): class in inherits:BaseTable
20 assert featureParamTypes.get(writer['FeatureTag']) == self.__class__, "Wrong FeatureParams type for feature '%s': %s" % (writer['FeatureTag'], self.__class__.__name__)
26 class FeatureParamsSize(FeatureParams):
29 class FeatureParamsStylisticSet(FeatureParams):
32 class FeatureParamsCharacterVariants(FeatureParams):
H A DotConverters.py26 elif name == "FeatureParams":
27 converterClass = FeatureParams
42 if name == "FeatureParams":
44 conv.defaultFeatureParams = tableNamespace['FeatureParams']
280 class FeatureParams(Table): class in inherits:Table
/external/fonttools/Lib/fontTools/
H A Dmerge.py469 f.FeatureParams = None
820 # TODO FeatureParams nameIDs
846 # TODO FeatureParams nameIDs
H A Dsubset.py892 return self.LookupCount or self.FeatureParams
/external/fonttools/Tools/fontTools/
H A Dmerge.py469 f.FeatureParams = None
820 # TODO FeatureParams nameIDs
846 # TODO FeatureParams nameIDs
H A Dsubset.py892 return self.LookupCount or self.FeatureParams

Completed in 199 milliseconds