Searched refs:extraBits (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/layout/ |
D | LEGlyphStorage.h | 163 void getGlyphs(le_uint32 glyphs[], le_uint32 extraBits, LEErrorCode &success) const;
|
D | LayoutEngine.h | 412 virtual void getGlyphs(le_uint32 glyphs[], le_uint32 extraBits, LEErrorCode &success) const;
|
D | LEGlyphStorage.cpp | 212 void LEGlyphStorage::getGlyphs(le_uint32 glyphs[], le_uint32 extraBits, LEErrorCode &success) const in getGlyphs() argument 231 glyphs[i] = fGlyphs[i] | extraBits; in getGlyphs()
|
D | LayoutEngine.cpp | 177 void LayoutEngine::getGlyphs(le_uint32 glyphs[], le_uint32 extraBits, LEErrorCode &success) const in getGlyphs() argument 179 fGlyphStorage->getGlyphs(glyphs, extraBits, success); in getGlyphs()
|