Home | History | Annotate | Download | only in src

Lines Matching refs:FeatureParams

267      * Adobe tools calculated the offset of the FeatureParams sutable from the
443 struct FeatureParams
483 inline const FeatureParams &get_feature_params (void) const
484 { return this+featureParams; }
493 * FeatureParams subtable from the beginning of the FeatureList table!
495 * If sanitizing "failed" for the FeatureParams subtable, try it with the
500 * Adobe tools, only the 'size' feature had FeatureParams defined.
503 Offset orig_offset = featureParams;
504 if (unlikely (!featureParams.sanitize (c, this, closure ? closure->tag : HB_TAG_NONE)))
510 if (featureParams == 0 && closure &&
521 featureParams.try_set (c, new_offset) &&
522 !featureParams.sanitize (c, this, closure ? closure->tag : HB_TAG_NONE))
529 OffsetTo<FeatureParams>
530 featureParams; /* Offset to Feature Parameters table (if one