Searched refs:fTypoFlags (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DGXLayoutEngine2.cpp71 fMorphTable->process(fMorphTable, glyphStorage, fTypoFlags, success);
H A DThaiLayoutEngine.cpp137 if (fTypoFlags & LE_Kerning_FEATURE_FLAG) { /* kerning enabled */
H A DLayoutEngine.h141 le_int32 fTypoFlags; member in class:LayoutEngine
H A DLayoutEngine.cpp201 fTypoFlags(typoFlags), fFilterZeroWidth(TRUE)
262 if ((fTypoFlags & LE_NoCanon_FEATURE_FLAG) == 0) { // no canonical processing
433 if (fTypoFlags & LE_Kerning_FEATURE_FLAG) { /* kerning enabled */
H A DOpenTypeLayoutEngine.cpp173 const le_int32& typoFlags = fTypoFlags;
259 if (fTypoFlags & LE_CHAR_FILTER_FEATURE_FLAG) {
520 } else if (fTypoFlags & LE_Kerning_FEATURE_FLAG) { /* kerning enabled */

Completed in 61 milliseconds