HomeSort by relevance Sort by last modified time
    Searched refs:glyphSet (Results 1 - 13 of 13) sorted by null

  /external/icu/icu4c/source/layout/
ThaiShaping.h 70 static le_int32 compose(const LEUnicode *input, le_int32 offset, le_int32 charCount, le_uint8 glyphSet,
82 static le_uint8 doTransition(StateTransition transition, LEUnicode currChar, le_int32 inputIndex, le_uint8 glyphSet,
85 static le_uint8 getNextState(LEUnicode ch, le_uint8 state, le_int32 inputIndex, le_uint8 glyphSet, LEUnicode errorChar,
91 static LEUnicode noDescenderCOD(LEUnicode cod, le_uint8 glyphSet);
92 static LEUnicode leftAboveVowel(LEUnicode vowel, le_uint8 glyphSet);
93 static LEUnicode lowerBelowVowel(LEUnicode vowel, le_uint8 glyphSet);
94 static LEUnicode lowerRightTone(LEUnicode tone, le_uint8 glyphSet);
95 static LEUnicode lowerLeftTone(LEUnicode tone, le_uint8 glyphSet);
96 static LEUnicode upperLeftTone(LEUnicode tone, le_uint8 glyphSet);
ThaiShaping.cpp 43 LEUnicode ThaiShaping::leftAboveVowel(LEUnicode vowel, le_uint8 glyphSet)
53 return leftAboveVowels[glyphSet][vowel - CH_MAI_HANAKAT];
56 if (vowel == CH_YAMAKKAN && glyphSet == 0) {
63 LEUnicode ThaiShaping::lowerRightTone(LEUnicode tone, le_uint8 glyphSet)
73 return lowerRightTones[glyphSet][tone - CH_MAITAIKHU];
79 LEUnicode ThaiShaping::lowerLeftTone(LEUnicode tone, le_uint8 glyphSet)
89 return lowerLeftTones[glyphSet][tone - CH_MAITAIKHU];
95 LEUnicode ThaiShaping::upperLeftTone(LEUnicode tone, le_uint8 glyphSet)
105 return upperLeftTones[glyphSet][tone - CH_MAITAIKHU];
111 LEUnicode ThaiShaping::lowerBelowVowel(LEUnicode vowel, le_uint8 glyphSet)
    [all...]
  /external/fonttools/Lib/fontTools/pens/
cocoaPen.py 11 def __init__(self, glyphSet, path=None):
12 BasePen.__init__(self, glyphSet)
boundsPen.py 23 def __init__(self, glyphSet):
24 BasePen.__init__(self, glyphSet)
reportLabPen.py 11 def __init__(self, glyphSet, path=None):
12 BasePen.__init__(self, glyphSet)
basePen.py 152 def __init__(self, glyphSet):
153 self.glyphSet = glyphSet
195 glyph = self.glyphSet[glyphName]
pointInsidePen.py 29 pen = PointInsidePen(glyphSet, (100, 200))
49 def __init__(self, glyphSet, testPoint, evenOdd=0):
50 BasePen.__init__(self, glyphSet)
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFFont.h 40 FontGlyphSetPair(SkPDFFont* font, SkPDFGlyphSet* glyphSet);
SkPDFFont.cpp 664 SkPDFGlyphSet* glyphSet)
666 fGlyphSet(glyphSet) {
    [all...]
  /external/skia/src/pdf/
SkPDFFont.h 40 FontGlyphSetPair(SkPDFFont* font, SkPDFGlyphSet* glyphSet);
SkPDFFont.cpp 650 SkPDFGlyphSet* glyphSet)
652 fGlyphSet(glyphSet) {
    [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_win.cpp 382 GLYPHSET* glyphSet =
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;
    [all...]
  /external/skia/src/ports/
SkFontHost_win.cpp 381 GLYPHSET* glyphSet =
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;
    [all...]

Completed in 233 milliseconds