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

  /external/pdfium/core/fpdfapi/font/
cfx_cttgsubtable.h 51 uint16_t FeatureParams;
cfx_cttgsubtable.cpp 214 rec->FeatureParams = GetUInt16(sp);
322 : FeatureTag(0), FeatureParams(0) {}
  /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 282 * Adobe tools calculated the offset of the FeatureParams sutable from the
461 struct FeatureParams
502 inline const FeatureParams &get_feature_params (void) const
503 { return this+featureParams; }
513 * FeatureParams subtable from the beginning of the FeatureList table!
515 * If sanitizing "failed" for the FeatureParams subtable, try it with the
520 * Adobe tools, only the 'size' feature had FeatureParams defined.
523 OffsetTo<FeatureParams> orig_offset = featureParams;
524 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 99 milliseconds