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

  /external/qemu/distrib/sdl-1.2.12/src/video/gapi/
SDL_gapivideo.c 945 static int updateLine16to4(_THIS, PIXEL *srcPointer, unsigned char *destPointer, int width, int height, int lines, int yNibble, int xNibble)
995 if( xNibble )
1015 if( (width & 1) && !xNibble )
1030 int xNibble, yNibble;
1044 xNibble = rects[i].x & 1;
1052 linesProcessed = updateLine16to4(this, (PIXEL*) srcPointer, destPointer, rects[i].w, rects[i].h, height, yNibble, xNibble);
    [all...]

Completed in 29 milliseconds