Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/letest/
Dletest.cpp75 engine->getGlyphs(NULL, status); in ParamTest()
82 engine->getGlyphs(glyphs, status); in ParamTest()
89 engine->getGlyphs(NULL, 0xFF000000L, status); in ParamTest()
96 engine->getGlyphs(glyphs, 0xFF000000L, status); in ParamTest()
268 engine->getGlyphs(glyphs, status); in AccessTest()
277 engine->getGlyphs(extraBitGlyphs, 0xFF000000L, status); in AccessTest()
706 engine->getGlyphs(actual.glyphs, success); in DataDrivenTest()
Dgendata.cpp322 engine->getGlyphs(glyphs, leStatus); in main()
/third_party/icu/icu4c/source/layoutex/layout/
DParagraphLayout.h251 inline const LEGlyphID *getGlyphs() const;
695 inline const LEGlyphID *ParagraphLayout::VisualRun::getGlyphs() const in getGlyphs() function
/third_party/icu/icu4c/source/test/perf/leperf/
Dleperf.cpp52 engine->getGlyphs(glyphs, status); in iterate()
/third_party/icu/icu4c/source/layoutex/
Dplayout.cpp269 return vr->getGlyphs(); in pl_getVisualRunGlyphs()
DParagraphLayout.cpp464 engine->getGlyphs(fStyleRunInfo[run].glyphs, layoutStatus); in ParagraphLayout()
/third_party/skia/third_party/externals/icu/source/samples/layout/
Dparagraph.cpp252 const LEGlyphID *glyphs = visualRun->getGlyphs(); in draw()
/third_party/icu/icu4c/source/samples/layout/
Dparagraph.cpp252 const LEGlyphID *glyphs = visualRun->getGlyphs(); in draw()
/third_party/flutter/skia/third_party/externals/icu/source/samples/layout/
Dparagraph.cpp252 const LEGlyphID *glyphs = visualRun->getGlyphs(); in draw()
/third_party/icu/docs/userguide/layoutengine/
Dindex.md169 engine->getGlyphs(glyphs, error);