HomeSort by relevance Sort by last modified time
    Searched full:extrabits (Results 1 - 5 of 5) sorted by null

  /external/icu4c/layout/
LEGlyphStorage.cpp 211 // 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
231 glyphs[i] = fGlyphs[i] | extraBits;
LayoutEngine.cpp 170 // Copy the glyphs into caller's (32-bit) glyph array, OR in extraBits
171 void LayoutEngine::getGlyphs(le_uint32 glyphs[], le_uint32 extraBits, LEErrorCode &success) const
173 fGlyphStorage->getGlyphs(glyphs, extraBits, success);
LEGlyphStorage.h 158 * @param extraBits - this value will be ORed with each glyph index
163 void getGlyphs(le_uint32 glyphs[], le_uint32 extraBits, LEErrorCode &success) const;
LayoutEngine.h 384 * @param extraBits - this value will be ORed with each glyph index
389 virtual void getGlyphs(le_uint32 glyphs[], le_uint32 extraBits, LEErrorCode &success) const;
  /external/yaffs2/yaffs2/
yaffs_guts.c 143 int extraBits;
146 nShifts = extraBits = 0;
149 if(x & 1) extraBits++;
154 if(extraBits)
    [all...]

Completed in 1314 milliseconds