Home
last modified time | relevance | path

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

/external/icu4c/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.cpp171 void LayoutEngine::getGlyphs(le_uint32 glyphs[], le_uint32 extraBits, LEErrorCode &success) const in getGlyphs() function in LayoutEngine
176 void LayoutEngine::getGlyphs(LEGlyphID glyphs[], LEErrorCode &success) const in getGlyphs() function in LayoutEngine
/external/icu4c/layoutex/layout/
DParagraphLayout.h685 inline const LEGlyphID *ParagraphLayout::VisualRun::getGlyphs() const in getGlyphs() function