HomeSort by relevance Sort by last modified time
    Searched refs:buffer16 (Results 1 - 4 of 4) sorted by null

  /external/qemu/distrib/sdl-1.2.15/test/
testbitmap.c 62 Uint16 *buffer16; local
133 buffer16=(Uint16*)buffer;
136 *(buffer16+k)=color;
graywin.c 60 Uint16 *buffer16; local
86 buffer16=(Uint16*)buffer;
89 *(buffer16+k)=color;
testalpha.c 26 Uint16 *buffer16; local
49 buffer16=(Uint16*)buffer;
52 *(buffer16+k)=color;
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
TextCodecUTF8.cpp 348 StringBuffer<UChar> buffer16(m_partialSequenceSize + length);
350 UChar* destination16 = buffer16.characters();
419 buffer16.shrink(destination16 - buffer16.characters());
421 return String::adopt(buffer16);

Completed in 96 milliseconds