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

  /external/harfbuzz/src/
harfbuzz-open.h 100 HB_UShort FeatureParams; /* always 0 for TT Open 1.0 */
harfbuzz-dump.c 146 DUMP_FUINT (Feature, FeatureParams);
harfbuzz-open.c 317 f->FeatureParams = GET_UShort(); /* should be 0 */
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-open.h 100 HB_UShort FeatureParams; /* always 0 for TT Open 1.0 */
harfbuzz-open.c 317 f->FeatureParams = GET_UShort(); /* should be 0 */
  /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...]

Completed in 372 milliseconds