Searched refs:extraBits (Results 1 – 5 of 5) 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 | 405 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()
|
/external/yaffs2/yaffs2/ |
D | yaffs_guts.c | 143 int extraBits; in ShiftsGE() local 146 nShifts = extraBits = 0; in ShiftsGE() 149 if(x & 1) extraBits++; in ShiftsGE() 154 if(extraBits) in ShiftsGE()
|