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

  /external/icu/icu4c/source/layout/
LEGlyphStorage.h 201 void getGlyphPositions(float positions[], LEErrorCode &success) const;
LayoutEngine.h 450 void getGlyphPositions(float positions[], LEErrorCode &success) const;
loengine.cpp 131 le->getGlyphPositions(positions, *success);
LayoutEngine.cpp 188 void LayoutEngine::getGlyphPositions(float positions[], LEErrorCode &success) const
190 fGlyphStorage->getGlyphPositions(positions, success);
LEGlyphStorage.cpp 387 void LEGlyphStorage::getGlyphPositions(float positions[], LEErrorCode &success) const
  /external/skia/gm/
typeface.cpp 77 static void getGlyphPositions(const SkPaint& paint, const uint16_t glyphs[],
129 getGlyphPositions(glyphPaint, glyphs, glyphCount, x, y, pos);
  /external/icu/icu4c/source/test/letest/
gendata.cpp 322 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);
706 engine->getGlyphPositions(actual.positions, success);
    [all...]
  /external/icu/icu4c/source/layoutex/
ParagraphLayout.cpp 468 engine->getGlyphPositions(fStyleRunInfo[run].positions, layoutStatus);
    [all...]
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 

Completed in 282 milliseconds