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

  /external/icu/icu4c/source/layout/
LEGlyphStorage.h 149 void getGlyphs(LEGlyphID glyphs[], LEErrorCode &success) const;
163 void getGlyphs(le_uint32 glyphs[], le_uint32 extraBits, LEErrorCode &success) const;
LayoutEngine.h 398 void getGlyphs(LEGlyphID glyphs[], LEErrorCode &success) const;
412 virtual void getGlyphs(le_uint32 glyphs[], le_uint32 extraBits, LEErrorCode &success) const;
loengine.cpp 85 le->getGlyphs(glyphs, *success);
LayoutEngine.cpp 177 void LayoutEngine::getGlyphs(le_uint32 glyphs[], le_uint32 extraBits, LEErrorCode &success) const
179 fGlyphStorage->getGlyphs(glyphs, extraBits, success);
182 void LayoutEngine::getGlyphs(LEGlyphID glyphs[], LEErrorCode &success) const
184 fGlyphStorage->getGlyphs(glyphs, success);
LEGlyphStorage.cpp 212 void LEGlyphStorage::getGlyphs(le_uint32 glyphs[], le_uint32 extraBits, LEErrorCode &success) const
235 void LEGlyphStorage::getGlyphs(LEGlyphID glyphs[], LEErrorCode &success) const
  /external/icu/icu4c/source/test/perf/leperf/
leperf.cpp 46 engine->getGlyphs(glyphs, status);
  /external/icu/icu4c/source/layoutex/layout/
ParagraphLayout.h 251 inline const LEGlyphID *getGlyphs() const;
695 inline const LEGlyphID *ParagraphLayout::VisualRun::getGlyphs() const
  /external/icu/icu4c/source/test/letest/
letest.cpp 73 engine->getGlyphs(NULL, status);
76 log_err("Calling getGlyphs(NULL, status) did not return LE_ILLEGAL_ARGUMENT_ERROR.\n");
80 engine->getGlyphs(glyphs, status);
83 log_err("Calling getGlyphs(glyphs, status) on an empty layout did not return LE_NO_LAYOUT_ERROR.\n");
87 engine->getGlyphs(NULL, 0xFF000000L, status);
90 log_err("Calling getGlyphs(NULL, 0xFF000000L, status) did not return LE_ILLEGAL_ARGUMENT_ERROR.\n");
94 engine->getGlyphs(glyphs, 0xFF000000L, status);
97 log_err("Calling getGlyphs(glyphs, 0xFF000000L, status) on an empty layout did not return LE_NO_LAYOUT_ERROR.\n");
266 engine->getGlyphs(glyphs, status);
275 engine->getGlyphs(extraBitGlyphs, 0xFF000000L, status)
    [all...]
gendata.cpp 320 engine->getGlyphs(glyphs, leStatus);
  /external/icu/icu4c/source/layoutex/
playout.cpp 267 return vr->getGlyphs();
ParagraphLayout.cpp 462 engine->getGlyphs(fStyleRunInfo[run].glyphs, layoutStatus);
    [all...]
  /external/icu/icu4c/source/samples/layout/
paragraph.cpp 241 const LEGlyphID *glyphs = visualRun->getGlyphs();
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 

Completed in 136 milliseconds