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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DThaiShaping.cpp153 LEUnicode ThaiShaping::noDescenderCOD(LEUnicode cod, le_uint8 glyphSet) argument
163 if (cod >= CH_YO_YING && cod <= CH_THO_THAN) {
164 return noDescenderCODs[glyphSet][cod - CH_YO_YING];
167 return cod;
208 LEUnicode cod = outputBuffer[outputIndex - 1]; local
209 LEUnicode coa = noDescenderCOD(cod, glyphSet);
211 if (cod != coa) {
H A DThaiShaping.h116 static LEUnicode noDescenderCOD(LEUnicode cod, le_uint8 glyphSet);

Completed in 31 milliseconds