Searched refs:cbxPitch (Results 1 – 3 of 3) sorted by relevance
375 …= 'H') && (oemstr[13] == '3') && (oemstr[14] == '8') && (this->hidden->gxProperties.cbxPitch > 0)) in FillStructs()378 this->hidden->gxProperties.cbxPitch = -640; in FillStructs()398 this->hidden->gxProperties.cbxPitch = 2; in FillStructs()411 this->hidden->gxProperties.cbxPitch = g_RawFrameBufferInfo.cxStride; in FillStructs()446 if( (this->hidden->gxProperties.cbxPitch > 0) && (this->hidden->gxProperties.cbyPitch > 0 )) in FillStructs()450 if( (this->hidden->gxProperties.cbxPitch > 0) && (this->hidden->gxProperties.cbyPitch < 0 )) in FillStructs()454 if( (this->hidden->gxProperties.cbxPitch < 0) && (this->hidden->gxProperties.cbyPitch > 0 )) in FillStructs()683 gapi->dstPixelStep = gapi->gxProperties.cbxPitch; in GAPI_SetVideoMode()692 gapi->startOffset = -gapi->gxProperties.cbxPitch + 1; // monochrome mode in GAPI_SetVideoMode()696 gapi->dstLineStep = gapi->gxProperties.cbxPitch; in GAPI_SetVideoMode()[all …]
36 long cbxPitch; // number of bytes to move right one x pixel - can be negative. member
132 buffer += rect.top * gDisplayProps.cbyPitch + rect.left * gDisplayProps.cbxPitch; in update()