HomeSort by relevance Sort by last modified time
    Searched full:ynibble (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)
952 if( yNibble ) // copy bottom half of a line
1030 int xNibble, yNibble;
1043 yNibble = rects[i].y & 1; // TODO: only for 4 bpp
1052 linesProcessed = updateLine16to4(this, (PIXEL*) srcPointer, destPointer, rects[i].w, rects[i].h, height, yNibble, xNibble);
1053 yNibble = 0;
    [all...]

Completed in 131 milliseconds