Searched refs:getGlyphPositions (Results 1 – 8 of 8) sorted by relevance
/external/icu4c/test/letest/ |
D | letest.cpp | 129 engine->getGlyphPositions(NULL, status); in ParamTest() 136 engine->getGlyphPositions(positions, status); in ParamTest() 268 engine->getGlyphPositions(positions, status); in AccessTest() 705 engine->getGlyphPositions(actual.positions, success); in DataDrivenTest()
|
D | gendata.cpp | 265 engine->getGlyphPositions(positions, leStatus); in main()
|
/external/icu4c/layout/ |
D | LEGlyphStorage.h | 201 void getGlyphPositions(float positions[], LEErrorCode &success) const;
|
D | loengine.cpp | 131 le->getGlyphPositions(positions, *success); in le_getGlyphPositions()
|
D | LayoutEngine.h | 437 void getGlyphPositions(float positions[], LEErrorCode &success) const;
|
D | LayoutEngine.cpp | 182 void LayoutEngine::getGlyphPositions(float positions[], LEErrorCode &success) const in getGlyphPositions() function in LayoutEngine 184 fGlyphStorage->getGlyphPositions(positions, success); in getGlyphPositions()
|
D | LEGlyphStorage.cpp | 387 void LEGlyphStorage::getGlyphPositions(float positions[], LEErrorCode &success) const in getGlyphPositions() function in LEGlyphStorage
|
/external/icu4c/layoutex/ |
D | ParagraphLayout.cpp | 465 engine->getGlyphPositions(fStyleRunInfo[run].positions, layoutStatus); in ParagraphLayout()
|