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

  /external/icu/icu4c/source/layout/
ThaiLayoutEngine.cpp 112 if (fTypoFlags & LE_Kerning_FEATURE_FLAG) { /* kerning enabled */
LETypes.h 651 #define LE_Kerning_FEATURE_FLAG (1 << LE_Kerning_FEATURE_ENUM)
680 #define LE_DEFAULT_FEATURE_FLAG (LE_Kerning_FEATURE_FLAG | LE_Ligatures_FEATURE_FLAG) /**< default features */
LayoutEngine.cpp 42 const le_int32 LayoutEngine::kTypoFlagKern = LE_Kerning_FEATURE_FLAG;
377 if (fTypoFlags & LE_Kerning_FEATURE_FLAG) { /* kerning enabled */
OpenTypeLayoutEngine.cpp 181 if (typoFlags & LE_Kerning_FEATURE_FLAG) {
495 } else if (fTypoFlags & LE_Kerning_FEATURE_FLAG) { /* kerning enabled */

Completed in 119 milliseconds