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 266 * Adobe tools calculated the offset of the FeatureParams sutable from the
442 struct FeatureParams
482 inline const FeatureParams &get_feature_params (void) const
483 { return this+featureParams; }
492 * FeatureParams subtable from the beginning of the FeatureList table!
494 * If sanitizing "failed" for the FeatureParams subtable, try it with the
499 * Adobe tools, only the 'size' feature had FeatureParams defined.
502 Offset orig_offset = featureParams;
503 if (unlikely (!featureParams.sanitize (c, this, closure ? closure->tag : HB_TAG_NONE)))
509 if (featureParams == 0 && closure &
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-common-private.hh 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 &
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/opentype/
OpenTypeVerticalData.cpp 225 OpenType::Offset featureParams;

Completed in 670 milliseconds