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

  /external/qemu/distrib/sdl-1.2.15/src/video/gapi/
SDL_gapivideo.h 38 long cbyPitch; // number of bytes to move down one y pixel - can be negative.
SDL_gapivideo.c 407 gapi->gxProperties.cbyPitch = 2;
427 gapi->gxProperties.cbyPitch = 480;
440 gapi->gxProperties.cbyPitch = g_RawFrameBufferInfo.cyStride;
474 if( (gapi->gxProperties.cbxPitch > 0) && (gapi->gxProperties.cbyPitch > 0 ))
478 if( (gapi->gxProperties.cbxPitch > 0) && (gapi->gxProperties.cbyPitch < 0 ))
482 if( (gapi->gxProperties.cbxPitch < 0) && (gapi->gxProperties.cbyPitch > 0 ))
713 gapi->dstLineStep = gapi->gxProperties.cbyPitch;
725 gapi->startOffset = gapi->gxProperties.cbyPitch * (gapi->gxProperties.cyHeight - 1);
728 gapi->dstPixelStep = -gapi->gxProperties.cbyPitch;
803 printf("y pitch: %d\n", gapi->gxProperties.cbyPitch);
    [all...]
  /external/skia/legacy/src/views/
SkWindow.cpp 171 buffer += rect.top * gDisplayProps.cbyPitch + rect.left * gDisplayProps.cbxPitch;
  /external/skia/src/views/
SkWindow.cpp 175 buffer += rect.top * gDisplayProps.cbyPitch + rect.left * gDisplayProps.cbxPitch;

Completed in 491 milliseconds