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

  /external/icu4c/layout/
AlternateSubstSubtables.cpp 32 if (filter == NULL || filter->accept(LE_SET_GLYPH(glyph, alternate))) {
SimpleArrayProcessor.cpp 46 glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph, newGlyph);
SimpleArrayProcessor2.cpp 46 glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph, newGlyph);
ContextualGlyphSubstProc.cpp 52 glyphStorage[markGlyph] = LE_SET_GLYPH(mGlyph, newGlyph);
60 glyphStorage[currGlyph] = LE_SET_GLYPH(thisGlyph, newGlyph);
MultipleSubstSubtables.cpp 50 if (filter != NULL && ! filter->accept(LE_SET_GLYPH(glyph, substitute))) {
84 newGlyphs[insert] = LE_SET_GLYPH(glyph, substitute);
SingleSubstitutionSubtables.cpp 51 if (filter == NULL || filter->accept(LE_SET_GLYPH(glyph, substitute))) {
69 if (filter == NULL || filter->accept(LE_SET_GLYPH(glyph, substitute))) {
SegmentArrayProcessor.cpp 54 glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph, newGlyph);
SegmentArrayProcessor2.cpp 54 glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph, newGlyph);
SegmentSingleProcessor.cpp 49 glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph, newGlyph);
SegmentSingleProcessor2.cpp 49 glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph, newGlyph);
TrimmedArrayProcessor.cpp 50 glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph, newGlyph);
TrimmedArrayProcessor2.cpp 50 glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph, newGlyph);
LigatureSubstProc.cpp 87 glyphStorage[componentGlyph] = LE_SET_GLYPH(glyphStorage[componentGlyph], ligatureGlyph);
91 glyphStorage[componentGlyph] = LE_SET_GLYPH(glyphStorage[componentGlyph], 0xFFFF);
LigatureSubstProc2.cpp 87 glyphStorage[componentGlyph] = LE_SET_GLYPH(glyphStorage[componentGlyph], ligatureGlyph);
91 glyphStorage[componentGlyph] = LE_SET_GLYPH(glyphStorage[componentGlyph], 0xFFFF);
LigatureSubstSubtables.cpp 44 if (comp == compCount && (filter == NULL || filter->accept(LE_SET_GLYPH(glyph, ligGlyph)))) {
ContextualGlyphSubstProc2.cpp 52 glyphStorage[markGlyph] = LE_SET_GLYPH(mGlyph, newGlyph);
59 glyphStorage[currGlyph] = LE_SET_GLYPH(thisGlyph, newGlyph);
LETypes.h 199 #define LE_SET_GLYPH(gid, glyph) ((gid & ~LE_GLYPH_MASK) | ((glyph << LE_GLYPH_SHIFT) & LE_GLYPH_MASK))
GlyphIterator.cpp 197 glyphStorage[position] = LE_SET_GLYPH(glyph, glyphID);
OpenTypeLayoutEngine.cpp 542 glyphStorage[g] = LE_SET_GLYPH(glyph, 0xFFFF);
  /external/icu4c/samples/layout/
ScriptCompositeFontInstance.cpp 101 return LE_SET_GLYPH(subFont, glyph);
cmaps.cpp 162 return LE_SET_GLYPH(0, result);
  /external/chromium_org/third_party/icu/source/test/letest/
cmaps.cpp 156 return LE_SET_GLYPH(0, result);
  /external/harfbuzz_ng/src/hb-icu-le/
cmaps.cpp 156 return LE_SET_GLYPH(0, result);
  /external/icu4c/test/letest/
cmaps.cpp 156 return LE_SET_GLYPH(0, result);

Completed in 306 milliseconds