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

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout-common-private.hh483 { return this+featureParams; }
502 Offset orig_offset = featureParams;
503 if (unlikely (!featureParams.sanitize (c, this, closure ? closure->tag : HB_TAG_NONE)))
509 if (featureParams == 0 && closure &&
520 featureParams.try_set (c, new_offset) &&
521 !featureParams.sanitize (c, this, closure ? closure->tag : HB_TAG_NONE))
529 featureParams; /* Offset to Feature Parameters table (if one member in struct:OT::Feature
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/opentype/
H A DOpenTypeVerticalData.cpp225 OpenType::Offset featureParams; member in struct:WebCore::OpenType::FeatureTable
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-common-private.hh484 { return this+featureParams; }
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))
530 featureParams; /* Offset to Feature Parameters table (if one member in struct:OT::Feature

Completed in 495 milliseconds