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

  /external/icu/icu4c/source/test/letest/
cletest.c 453 le_int32 typoFlags = 3; /* kerning + ligatures */
462 typoFlags |= 0x80000000L; /* use CharSubstitutionFilter... */
465 engine = le_create(font, scriptCode, languageCode, typoFlags, &status);
gendata.cpp 200 int32_t typoFlags = LayoutEngine::kTypoFlagKern | LayoutEngine::kTypoFlagLiga; // kerning + ligatures...
304 typoFlags |= 0x80000000L; // use CharSubstitutionFilter...
307 engine = LayoutEngine::layoutEngineFactory(font, scriptCode, languageCode, typoFlags, leStatus);
letest.cpp 609 int32_t typoFlags = 3; // kerning + ligatures...
676 typoFlags |= 0x80000000L; // use CharSubstitutionFilter...
691 engine = LayoutEngine::layoutEngineFactory(font, scriptCode, languageCode, typoFlags, success);
    [all...]
  /external/icu/icu4c/source/test/perf/leperf/
xmlreader.cpp 177 int32_t typoFlags = 3; // kerning + ligatures...
  /external/icu/icu4c/source/layout/
OpenTypeLayoutEngine.cpp 129 le_int32 typoFlags, const LEReferenceTo<GlyphSubstitutionTableHeader> &gsubTable, LEErrorCode &success)
130 : LayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, success), fFeatureMask(minimalFeatures),
148 const le_int32& typoFlags = fTypoFlags;
151 switch (typoFlags & (LE_SS01_FEATURE_FLAG
181 if (typoFlags & LE_Kerning_FEATURE_FLAG) {
185 if (typoFlags & LE_Ligatures_FEATURE_FLAG) {
189 if (typoFlags & LE_CLIG_FEATURE_FLAG) fFeatureMask |= cligFeatureMask;
190 if (typoFlags & LE_DLIG_FEATURE_FLAG) fFeatureMask |= dligFeatureMask;
191 if (typoFlags & LE_HLIG_FEATURE_FLAG) fFeatureMask |= hligFeatureMask;
192 if (typoFlags & LE_LIGA_FEATURE_FLAG) fFeatureMask |= ligaFeatureMask
    [all...]

Completed in 419 milliseconds