Home
last modified time | relevance | path

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

/external/chromium_org/third_party/harfbuzz-ng/src/
Dhb-ot-layout-common-private.hh484 { return this+featureParams; } in get_feature_params()
503 Offset orig_offset = featureParams; in sanitize()
504 if (unlikely (!featureParams.sanitize (c, this, closure ? closure->tag : HB_TAG_NONE))) in sanitize()
510 if (featureParams == 0 && closure && in sanitize()
521 featureParams.try_set (c, new_offset) && in sanitize()
522 !featureParams.sanitize (c, this, closure ? closure->tag : HB_TAG_NONE)) in sanitize()
530 featureParams; /* Offset to Feature Parameters table (if one member
/external/harfbuzz_ng/src/
Dhb-ot-layout-common-private.hh484 { return this+featureParams; } in get_feature_params()
503 Offset orig_offset = featureParams; in sanitize()
504 if (unlikely (!featureParams.sanitize (c, this, closure ? closure->tag : HB_TAG_NONE))) in sanitize()
510 if (featureParams == 0 && closure && in sanitize()
521 featureParams.try_set (c, new_offset) && in sanitize()
522 !featureParams.sanitize (c, this, closure ? closure->tag : HB_TAG_NONE)) in sanitize()
530 featureParams; /* Offset to Feature Parameters table (if one member
/external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
DOpenTypeVerticalData.cpp225 OpenType::Offset featureParams; member