Searched refs:u16Width (Results 1 - 9 of 9) sorted by relevance

/vbox/include/VBox/RemoteDesktop/
H A DVRDEMousePtr.h43 uint16_t u16Width; member in struct:VRDEMOUSEPTRDATA
H A DVRDEVideoIn.h272 uint16_t u16Width; member in struct:VRDEVIDEOINFRAMEDESC
654 uint16_t u16Width; member in struct:VRDEVIDEOINCTRL_VS_SETUP
H A DVRDE.h59 uint16_t u16Width; member in struct:_VRDECOLORPOINTER
/vbox/src/VBox/ExtPacks/VNC/
H A DVBoxVNC.cpp877 cursor->width = pPointer->u16Width;
880 unsigned char *mem = (unsigned char *)malloc(pPointer->u16Width * pPointer->u16Height * VNC_SIZEOFRGBA);
883 unsigned char *maskmem = (unsigned char *)malloc(pPointer->u16Width * pPointer->u16Height);
890 for(uint16_t j = 0; j < pPointer->u16Width/8; j ++)
892 *maskmem = ~(*(mask + i * (pPointer->u16Width / 8) + j));
899 for(uint16_t j = 0; j < pPointer->u16Width; j ++)
902 *(mem++) = *(color + (i * pPointer->u16Width *3 + j * 3 + 2));
903 *(mem++) = *(color + (i * pPointer->u16Width *3 + j * 3 + 1));
904 *(mem++) = *(color + (i * pPointer->u16Width *3 + j * 3));
/vbox/src/VBox/Main/src-client/
H A DDisplayImplLegacy.cpp936 pFBInfo->w = pScreen->u16Width;
940 pHdr, uScreenId, pScreen->xOrigin, pScreen->yOrigin, pScreen->u32LineSize, pScreen->u16Width,
959 pScreen->u16Width, pScreen->u16Height,
H A DConsoleVRDPServer.cpp513 pointer->u16Width = (uint16_t)dstwidth;
2970 pPointer->u16Width = (uint16_t)width;
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/presenter/
H A Dserver_presenter.cpp164 return crFbImgFromDimOffVramBGRA(pDesc->Info.u.offVRAM, pDesc->u16Width, pDesc->u16Height, pImg);
3690 uint32_t width = pCmd->alloc1.u16Width;
3774 return crVBoxServerCrCmdBltIdToVram(pCmd->alloc2.Info.u.id, pCmd->alloc1.Info.u.offVRAM, pCmd->alloc1.u16Width, pCmd->alloc1.u16Height, &Pos, cRects, pRects);
3787 return crVBoxServerCrCmdBltIdToVram(pCmd->alloc1.Info.u.id, pCmd->alloc2.Info.u.offVRAM, pCmd->alloc2.u16Width, pCmd->alloc2.u16Height, &Pos, cRects, pRects);
3791 crVBoxServerCrCmdBltVramToVram(pCmd->alloc1.Info.u.offVRAM, pCmd->alloc1.u16Width, pCmd->alloc1.u16Height, pCmd->alloc2.Info.u.offVRAM, pCmd->alloc2.u16Width, pCmd->alloc2.u16Height, &Pos, cRects, pRects);
3793 crVBoxServerCrCmdBltVramToVram(pCmd->alloc2.Info.u.offVRAM, pCmd->alloc2.u16Width, pCmd->alloc2.u16Height, pCmd->alloc1.Info.u.offVRAM, pCmd->alloc1.u16Width, pCmd->alloc1.u16Height, &Pos, cRects, pRects);
3853 int8_t i8Result = crVBoxServerCrCmdClrFillVramGenericProcess(pCmd->dst.Info.u.offVRAM, pCmd->dst.u16Width, pCmd->dst.u16Height, pRects, cRects, pCmd->Hdr.u32Color);
/vbox/include/VBox/
H A DVBoxVideo.h183 uint16_t u16Width; member in struct:VBOXVIDEOINFOSCREEN
1778 uint16_t u16Width; member in struct:VBOXCMDVBVA_ALLOCDESC
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPWddm.cpp6031 pDesc->u16Width = 0;
6044 pDesc->u16Width = (uint16_t)pAlloc->AllocData.SurfDesc.width;
6350 pCFill->dst.u16Width = (uint16_t)pDstAlloc->AllocData.SurfDesc.width;

Completed in 107 milliseconds