HomeSort by relevance Sort by last modified time
    Searched refs:getGlyphPositions (Results 1 - 8 of 8) sorted by null

  /external/icu4c/layout/
LEGlyphStorage.h 201 void getGlyphPositions(float positions[], LEErrorCode &success) const;
LayoutEngine.h 427 void getGlyphPositions(float positions[], LEErrorCode &success) const;
loengine.cpp 131 le->getGlyphPositions(positions, *success);
LayoutEngine.cpp 182 void LayoutEngine::getGlyphPositions(float positions[], LEErrorCode &success) const
184 fGlyphStorage->getGlyphPositions(positions, success);
LEGlyphStorage.cpp 387 void LEGlyphStorage::getGlyphPositions(float positions[], LEErrorCode &success) const
  /external/icu4c/test/letest/
gendata.cpp 265 engine->getGlyphPositions(positions, leStatus);
letest.cpp 129 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);
    [all...]
  /external/icu4c/layoutex/
ParagraphLayout.cpp 465 engine->getGlyphPositions(fStyleRunInfo[run].positions, layoutStatus);
    [all...]

Completed in 203 milliseconds