Home
last modified time | relevance | path

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

/external/icu/icu4c/source/layout/
DLEGlyphStorage.cpp212 void LEGlyphStorage::getGlyphs(le_uint32 glyphs[], le_uint32 extraBits, LEErrorCode &success) const in getGlyphs() function in LEGlyphStorage
235 void LEGlyphStorage::getGlyphs(LEGlyphID glyphs[], LEErrorCode &success) const in getGlyphs() function in LEGlyphStorage
DLayoutEngine.cpp177 void LayoutEngine::getGlyphs(le_uint32 glyphs[], le_uint32 extraBits, LEErrorCode &success) const in getGlyphs() function in LayoutEngine
182 void LayoutEngine::getGlyphs(LEGlyphID glyphs[], LEErrorCode &success) const in getGlyphs() function in LayoutEngine
/external/icu/icu4c/source/layoutex/layout/
DParagraphLayout.h695 inline const LEGlyphID *ParagraphLayout::VisualRun::getGlyphs() const in getGlyphs() function