Lines Matching refs:i8Result
1257 int8_t i8Result = crVBoxServerCrCmdBltPrimaryVramGenericProcess(pScreen->u32ViewIndex, offVRAM, pScreen->u32Width, pScreen->u32Height, &Pos, cRegions, pRegions, true);
1258 if (i8Result)
3316 int8_t i8Result = crFbImgFromDimOffVramBGRA(offVRAM, width, height, &Img);
3317 if (i8Result)
3408 int8_t i8Result = crVBoxServerCrCmdBltPrimaryVramGenericProcess(u32PrimaryID, offVRAM, width, height, &Pos, cRects, pRects, fToPrymary);
3409 if (i8Result < 0)
3412 return i8Result;
3441 int8_t i8Result = crFbImgFromDimOffVramBGRA(offVRAM, width, height, &Img);
3442 if (i8Result)
3489 int8_t i8Result = crFbImgFromDimOffVramBGRA(offSrcVRAM, srcWidth, srcHeight, &srcImg);
3490 if (i8Result)
3496 i8Result = crFbImgFromDimOffVramBGRA(offDstVRAM, dstWidth, dstHeight, &dstImg);
3497 if (i8Result)
3533 int8_t i8Result = crFbImgFromDimOffVramBGRA(offSrcVRAM, srcWidth, srcHeight, &Img);
3534 if (i8Result)
3577 int8_t i8Result = crFbImgFromDimOffVramBGRA(offDstVRAM, dstWidth, dstHeight, &Img);
3578 if (i8Result)
3821 int8_t i8Result = crFbImgFromDimOffVramBGRA(offVRAM, width, height, &Img);
3822 if (i8Result)
3853 int8_t i8Result = crVBoxServerCrCmdClrFillVramGenericProcess(pCmd->dst.Info.u.offVRAM, pCmd->dst.u16Width, pCmd->dst.u16Height, pRects, cRects, pCmd->Hdr.u32Color);
3854 if (i8Result < 0)
3857 return i8Result;