Lines Matching defs:screen_window_center
206 float screen_window_center[2];
7384 float screen_window_center[2];
7413 screen_window_center[0] = 0.0f;
7414 screen_window_center[1] = 0.0f;
10465 info->screen_window_center[0] = 0.0f;
10466 info->screen_window_center[1] = 0.0f;
10626 memcpy(&info->screen_window_center[0], &data.at(0), sizeof(float));
10627 memcpy(&info->screen_window_center[1], &data.at(4), sizeof(float));
10629 reinterpret_cast<unsigned int *>(&info->screen_window_center[0]));
10631 reinterpret_cast<unsigned int *>(&info->screen_window_center[1]));
10727 exr_header->screen_window_center[0] = info.screen_window_center[0];
10728 exr_header->screen_window_center[1] = info.screen_window_center[1];