Searched refs:fScriptCode (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DIndicLayoutEngine.cpp63 fFilterZeroWidth = IndicReordering::getFilterZeroWidth(fScriptCode);
124 le_int32 worstCase = count * IndicReordering::getWorstCaseExpansion(fScriptCode);
146 outCharCount = IndicReordering::v2process(&chars[offset], count, fScriptCode, outChars, glyphStorage);
148 outCharCount = IndicReordering::reorder(&chars[offset], count, fScriptCode, outChars, glyphStorage, &fMPreFixups, success);
H A DKhmerLayoutEngine.cpp100 le_int32 outCharCount = KhmerReordering::reorder(&chars[offset], count, fScriptCode, outChars, glyphStorage);
H A DTibetanLayoutEngine.cpp106 le_int32 outCharCount = TibetanReordering::reorder(&chars[offset], count, fScriptCode, outChars, glyphStorage);
H A DLayoutEngine.h125 le_int32 fScriptCode; member in class:LayoutEngine
H A DLayoutEngine.cpp200 : fGlyphStorage(NULL), fFontInstance(fontInstance), fScriptCode(scriptCode), fLanguageCode(languageCode),
267 LETag scriptTag = OpenTypeLayoutEngine::getScriptTag(fScriptCode);
292 if (fScriptCode == hebrScriptCode) {
H A DOpenTypeLayoutEngine.cpp302 fScriptTag = getScriptTag(fScriptCode);
303 fScriptTagV2 = getV2ScriptTag(fScriptCode);
324 if (fScriptCode == hebrScriptCode) {

Completed in 61 milliseconds