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.12/src/video/gapi/
SDL_gapivideo.h 152 int dstPixelStep; // in bytes
SDL_gapivideo.c 683 gapi->dstPixelStep = gapi->gxProperties.cbxPitch;
697 gapi->dstPixelStep = -gapi->gxProperties.cbyPitch;
811 if( gapi->dstPixelStep == 1) /* optimized blitting on most devices */
818 int step = gapi->dstPixelStep;
832 int step = gapi->dstPixelStep / 2;
948 int step = gapi->dstPixelStep;
1038 destPointer = (unsigned char*) gapi->videoMem + gapi->startOffset - rects[i].y * gapi->gxProperties.cBPP / 8 + rects[i].x * gapi->dstPixelStep;
1070 unsigned char *destPointer = (unsigned char*) gapi->videoMem + gapi->startOffset + rects[i].y * gapi->dstLineStep + rects[i].x * gapi->dstPixelStep;
    [all...]

Completed in 103 milliseconds