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

  /external/qemu/distrib/sdl-1.2.15/src/video/gapi/
SDL_gapivideo.h 152 int dstPixelStep; // in bytes
SDL_gapivideo.c 714 gapi->dstPixelStep = gapi->gxProperties.cbxPitch;
728 gapi->dstPixelStep = -gapi->gxProperties.cbyPitch;
861 if( gapi->dstPixelStep == 1) /* optimized blitting on most devices */
868 int step = gapi->dstPixelStep;
882 int step = gapi->dstPixelStep / 2;
998 int step = gapi->dstPixelStep;
1088 destPointer = (unsigned char*) gapi->videoMem + gapi->startOffset - rects[i].y * gapi->gxProperties.cBPP / 8 + rects[i].x * gapi->dstPixelStep;
1120 unsigned char *destPointer = (unsigned char*) gapi->videoMem + gapi->startOffset + rects[i].y * gapi->dstLineStep + rects[i].x * gapi->dstPixelStep;
    [all...]

Completed in 62 milliseconds