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

1 2 34

  /external/icu4c/samples/layout/
GDIFontInstance.cpp 53 void GDISurface::drawGlyphs(const LEFontInstance *font, const LEGlyphID *glyphs, le_int32 count, const float *positions,
357 void GDIFontInstance::getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const
384 le_bool GDIFontInstance::getGlyphPoint(LEGlyphID glyph, le_int32 pointNumber, LEPoint &point) const
paragraph.cpp 241 const LEGlyphID *glyphs = visualRun->getGlyphs();
pflow.c 341 const LEGlyphID *glyphs = pl_getVisualRunGlyphs(visualRun);
  /external/icu4c/layout/
KernTable.cpp 128 LEGlyphID id = font->mapCharToGlyph(i);
LayoutEngine.cpp 102 virtual le_bool accept(LEGlyphID glyph) const;
115 le_bool CanonMarkFilter::accept(LEGlyphID glyph) const
176 void LayoutEngine::getGlyphs(LEGlyphID glyphs[], LEErrorCode &success) const
256 fakeGlyphStorage[out] = (LEGlyphID) inChars[i];
OpenTypeLayoutEngine.cpp 431 LEGlyphID zwnj = fFontInstance->mapCharToGlyph(0x200C);
435 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;
IndicReordering.cpp     [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/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 159 milliseconds

1 2 34