Searched refs:getGlyphs (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/layout/
H A DLEGlyphStorage.h149 void getGlyphs(LEGlyphID glyphs[], LEErrorCode &success) const;
163 void getGlyphs(le_uint32 glyphs[], le_uint32 extraBits, LEErrorCode &success) const;
H A DLayoutEngine.h385 void getGlyphs(LEGlyphID glyphs[], LEErrorCode &success) const;
399 virtual void getGlyphs(le_uint32 glyphs[], le_uint32 extraBits, LEErrorCode &success) const;
H A Dloengine.cpp85 le->getGlyphs(glyphs, *success);
H A DLayoutEngine.cpp175 void LayoutEngine::getGlyphs(le_uint32 glyphs[], le_uint32 extraBits, LEErrorCode &success) const function in class:LayoutEngine
177 fGlyphStorage->getGlyphs(glyphs, extraBits, success);
180 void LayoutEngine::getGlyphs(LEGlyphID glyphs[], LEErrorCode &success) const function in class:LayoutEngine
182 fGlyphStorage->getGlyphs(glyphs, success);
H A DLEGlyphStorage.cpp212 void LEGlyphStorage::getGlyphs(le_uint32 glyphs[], le_uint32 extraBits, LEErrorCode &success) const function in class:LEGlyphStorage
235 void LEGlyphStorage::getGlyphs(LEGlyphID glyphs[], LEErrorCode &success) const function in class:LEGlyphStorage
/macosx-10.9.5/ICU-511.35/icuSources/layoutex/layout/
H A DParagraphLayout.h244 inline const LEGlyphID *getGlyphs() const;
688 inline const LEGlyphID *ParagraphLayout::VisualRun::getGlyphs() const function in class:ParagraphLayout::VisualRun
/macosx-10.9.5/ICU-511.35/icuSources/test/letest/
H A Dletest.cpp73 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(extraBitGlyph
[all...]
H A Dgendata.cpp263 engine->getGlyphs(glyphs, leStatus);
/macosx-10.9.5/ICU-511.35/icuSources/layoutex/
H A Dplayout.cpp267 return vr->getGlyphs();
H A DParagraphLayout.cpp459 engine->getGlyphs(fStyleRunInfo[run].glyphs, layoutStatus);
/macosx-10.9.5/ICU-511.35/icuSources/samples/layout/
H A Dparagraph.cpp241 const LEGlyphID *glyphs = visualRun->getGlyphs();

Completed in 144 milliseconds