Searched defs:glyphSet (Results 1 - 3 of 3) 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/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_win.cpp382 GLYPHSET* glyphSet = local
384 if (GetFontUnicodeRanges(fontHdc, glyphSet) != glyphSetBufferSize) {
390 for (DWORD i = 0; i < glyphSet->cRanges; ++i) {
395 int count = glyphSet->ranges[i].cGlyphs;
400 chars[j] = glyphSet->ranges[i].wcLow + j;
/external/skia/src/ports/
H A DSkFontHost_win.cpp381 GLYPHSET* glyphSet = local
383 if (GetFontUnicodeRanges(fontHdc, glyphSet) != glyphSetBufferSize) {
389 for (DWORD i = 0; i < glyphSet->cRanges; ++i) {
394 int count = glyphSet->ranges[i].cGlyphs;
399 chars[j] = glyphSet->ranges[i].wcLow + j;

Completed in 84 milliseconds