Home | History | Annotate | Download | only in src

Lines Matching refs:featureParams

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)))
534 if (featureParams == 0 && closure &&
541 OffsetTo<FeatureParams> new_offset;
545 c->try_set (&featureParams, new_offset) &&
546 !featureParams.sanitize (c, this, closure ? closure->tag : HB_TAG_NONE))
556 OffsetTo<FeatureParams>
557 featureParams; /* Offset to Feature Parameters table (if one