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

  /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/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
OpenTypeVerticalData.cpp 223 OpenType::Offset featureParams;

Completed in 115 milliseconds