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

  /external/qemu/distrib/sdl-1.2.15/src/video/gapi/
SDL_gapivideo.c 859 static int updateLine8to8(_THIS, unsigned char *srcPointer, unsigned char *destPointer, int width, int height, int lines)
863 SDL_memcpy(destPointer, srcPointer, width);
871 *destPointer = *srcPointer++;
872 destPointer += step;
879 static int updateLine16to16(_THIS, PIXEL *srcPointer, PIXEL *destPointer, int width, int height, int lines)
886 SDL_memcpy(destPointer, srcPointer, width * sizeof(PIXEL));
895 if( ((((unsigned)destPointer & 3) != 0) && (gapi->gapiOrientation == SDL_ORIENTATION_LEFT))
896 || ((((unsigned)destPointer & 3) == 0) && (gapi->gapiOrientation != SDL_ORIENTATION_LEFT))
901 *destPointer = *srcPointer++;
902 destPointer += step
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
custrtrn.c     [all...]
  /external/icu/icu4c/source/test/cintltst/
custrtrn.c     [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
Buffer11.cpp 665 unsigned char *destPointer = static_cast<unsigned char *>(mappedResource.pData) + destOffset;
669 memcpy(destPointer, sourcePointer, size);

Completed in 362 milliseconds