HomeSort by relevance Sort by last modified time
    Searched refs:FeatureParams (Results 1 - 7 of 7) sorted by null

  /external/pdfium/core/fpdfapi/font/
ttgsubtable.cpp 278 rec->FeatureParams = GetUInt16(sp);
412 CFX_CTTGSUBTable::TFeature::TFeature() : FeatureParams(0) {}
ttgsubtable.h 112 uint16_t FeatureParams;
  /external/fonttools/Lib/fontTools/ttLib/tables/
otTables.py 17 class FeatureParams(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):
otConverters.py 26 elif name == "FeatureParams":
27 converterClass = FeatureParams
42 if name == "FeatureParams":
44 conv.defaultFeatureParams = tableNamespace['FeatureParams']
280 class FeatureParams(Table):
  /external/harfbuzz_ng/src/
hb-ot-layout-common-private.hh 286 * Adobe tools calculated the offset of the FeatureParams sutable from the
465 struct FeatureParams
506 inline const FeatureParams &get_feature_params (void) const
507 { return this+featureParams; }
517 * FeatureParams subtable from the beginning of the FeatureList table!
519 * If sanitizing "failed" for the FeatureParams subtable, try it with the
524 * Adobe tools, only the 'size' feature had FeatureParams defined.
527 OffsetTo<FeatureParams> orig_offset = featureParams;
528 if (unlikely (!featureParams.sanitize (c, this, closure ? closure->tag : HB_TAG_NONE))
    [all...]
  /external/fonttools/Lib/fontTools/
merge.py 469 f.FeatureParams = None
820 # TODO FeatureParams nameIDs
846 # TODO FeatureParams nameIDs
subset.py 892 return self.LookupCount or self.FeatureParams
    [all...]

Completed in 62 milliseconds