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

  /external/icu4c/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 175 void LayoutEngine::getGlyphs(le_uint32 glyphs[], le_uint32 extraBits, LEErrorCode &success) const
177 fGlyphStorage->getGlyphs(glyphs, extraBits, success);
180 void LayoutEngine::getGlyphs(LEGlyphID glyphs[], LEErrorCode &success) const
182 fGlyphStorage->getGlyphs(glyphs, success);
  /external/icu4c/layoutex/layout/
ParagraphLayout.h 244 inline const LEGlyphID *getGlyphs() const;
688 inline const LEGlyphID *ParagraphLayout::VisualRun::getGlyphs() const
  /frameworks/base/core/jni/android/graphics/
TextLayoutCache.h 136 inline const jchar* getGlyphs() const { return mGlyphs.array(); }
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 

Completed in 243 milliseconds