|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "TextureManager.h"#include "TextureScaling.h"#include "guiinfo/GUIInfoColor.h"#include "guilib/AspectRatio.h"#include "utils/ColorUtils.h"#include "utils/Geometry.h"#include <functional>Classes | |
| class | CTextureInfo |
| class | CGUITexture |
Typedefs | |
| using | CreateGUITextureFunc = std::function< CGUITexture *(float posX, float posY, float width, float height, const CTextureInfo &texture)> |
| using | DrawQuadFunc = std::function< void(const CRect &coords, KODI::UTILS::COLOR::Color color, CTexture *texture, const CRect *texCoords, const float depth, const bool blending)> |
| using CreateGUITextureFunc = std::function<CGUITexture*( float posX, float posY, float width, float height, const CTextureInfo& texture)> |
| using DrawQuadFunc = std::function<void(const CRect& coords, KODI::UTILS::COLOR::Color color, CTexture* texture, const CRect* texCoords, const float depth, const bool blending)> |