#include <stdint.h>
#include <stdlib.h>
#include <vector>
|
| bool | OVERLAY::ShouldConvertPQPaletteToSRGB (bool isHDROverlay) |
| |
| void | OVERLAY::ConvertPQPaletteToSRGB (std::vector< uint32_t > &palette) |
| |
| void | OVERLAY::convert_rgba (const CDVDOverlayImage &o, bool mergealpha, std::vector< uint32_t > &rgba, const std::vector< uint32_t > *paletteOverride) |
| |
| void | OVERLAY::convert_rgba (const CDVDOverlaySpu &o, bool mergealpha, int &min_x, int &max_x, int &min_y, int &max_y, std::vector< uint32_t > &rgba) |
| |
| bool | OVERLAY::convert_quad (ASS_Image *images, SQuads &quads, int max_x) |
| |
| int | OVERLAY::GetStereoscopicDepth () |
| |