|
MythTV master
|
#include <libmythui/vulkan/mythcombobuffervulkan.h>
Public Member Functions | |
| MythComboBufferVulkan (float Width, float Height) | |
| const void * | Data (void) const |
| void | PushData (const QMatrix4x4 &Transform, QRect Source, QRect Destination, int Alpha) |
| void | PopData (void) |
Public Attributes | |
| std::vector< VulkanComboBuffer > | m_data |
| float | m_width { 0.0F } |
| float | m_height { 0.0F } |
Definition at line 26 of file mythcombobuffervulkan.h.
| MythComboBufferVulkan::MythComboBufferVulkan | ( | float | Width, |
| float | Height | ||
| ) |
Definition at line 4 of file mythcombobuffervulkan.cpp.
| const void * MythComboBufferVulkan::Data | ( | void | ) | const |
Definition at line 10 of file mythcombobuffervulkan.cpp.
| void MythComboBufferVulkan::PopData | ( | void | ) |
Definition at line 15 of file mythcombobuffervulkan.cpp.
| void MythComboBufferVulkan::PushData | ( | const QMatrix4x4 & | Transform, |
| QRect | Source, | ||
| QRect | Destination, | ||
| int | Alpha | ||
| ) |
Definition at line 20 of file mythcombobuffervulkan.cpp.
Referenced by MythPainterVulkan::DrawImage().
| std::vector<VulkanComboBuffer> MythComboBufferVulkan::m_data |
Definition at line 36 of file mythcombobuffervulkan.h.
Referenced by Data(), PopData(), and PushData().
| float MythComboBufferVulkan::m_height { 0.0F } |
Definition at line 38 of file mythcombobuffervulkan.h.
Referenced by PushData().
| float MythComboBufferVulkan::m_width { 0.0F } |
Definition at line 37 of file mythcombobuffervulkan.h.
Referenced by PushData().