Home
last modified time | relevance | path

Searched refs:dst_rect_temp (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/directx/wine/d3dx9_36/
H A Dsurface.c1970 RECT dst_rect_temp, dst_rect_aligned; in D3DXLoadSurfaceFromMemory() local
2008 dst_rect = &dst_rect_temp; in D3DXLoadSurfaceFromMemory()
2009 dst_rect_temp.left = 0; in D3DXLoadSurfaceFromMemory()
2010 dst_rect_temp.top = 0; in D3DXLoadSurfaceFromMemory()
2011 dst_rect_temp.right = surfdesc.Width; in D3DXLoadSurfaceFromMemory()
2012 dst_rect_temp.bottom = surfdesc.Height; in D3DXLoadSurfaceFromMemory()
2244 RECT dst_rect_temp; in D3DXLoadSurfaceFromSurface() local
2285 SetRect(&dst_rect_temp, 0, 0, dst_desc.Width, dst_desc.Height); in D3DXLoadSurfaceFromSurface()
2286 dst_rect = &dst_rect_temp; in D3DXLoadSurfaceFromSurface()