Searched refs:dligFeatureMask (Results 1 - 2 of 2) sorted by relevance

/openjdk10/jdk/src/java.desktop/share/native/libfontmanager/layout/
H A DArabicShaping.cpp102 #define dligFeatureMask 0x00800000UL macro
111 #define ISOL_FEATURES (isolFeatureMask | ligaFeatureMask | msetFeatureMask | markFeatureMask | ccmpFeatureMask | rligFeatureMask | caltFeatureMask | dligFeatureMask | cswhFeatureMask | cursFeatureMask | kernFeatureMask | mkmkFeatureMask)
124 {dligFeatureTag, dligFeatureMask},
H A DOpenTypeLayoutEngine.cpp99 #define dligFeatureMask 0x00400000UL macro
212 // Convenience TODO: should add: .. dligFeatureMask | rligFeatureMask ?
215 if (typoFlags & LE_DLIG_FEATURE_FLAG) fFeatureMask |= dligFeatureMask;

Completed in 47 milliseconds