HomeSort by relevance Sort by last modified time
    Searched defs:getGlyphs (Results 1 - 4 of 4) sorted by null

  /external/icu/icu4c/source/layout/
LEGlyphStorage.cpp 212 void LEGlyphStorage::getGlyphs(le_uint32 glyphs[], le_uint32 extraBits, LEErrorCode &success) const
235 void LEGlyphStorage::getGlyphs(LEGlyphID glyphs[], LEErrorCode &success) const
LayoutEngine.cpp 177 void LayoutEngine::getGlyphs(le_uint32 glyphs[], le_uint32 extraBits, LEErrorCode &success) const
179 fGlyphStorage->getGlyphs(glyphs, extraBits, success);
182 void LayoutEngine::getGlyphs(LEGlyphID glyphs[], LEErrorCode &success) const
184 fGlyphStorage->getGlyphs(glyphs, success);
  /external/icu/icu4c/source/layoutex/layout/
ParagraphLayout.h 244 inline const LEGlyphID *getGlyphs() const;
688 inline const LEGlyphID *ParagraphLayout::VisualRun::getGlyphs() const
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 

Completed in 84 milliseconds