Searched refs:le_uint8 (Results 1 - 20 of 20) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DThaiShaping.h88 le_uint8 nextState;
89 le_uint8 action;
91 le_uint8 getNextState() { return nextState; };
92 le_uint8 getAction() { return action; };
95 static le_int32 compose(const LEUnicode *input, le_int32 offset, le_int32 charCount, le_uint8 glyphSet,
102 static const le_uint8 classTable[];
105 inline static StateTransition getTransition(le_uint8 state, le_uint8 currClass);
107 static le_uint8 doTransition(StateTransition transition, LEUnicode currChar, le_int32 inputIndex, le_uint8 glyphSe
[all...]
H A DCanonShaping.h44 static const le_uint8 glyphSubstitutionTable[];
46 static const le_uint8 glyphDefinitionTable[];
H A DLESwaps.h103 static le_uint8 isBigEndian()
107 return *((le_uint8 *) &word);
123 return (((le_uint8) (value >> 8)) | (value << 8));
H A DThaiShaping.cpp56 le_uint8 ThaiShaping::getCharClass(LEUnicode ch)
58 le_uint8 charClass = NON;
68 LEUnicode ThaiShaping::leftAboveVowel(LEUnicode vowel, le_uint8 glyphSet)
88 LEUnicode ThaiShaping::lowerRightTone(LEUnicode tone, le_uint8 glyphSet)
104 LEUnicode ThaiShaping::lowerLeftTone(LEUnicode tone, le_uint8 glyphSet)
120 LEUnicode ThaiShaping::upperLeftTone(LEUnicode tone, le_uint8 glyphSet)
136 LEUnicode ThaiShaping::lowerBelowVowel(LEUnicode vowel, le_uint8 glyphSet)
153 LEUnicode ThaiShaping::noDescenderCOD(LEUnicode cod, le_uint8 glyphSet)
170 le_uint8 ThaiShaping::doTransition (StateTransition transition, LEUnicode currChar, le_int32 inputIndex, le_uint8 glyphSe
[all...]
H A DStateTables.h106 typedef le_uint8 ClassCode;
124 typedef le_uint8 EntryTableIndex;
H A DOpenTypeTables.h48 typedef le_uint8 ATag[4];
H A DClassDefinitionTables.h53 LETableReference base((const le_uint8*)this);
59 LETableReference base((const le_uint8*)this);
H A DArabicShaping.h95 static const le_uint8 shapingTypeTable[];
H A DLEStandalone.h100 typedef unsigned char le_uint8; typedef
H A DOpenTypeUtilities.h54 LETableReference recordRef0((const le_uint8*)records);
H A DThaiLayoutEngine.h104 le_uint8 fGlyphSet;
H A DCoverageTables.cpp70 le_uint8 bit = OpenTypeUtilities::highBit(count);
H A DLETableReference.h93 LETableReference(const le_uint8* data, size_t length = LE_UINTPTR_MAX) :
176 return ((const le_uint8*)atPtr)-fStart;
226 const le_uint8 *fStart; // keep as 8 bit internally, for pointer math
231 fStart = (const le_uint8*)(fFont->getFontTable(fTag, fLength)); // note - a null table is not an error.
239 fStart = (const le_uint8*)data;
408 LEReferenceTo(const le_uint8 *data, size_t length = LE_UINTPTR_MAX) : LETableReference(data, length) {}
409 LEReferenceTo(const T *data, size_t length = LE_UINTPTR_MAX) : LETableReference((const le_uint8*)data, length) {}
H A DStateTableProcessor.cpp99 EntryTableIndex entryTableIndex = stateArray.getObject((le_uint8)classCode, success);
H A DOpenTypeUtilities.cpp49 le_uint8 bit = 0;
85 le_uint8 bit = highBit(recordCount);
124 le_uint8 bit = highBit(recordCount);
H A DPairPositioningSubtables.cpp189 le_uint8 bit = OpenTypeUtilities::highBit(recordCount);
H A DLETypes.h119 typedef uint8_t le_uint8; typedef
H A DShapingTypeData.cpp41 const le_uint8 ArabicShaping::shapingTypeTable[] = {
H A DThaiStateTables.cpp41 const le_uint8 ThaiShaping::classTable[] = {
H A DCanonData.cpp41 const le_uint8 CanonShaping::glyphSubstitutionTable[] = {
3547 const le_uint8 CanonShaping::glyphDefinitionTable[] = {

Completed in 86 milliseconds