HomeSort by relevance Sort by last modified time
    Searched defs:reqFeatureIndex (Results 1 - 4 of 4) sorted by null

  /external/icu4c/layout/
ScriptAndLanguage.h 25 le_uint16 reqFeatureIndex;
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-common-private.hh 192 inline bool has_required_feature (void) const { return reqFeatureIndex != 0xffff; }
195 if (reqFeatureIndex == 0xffff)
197 return reqFeatureIndex;;
208 USHORT reqFeatureIndex;/* Index of a feature required for this
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-common-private.hh 192 inline bool has_required_feature (void) const { return reqFeatureIndex != 0xffff; }
195 if (reqFeatureIndex == 0xffff)
197 return reqFeatureIndex;;
208 USHORT reqFeatureIndex;/* Index of a feature required for this
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
OpenTypeVerticalData.cpp 272 OpenType::UInt16 reqFeatureIndex;

Completed in 708 milliseconds