HomeSort by relevance Sort by last modified time
    Searched refs:LE_SET_GLYPH (Results 1 - 16 of 16) 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);
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);
SegmentSingleProcessor.cpp 49 glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph, newGlyph);
TrimmedArrayProcessor.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);
LigatureSubstSubtables.cpp 44 if (comp == compCount && (filter == NULL || filter->accept(LE_SET_GLYPH(glyph, ligGlyph)))) {
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 438 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/icu4c/test/letest/
cmaps.cpp 156 return LE_SET_GLYPH(0, result);

Completed in 101 milliseconds