Searched defs:getGlyphs (Results 1 - 3 of 3) sorted by relevance

/external/icu4c/layout/
H A DLEGlyphStorage.cpp212 void LEGlyphStorage::getGlyphs(le_uint32 glyphs[], le_uint32 extraBits, LEErrorCode &success) const function in class:LEGlyphStorage
235 void LEGlyphStorage::getGlyphs(LEGlyphID glyphs[], LEErrorCode &success) const function in class:LEGlyphStorage
H A DLayoutEngine.cpp171 void LayoutEngine::getGlyphs(le_uint32 glyphs[], le_uint32 extraBits, LEErrorCode &success) const function in class:LayoutEngine
173 fGlyphStorage->getGlyphs(glyphs, extraBits, success);
176 void LayoutEngine::getGlyphs(LEGlyphID glyphs[], LEErrorCode &success) const function in class:LayoutEngine
178 fGlyphStorage->getGlyphs(glyphs, success);
/external/icu4c/layoutex/layout/
H A DParagraphLayout.h244 inline const LEGlyphID *getGlyphs() const;
685 inline const LEGlyphID *ParagraphLayout::VisualRun::getGlyphs() const function in class:ParagraphLayout::VisualRun

Completed in 58 milliseconds