Home
last modified time | relevance | path

Searched refs:getGlyphs (Results 1 – 19 of 19) sorted by relevance

/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/hiero/
DBMFontUtil.java87 glyphCount += page.getGlyphs().size(); in save()
97 List<Glyph> glyphs = page.getGlyphs(); in save()
103 for (Iterator glyphIter = page.getGlyphs().iterator(); glyphIter.hasNext();) { in save()
107 allGlyphs.addAll(page.getGlyphs()); in save()
DHiero.java1448 glyphCount += ((GlyphPage)unicodeFont.getGlyphPages().get(i)).getGlyphs().size(); in render()
/external/icu/icu4c/source/layout/
DLEGlyphStorage.h149 void getGlyphs(LEGlyphID glyphs[], LEErrorCode &success) const;
163 void getGlyphs(le_uint32 glyphs[], le_uint32 extraBits, LEErrorCode &success) const;
DLayoutEngine.h398 void getGlyphs(LEGlyphID glyphs[], LEErrorCode &success) const;
412 virtual void getGlyphs(le_uint32 glyphs[], le_uint32 extraBits, LEErrorCode &success) const;
DLayoutEngine.cpp177 void LayoutEngine::getGlyphs(le_uint32 glyphs[], le_uint32 extraBits, LEErrorCode &success) const in getGlyphs() function in LayoutEngine
179 fGlyphStorage->getGlyphs(glyphs, extraBits, success); in getGlyphs()
182 void LayoutEngine::getGlyphs(LEGlyphID glyphs[], LEErrorCode &success) const in getGlyphs() function in LayoutEngine
184 fGlyphStorage->getGlyphs(glyphs, success); in getGlyphs()
Dloengine.cpp85 le->getGlyphs(glyphs, *success); in le_getGlyphs()
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
/external/icu/icu4c/source/test/letest/
Dletest.cpp73 engine->getGlyphs(NULL, status); in ParamTest()
80 engine->getGlyphs(glyphs, status); in ParamTest()
87 engine->getGlyphs(NULL, 0xFF000000L, status); in ParamTest()
94 engine->getGlyphs(glyphs, 0xFF000000L, status); in ParamTest()
266 engine->getGlyphs(glyphs, status); in AccessTest()
275 engine->getGlyphs(extraBitGlyphs, 0xFF000000L, status); in AccessTest()
704 engine->getGlyphs(actual.glyphs, success); in DataDrivenTest()
Dgendata.cpp320 engine->getGlyphs(glyphs, leStatus); in main()
/external/icu/icu4c/source/layoutex/layout/
DParagraphLayout.h251 inline const LEGlyphID *getGlyphs() const;
695 inline const LEGlyphID *ParagraphLayout::VisualRun::getGlyphs() const in getGlyphs() function
/external/icu/icu4c/source/test/perf/leperf/
Dleperf.cpp46 engine->getGlyphs(glyphs, status); in iterate()
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
DGlyphLayout.java141 fontData.getGlyphs(run, str, runStart, runEnd, colorRun); in setText()
244 fontData.getGlyphs(truncateRun, truncate, 0, truncate.length(), true); in truncate()
DBitmapFont.java777 public void getGlyphs (GlyphRun run, CharSequence str, int start, int end, boolean tightBounds) { in getGlyphs() method in BitmapFont.BitmapFontData
/external/icu/icu4c/source/layoutex/
Dplayout.cpp267 return vr->getGlyphs(); in pl_getVisualRunGlyphs()
DParagraphLayout.cpp462 engine->getGlyphs(fStyleRunInfo[run].glyphs, layoutStatus); in ParagraphLayout()
/external/icu/icu4c/source/samples/layout/
Dparagraph.cpp246 const LEGlyphID *glyphs = visualRun->getGlyphs(); in draw()
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/hiero/unicodefont/
DGlyphPage.java237 public List<Glyph> getGlyphs () { in getGlyphs() method in GlyphPage
/external/libgdx/extensions/gdx-freetype/src/com/badlogic/gdx/graphics/g2d/freetype/
DFreeTypeFontGenerator.java678 public void getGlyphs (GlyphRun run, CharSequence str, int start, int end, boolean tightBounds) { in getGlyphs() method in FreeTypeFontGenerator.FreeTypeBitmapFontData
680 super.getGlyphs(run, str, start, end, tightBounds); in getGlyphs()
/external/libgdx/
DCHANGES113 …lor tags changing glyph spacing versus not using color tags. BitmapFont#getGlyphs has a new paramt…