Searched refs:extraBits (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/layout/
H A DLEGlyphStorage.h158 * @param extraBits - this value will be ORed with each glyph index
163 void getGlyphs(le_uint32 glyphs[], le_uint32 extraBits, LEErrorCode &success) const;
H A DLayoutEngine.h394 * @param extraBits - this value will be ORed with each glyph index
399 virtual void getGlyphs(le_uint32 glyphs[], le_uint32 extraBits, LEErrorCode &success) const;
H A DLEGlyphStorage.cpp211 // Copy the glyphs into caller's (32-bit) glyph array, OR in extraBits
212 void LEGlyphStorage::getGlyphs(le_uint32 glyphs[], le_uint32 extraBits, LEErrorCode &success) const argument
231 glyphs[i] = fGlyphs[i] | extraBits;
H A DLayoutEngine.cpp174 // Copy the glyphs into caller's (32-bit) glyph array, OR in extraBits
175 void LayoutEngine::getGlyphs(le_uint32 glyphs[], le_uint32 extraBits, LEErrorCode &success) const argument
177 fGlyphStorage->getGlyphs(glyphs, extraBits, success);

Completed in 114 milliseconds