Searched defs:fGlyphs (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/layout/
H A DLEGlyphStorage.h49 LEGlyphID *fGlyphs; member in class:LEGlyphStorage
540 return fGlyphs[glyphIndex];
/external/icu4c/layoutex/layout/
H A DParagraphLayout.h330 const LEGlyphID *fGlyphs; member in class:ParagraphLayout::VisualRun
690 return fGlyphs;
719 : UObject(), fFont(NULL), fDirection(UBIDI_LTR), fGlyphCount(0), fGlyphs(NULL), fPositions(NULL), fGlyphToCharMap(NULL)
725 : UObject(), fFont(NULL), fDirection(UBIDI_LTR), fGlyphCount(0), fGlyphs(NULL), fPositions(NULL), fGlyphToCharMap(NULL)
733 fGlyphs(glyphs), fPositions(positions), fGlyphToCharMap(glyphToCharMap)

Completed in 105 milliseconds