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

  /external/qemu/distrib/sdl-1.2.15/src/video/gapi/
SDL_gapivideo.h 37 long cbxPitch; // number of bytes to move right one x pixel - can be negative.
SDL_gapivideo.c 403 if ((oemstr[12] == 'H') && (oemstr[13] == '3') && (oemstr[14] == '8') && (gapi->gxProperties.cbxPitch > 0))
406 gapi->gxProperties.cbxPitch = -640;
426 gapi->gxProperties.cbxPitch = 2;
439 gapi->gxProperties.cbxPitch = g_RawFrameBufferInfo.cxStride;
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 ))
714 gapi->dstPixelStep = gapi->gxProperties.cbxPitch;
723 gapi->startOffset = -gapi->gxProperties.cbxPitch + 1; // monochrome mode
727 gapi->dstLineStep = gapi->gxProperties.cbxPitch;
    [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 391 milliseconds