Lines Matching defs:HeaderInfo
7377 struct HeaderInfo { struct
7378 std::vector<tinyexr::ChannelInfo> channels;
7379 std::vector<EXRAttribute> attributes;
7381 int data_window[4];
7382 int line_order;
7383 int display_window[4];
7384 float screen_window_center[2];
7385 float screen_window_width;
7386 float pixel_aspect_ratio;
7388 int chunk_count;
7391 int tile_size_x;
7392 int tile_size_y;
7393 int tile_level_mode;
7394 int tile_rounding_mode;
7396 unsigned int header_len;
7398 int compression_type;
7400 void clear() { in clear()