Searched refs:dst_rect_temp (Results 1 – 1 of 1) sorted by relevance
1970 RECT dst_rect_temp, dst_rect_aligned; in D3DXLoadSurfaceFromMemory() local2008 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() local2285 SetRect(&dst_rect_temp, 0, 0, dst_desc.Width, dst_desc.Height); in D3DXLoadSurfaceFromSurface()2286 dst_rect = &dst_rect_temp; in D3DXLoadSurfaceFromSurface()