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

  /external/pdfium/core/src/fpdfapi/fpdf_font/
ttgsubtable.h 106 TT_uint16_t FeatureParams;
109 TFeature(): FeatureParams(0), LookupCount(0), LookupListIndex(NULL) {}
ttgsubtable.cpp 283 rec->FeatureParams = GetUInt16(sp);
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-common-private.hh 268 * Adobe tools calculated the offset of the FeatureParams sutable from the
445 struct FeatureParams
485 inline const FeatureParams &get_feature_params (void) const
486 { return this+featureParams; }
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;
506 if (unlikely (!featureParams.sanitize (c, this, closure ? closure->tag : HB_TAG_NONE))
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-common-private.hh 268 * Adobe tools calculated the offset of the FeatureParams sutable from the
445 struct FeatureParams
485 inline const FeatureParams &get_feature_params (void) const
486 { return this+featureParams; }
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;
506 if (unlikely (!featureParams.sanitize (c, this, closure ? closure->tag : HB_TAG_NONE))
    [all...]
  /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/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 88 milliseconds