Searched refs:getGlyphPositions (Results 1 - 8 of 8) sorted by relevance

/external/icu4c/layout/
H A DLEGlyphStorage.h201 void getGlyphPositions(float positions[], LEErrorCode &success) const;
H A Dloengine.cpp131 le->getGlyphPositions(positions, *success);
H A DLayoutEngine.h430 void getGlyphPositions(float positions[], LEErrorCode &success) const;
H A DLayoutEngine.cpp182 void LayoutEngine::getGlyphPositions(float positions[], LEErrorCode &success) const function in class:LayoutEngine
184 fGlyphStorage->getGlyphPositions(positions, success);
H A DLEGlyphStorage.cpp387 void LEGlyphStorage::getGlyphPositions(float positions[], LEErrorCode &success) const function in class:LEGlyphStorage
/external/icu4c/test/letest/
H A Dgendata.cpp265 engine->getGlyphPositions(positions, leStatus);
H A Dletest.cpp129 engine->getGlyphPositions(NULL, status);
132 log_err("Calling getGlyphPositions(NULL, status) did not return LE_ILLEGAL_ARGUMENT_ERROR.\n");
136 engine->getGlyphPositions(positions, status);
139 log_err("Calling getGlyphPositions(positions, status) on an empty layout did not return LE_NO_LAYOUT_ERROR.\n");
268 engine->getGlyphPositions(positions, status);
705 engine->getGlyphPositions(actual.positions, success);
/external/icu4c/layoutex/
H A DParagraphLayout.cpp465 engine->getGlyphPositions(fStyleRunInfo[run].positions, layoutStatus);

Completed in 1601 milliseconds