Searched refs:getGlyphPosition (Results 1 - 7 of 7) sorted by relevance

/external/icu/icu4c/source/layout/
H A DLayoutEngine.cpp193 void LayoutEngine::getGlyphPosition(le_int32 glyphIndex, float &x, float &y, LEErrorCode &success) const function in class:LayoutEngine
195 fGlyphStorage->getGlyphPosition(glyphIndex, x, y, success);
403 glyphStorage.getGlyphPosition(0, prev, ignore, success);
408 glyphStorage.getGlyphPosition(p + 1, next, ignore, success);
445 glyphStorage.getGlyphPosition(0, prev, ignore, success);
450 glyphStorage.getGlyphPosition(p + 1, next, ignore, success);
H A DLEGlyphStorage.h217 void getGlyphPosition(le_int32 glyphIndex, float &x, float &y, LEErrorCode &success) const;
H A Dloengine.cpp148 le->getGlyphPosition(glyphIndex, *x, *y, *success);
H A DLayoutEngine.h459 void getGlyphPosition(le_int32 glyphIndex, float &x, float &y, LEErrorCode &success) const;
H A DLEGlyphStorage.cpp406 void LEGlyphStorage::getGlyphPosition(le_int32 glyphIndex, float &x, float &y, LEErrorCode &success) const function in class:LEGlyphStorage
/external/chromium_org/third_party/icu/source/test/letest/
H A Dletest.cpp197 engine->getGlyphPosition(-1, x, y, status);
200 log_err("Calling getGlyphPosition(-1, x, y, status) did not fail w/ LE_INDEX_OUT_OF_BOUNDS_ERROR.\n");
204 engine->getGlyphPosition(glyphCount + 1, x, y, status);
207 log_err("Calling getGlyphPosition(glyphCount + 1, x, y, status) did not fail w/ LE_INDEX_OUT_OF_BOUNDS_ERROR.\n");
308 engine->getGlyphPosition(glyph, x, y, status);
311 log_err("getGlyphPosition(%d, x, y, status) failed.\n", glyph);
316 log_err("getGlyphPosition(%d, x, y, status) returned bad position: (%f, %f) != (%f, %f)\n",
/external/icu/icu4c/source/test/letest/
H A Dletest.cpp197 engine->getGlyphPosition(-1, x, y, status);
200 log_err("Calling getGlyphPosition(-1, x, y, status) did not fail w/ LE_INDEX_OUT_OF_BOUNDS_ERROR.\n");
204 engine->getGlyphPosition(glyphCount + 1, x, y, status);
207 log_err("Calling getGlyphPosition(glyphCount + 1, x, y, status) did not fail w/ LE_INDEX_OUT_OF_BOUNDS_ERROR.\n");
308 engine->getGlyphPosition(glyph, x, y, status);
311 log_err("getGlyphPosition(%d, x, y, status) failed.\n", glyph);
316 log_err("getGlyphPosition(%d, x, y, status) returned bad position: (%f, %f) != (%f, %f)\n",

Completed in 167 milliseconds