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

  /external/icu/icu4c/source/test/perf/leperf/
leperf.cpp 52 engine->getGlyphs(glyphs, status);
  /external/icu/icu4c/source/layoutex/layout/
ParagraphLayout.h 253 inline const LEGlyphID *getGlyphs() const;
697 inline const LEGlyphID *ParagraphLayout::VisualRun::getGlyphs() const
  /external/icu/icu4c/source/test/letest/
letest.cpp 75 engine->getGlyphs(NULL, status);
78 log_err("Calling getGlyphs(NULL, status) did not return LE_ILLEGAL_ARGUMENT_ERROR.\n");
82 engine->getGlyphs(glyphs, status);
85 log_err("Calling getGlyphs(glyphs, status) on an empty layout did not return LE_NO_LAYOUT_ERROR.\n");
89 engine->getGlyphs(NULL, 0xFF000000L, status);
92 log_err("Calling getGlyphs(NULL, 0xFF000000L, status) did not return LE_ILLEGAL_ARGUMENT_ERROR.\n");
96 engine->getGlyphs(glyphs, 0xFF000000L, status);
99 log_err("Calling getGlyphs(glyphs, 0xFF000000L, status) on an empty layout did not return LE_NO_LAYOUT_ERROR.\n");
268 engine->getGlyphs(glyphs, status);
277 engine->getGlyphs(extraBitGlyphs, 0xFF000000L, status)
    [all...]
gendata.cpp 322 engine->getGlyphs(glyphs, leStatus);
  /external/icu/icu4c/source/layoutex/
playout.cpp 269 return vr->getGlyphs();
ParagraphLayout.cpp 464 engine->getGlyphs(fStyleRunInfo[run].glyphs, layoutStatus);
    [all...]
  /external/icu/icu4c/source/samples/layout/
paragraph.cpp 252 const LEGlyphID *glyphs = visualRun->getGlyphs();
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 

Completed in 169 milliseconds