HomeSort by relevance Sort by last modified time
    Searched defs:getGlyphs (Results 1 - 9 of 9) 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 251 inline const LEGlyphID *getGlyphs() const;
695 inline const LEGlyphID *ParagraphLayout::VisualRun::getGlyphs() const
  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/hiero/
BMFontUtil.java 87 glyphCount += page.getGlyphs().size();
97 List<Glyph> glyphs = page.getGlyphs();
103 for (Iterator glyphIter = page.getGlyphs().iterator(); glyphIter.hasNext();) {
107 allGlyphs.addAll(page.getGlyphs());
  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/hiero/unicodefont/
GlyphPage.java 237 public List<Glyph> getGlyphs () {
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
GlyphLayout.java 141 fontData.getGlyphs(run, str, runStart, runEnd, colorRun);
244 fontData.getGlyphs(truncateRun, truncate, 0, truncate.length(), true);
BitmapFont.java 763 * {@link #getGlyphs(GlyphRun, CharSequence, int, int, boolean)} should be be used to shape a string of characters into a
777 public void getGlyphs (GlyphRun run, CharSequence str, int start, int end, boolean tightBounds) {
    [all...]
  /external/libgdx/extensions/gdx-freetype/src/com/badlogic/gdx/graphics/g2d/freetype/
FreeTypeFontGenerator.java 678 public void getGlyphs (GlyphRun run, CharSequence str, int start, int end, boolean tightBounds) {
680 super.getGlyphs(run, str, start, end, tightBounds);
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 

Completed in 1181 milliseconds