Searched refs:getGlyphs (Results 1 – 10 of 10) sorted by relevance
/third_party/icu/icu4c/source/test/letest/ |
D | letest.cpp | 75 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()
|
D | gendata.cpp | 322 engine->getGlyphs(glyphs, leStatus); in main()
|
/third_party/icu/icu4c/source/layoutex/layout/ |
D | ParagraphLayout.h | 251 inline const LEGlyphID *getGlyphs() const; 695 inline const LEGlyphID *ParagraphLayout::VisualRun::getGlyphs() const in getGlyphs() function
|
/third_party/icu/icu4c/source/test/perf/leperf/ |
D | leperf.cpp | 52 engine->getGlyphs(glyphs, status); in iterate()
|
/third_party/icu/icu4c/source/layoutex/ |
D | playout.cpp | 269 return vr->getGlyphs(); in pl_getVisualRunGlyphs()
|
D | ParagraphLayout.cpp | 464 engine->getGlyphs(fStyleRunInfo[run].glyphs, layoutStatus); in ParagraphLayout()
|
/third_party/skia/third_party/externals/icu/source/samples/layout/ |
D | paragraph.cpp | 252 const LEGlyphID *glyphs = visualRun->getGlyphs(); in draw()
|
/third_party/icu/icu4c/source/samples/layout/ |
D | paragraph.cpp | 252 const LEGlyphID *glyphs = visualRun->getGlyphs(); in draw()
|
/third_party/flutter/skia/third_party/externals/icu/source/samples/layout/ |
D | paragraph.cpp | 252 const LEGlyphID *glyphs = visualRun->getGlyphs(); in draw()
|
/third_party/icu/docs/userguide/layoutengine/ |
D | index.md | 169 engine->getGlyphs(glyphs, error);
|