Searched refs:featureParams (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout-common-private.hh486 { return this+featureParams; }
505 OffsetTo<FeatureParams> orig_offset = featureParams;
506 if (unlikely (!featureParams.sanitize (c, this, closure ? closure->tag : HB_TAG_NONE)))
512 if (featureParams == 0 && closure &&
523 c->try_set (&featureParams, new_offset) &&
524 !featureParams.sanitize (c, this, closure ? closure->tag : HB_TAG_NONE))
532 featureParams; /* Offset to Feature Parameters table (if one member in struct:OT::Feature
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-common-private.hh486 { return this+featureParams; }
505 OffsetTo<FeatureParams> orig_offset = featureParams;
506 if (unlikely (!featureParams.sanitize (c, this, closure ? closure->tag : HB_TAG_NONE)))
512 if (featureParams == 0 && closure &&
523 c->try_set (&featureParams, new_offset) &&
524 !featureParams.sanitize (c, this, closure ? closure->tag : HB_TAG_NONE))
532 featureParams; /* Offset to Feature Parameters table (if one member in struct:OT::Feature
/external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
H A DOpenTypeVerticalData.cpp223 OpenType::Offset featureParams; member in struct:blink::OpenType::FeatureTable

Completed in 339 milliseconds