Searched refs:dstheight (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/ |
H A D | surface_base.c | 981 int bpp, srcheight, srcwidth, dstheight, dstwidth, width; local 1218 dstheight = xdst.bottom - xdst.top; 1252 ret = _Blt_ColorFill(dbuf, dstwidth, dstheight, bpp, 1267 ret = _Blt_ColorFill(dbuf,dstwidth,dstheight,bpp,dlock.Pitch,0); 1272 ret = _Blt_ColorFill(dbuf,dstwidth,dstheight,bpp,dlock.Pitch,~0); 1292 if (!dstwidth || !dstheight) /* hmm... stupid program ? */ 1296 yinc = (srcheight << 16) / dstheight; 1303 if (dstheight == srcheight) 1314 for (y = 0; y < dstheight; y++) 1323 sbuf += (slock.Pitch*dstheight); [all...] |
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/ |
H A D | surface.c | 7037 int bpp, srcheight, srcwidth, dstheight, dstwidth, width; local 7087 dstheight = dst_rect->bottom - dst_rect->top; 7113 if (srcheight != dstheight || srcwidth != dstwidth) 7135 src_map.row_pitch, dst_map.row_pitch, dstwidth, dstheight, 7143 hr = _Blt_ColorFill(dbuf, dstwidth, dstheight, bpp, dst_map.row_pitch, fx->u5.dwFillColor); 7157 hr = _Blt_ColorFill(dbuf, dstwidth, dstheight, bpp, dst_map.row_pitch, 0); 7162 hr = _Blt_ColorFill(dbuf, dstwidth, dstheight, bpp, dst_map.row_pitch, ~0U); 7181 if (!dstwidth || !dstheight) /* Hmm... stupid program? */ 7185 && (srcwidth != dstwidth || srcheight != dstheight)) 7192 yinc = (srcheight << 16) / dstheight; [all...] |
/vbox/src/VBox/Main/src-client/ |
H A D | ConsoleVRDPServer.cpp | 439 const uint32_t dstheight = 32; local 446 uint32_t rdpmasklen = dstheight * rdpmaskwidth; 449 uint32_t rdpdatalen = dstheight * rdpdatawidth; 466 uint8_t *dst = maskarray + (dstheight - 1) * rdpmaskwidth; 468 uint32_t minheight = RT_MIN(height - ySkip, dstheight); 497 dst = dataarray + (dstheight - 1) * rdpdatawidth; 514 pointer->u16Height = (uint16_t)dstheight; 519 dumpPointer((uint8_t*)pointer + sizeof(*pointer), dstwidth, dstheight, false);
|
Completed in 87 milliseconds