HomeSort by relevance Sort by last modified time
    Searched refs:LEGlyphID (Results 101 - 119 of 119) sorted by null

1 2 3 45

  /external/icu4c/layout/
KernTable.cpp 128 LEGlyphID id = font->mapCharToGlyph(i);
LayoutEngine.cpp 106 virtual le_bool accept(LEGlyphID glyph) const;
119 le_bool CanonMarkFilter::accept(LEGlyphID glyph) const
180 void LayoutEngine::getGlyphs(LEGlyphID glyphs[], LEErrorCode &success) const
260 fakeGlyphStorage[out] = (LEGlyphID) inChars[i];
OpenTypeLayoutEngine.cpp 535 LEGlyphID zwnj = fFontInstance->mapCharToGlyph(0x200C);
539 LEGlyphID glyph = glyphStorage[g];
LETypes.h 112 typedef le_uint32 LEGlyphID;
115 * Used to mask off the glyph ID part of an LEGlyphID.
117 * @see LEGlyphID
123 * Used to shift the glyph ID part of an LEGlyphID
126 * @see LEGlyphID
133 * Used to mask off the sub-font ID part of an LEGlyphID.
135 * @see LEGlyphID
141 * Used to shift the sub-font ID part of an LEGlyphID
144 * @see LEGlyphID
151 * Used to mask off the client-defined part of an LEGlyphID
    [all...]
IndicRearrangementProcessor.cpp 68 LEGlyphID a, b, c, d;
IndicRearrangementProcessor2.cpp 67 LEGlyphID a, b, c, d;
IndicReordering.cpp     [all...]
  /external/chromium_org/third_party/icu/source/test/letest/
cletest.c 42 LEGlyphID *glyphs = NULL;
60 glyphs = NEW_ARRAY(LEGlyphID, glyphCount + 10);
215 LEGlyphID glyphs[6];
472 actual.glyphs = NEW_ARRAY(LEGlyphID, actual.glyphCount);
xmlreader.cpp 226 expected.glyphs = (LEGlyphID *) getHexArray(glyphs, glyphCount);
letest.cpp 59 LEGlyphID *glyphs = NULL;
69 glyphs = NEW_ARRAY(LEGlyphID, glyphCount + 10);
245 LEGlyphID glyphs[6], extraBitGlyphs[6];;
678 expected.glyphs = (LEGlyphID *) getHexArray(glyphs, glyphCount);
699 actual.glyphs = NEW_ARRAY(LEGlyphID, actual.glyphCount);
    [all...]
testdata.cpp 45 LEGlyphID resultGlyphs0[] =
168 LEGlyphID resultGlyphs1[] =
350 LEGlyphID resultGlyphs2[] =
    [all...]
  /external/icu4c/layoutex/
ParagraphLayout.cpp 451 fStyleRunInfo[run].glyphs = LE_NEW_ARRAY(LEGlyphID, glyphCount);
    [all...]
playout.cpp 258 U_CAPI const LEGlyphID * U_EXPORT2
  /external/icu4c/samples/layout/
paragraph.cpp 241 const LEGlyphID *glyphs = visualRun->getGlyphs();
pflow.c 341 const LEGlyphID *glyphs = pl_getVisualRunGlyphs(visualRun);
  /external/icu4c/test/letest/
cletest.c 42 LEGlyphID *glyphs = NULL;
60 glyphs = NEW_ARRAY(LEGlyphID, glyphCount + 10);
215 LEGlyphID glyphs[6];
472 actual.glyphs = NEW_ARRAY(LEGlyphID, actual.glyphCount);
xmlreader.cpp 226 expected.glyphs = (LEGlyphID *) getHexArray(glyphs, glyphCount);
letest.cpp 59 LEGlyphID *glyphs = NULL;
69 glyphs = NEW_ARRAY(LEGlyphID, glyphCount + 10);
245 LEGlyphID glyphs[6], extraBitGlyphs[6];;
678 expected.glyphs = (LEGlyphID *) getHexArray(glyphs, glyphCount);
699 actual.glyphs = NEW_ARRAY(LEGlyphID, actual.glyphCount);
    [all...]
testdata.cpp 45 LEGlyphID resultGlyphs0[] =
168 LEGlyphID resultGlyphs1[] =
350 LEGlyphID resultGlyphs2[] =
    [all...]

Completed in 1088 milliseconds

1 2 3 45