Searched refs:move_rects (Results 1 – 1 of 1) sorted by relevance
282 DXGI_OUTDUPL_MOVE_RECT* move_rects = in DoDetectUpdatedRegion() local286 static_cast<UINT>(metadata_.capacity()), move_rects, &buff_size); in DoDetectUpdatedRegion()313 if (move_rects->SourcePoint.x != move_rects->DestinationRect.left || in DoDetectUpdatedRegion()314 move_rects->SourcePoint.y != move_rects->DestinationRect.top) { in DoDetectUpdatedRegion()316 RotateRect(DesktopRect::MakeXYWH(move_rects->SourcePoint.x, in DoDetectUpdatedRegion()317 move_rects->SourcePoint.y, in DoDetectUpdatedRegion()318 move_rects->DestinationRect.right - in DoDetectUpdatedRegion()319 move_rects->DestinationRect.left, in DoDetectUpdatedRegion()320 move_rects->DestinationRect.bottom - in DoDetectUpdatedRegion()321 move_rects->DestinationRect.top), in DoDetectUpdatedRegion()[all …]