Searched defs:glyphSet (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/layout/
H A DThaiShaping.cpp43 LEUnicode ThaiShaping::leftAboveVowel(LEUnicode vowel, le_uint8 glyphSet) argument
53 return leftAboveVowels[glyphSet][vowel - CH_MAI_HANAKAT];
56 if (vowel == CH_YAMAKKAN && glyphSet == 0) {
63 LEUnicode ThaiShaping::lowerRightTone(LEUnicode tone, le_uint8 glyphSet) argument
73 return lowerRightTones[glyphSet][tone - CH_MAITAIKHU];
79 LEUnicode ThaiShaping::lowerLeftTone(LEUnicode tone, le_uint8 glyphSet) argument
89 return lowerLeftTones[glyphSet][tone - CH_MAITAIKHU];
95 LEUnicode ThaiShaping::upperLeftTone(LEUnicode tone, le_uint8 glyphSet) argument
105 return upperLeftTones[glyphSet][tone - CH_MAITAIKHU];
111 LEUnicode ThaiShaping::lowerBelowVowel(LEUnicode vowel, le_uint8 glyphSet) argument
128 noDescenderCOD(LEUnicode cod, le_uint8 glyphSet) argument
145 doTransition(StateTransition transition, LEUnicode currChar, le_int32 inputIndex, le_uint8 glyphSet, LEUnicode errorChar, LEUnicode *outputBuffer, LEGlyphStorage &glyphStorage, le_int32 &outputIndex) argument
228 getNextState(LEUnicode ch, le_uint8 prevState, le_int32 inputIndex, le_uint8 glyphSet, LEUnicode errorChar, le_uint8 &charClass, LEUnicode *output, LEGlyphStorage &glyphStorage, le_int32 &outputIndex) argument
265 compose(const LEUnicode *input, le_int32 offset, le_int32 charCount, le_uint8 glyphSet, LEUnicode errorChar, LEUnicode *output, LEGlyphStorage &glyphStorage) argument
[all...]
/external/skia/src/ports/
H A DSkFontHost_win.cpp366 GLYPHSET* glyphSet = local
368 if (GetFontUnicodeRanges(fontHdc, glyphSet) != glyphSetBufferSize) {
374 for (DWORD i = 0; i < glyphSet->cRanges; ++i) {
379 int count = glyphSet->ranges[i].cGlyphs;
384 chars[j] = glyphSet->ranges[i].wcLow + j;

Completed in 104 milliseconds