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

  /external/icu4c/layout/
LayoutEngine.cpp 187 void LayoutEngine::getGlyphPosition(le_int32 glyphIndex, float &x, float &y, LEErrorCode &success) const
189 fGlyphStorage->getGlyphPosition(glyphIndex, x, y, success);
397 glyphStorage.getGlyphPosition(0, prev, ignore, success);
402 glyphStorage.getGlyphPosition(p + 1, next, ignore, success);
439 glyphStorage.getGlyphPosition(0, prev, ignore, success);
444 glyphStorage.getGlyphPosition(p + 1, next, ignore, success);
LEGlyphStorage.h 217 void getGlyphPosition(le_int32 glyphIndex, float &x, float &y, LEErrorCode &success) const;
LayoutEngine.h 443 void getGlyphPosition(le_int32 glyphIndex, float &x, float &y, LEErrorCode &success) const;
loengine.cpp 148 le->getGlyphPosition(glyphIndex, *x, *y, *success);
LEGlyphStorage.cpp 406 void LEGlyphStorage::getGlyphPosition(le_int32 glyphIndex, float &x, float &y, LEErrorCode &success) const
  /external/chromium/third_party/icu/source/test/letest/
letest.cpp 197 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",
    [all...]
  /external/icu4c/test/letest/
letest.cpp 197 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",
    [all...]

Completed in 66 milliseconds