|
| MovieTexture_DShow (RageTextureID ID) |
|
std::string | Init () |
|
void | Invalidate () |
|
void | Update (float fDeltaTime) |
|
virtual void | Reload () |
|
virtual void | Play () |
|
virtual void | Pause () |
|
virtual void | SetPosition (float fSeconds) |
|
virtual void | SetPlaybackRate (float fRate) |
|
void | SetLooping (bool bLooping=true) |
|
void | NewData (const char *pBuffer) |
|
| RageMovieTexture (const RageTextureID &ID) |
|
void | Update (float) override |
|
void | SetLooping (bool=true) override |
|
bool | IsAMovie () const override |
|
| RageTexture (const RageTextureID &file) |
|
virtual void | DecodeSeconds (float) |
|
auto | GetSourceWidth () const -> int |
|
auto | GetSourceHeight () const -> int |
|
auto | GetTextureWidth () const -> int |
|
auto | GetTextureHeight () const -> int |
|
auto | GetImageWidth () const -> int |
|
auto | GetImageHeight () const -> int |
|
auto | GetFramesWide () const -> int |
|
auto | GetFramesHigh () const -> int |
|
auto | GetSourceFrameWidth () const -> int |
|
auto | GetSourceFrameHeight () const -> int |
|
auto | GetTextureFrameWidth () const -> int |
|
auto | GetTextureFrameHeight () const -> int |
|
auto | GetImageFrameWidth () const -> int |
|
auto | GetImageFrameHeight () const -> int |
|
auto | GetSourceToImageCoordsRatioX () const -> float |
|
auto | GetImageToTexCoordsRatioX () const -> float |
|
auto | GetSourceToTexCoordsRatioX () const -> float |
|
auto | GetSourceToImageCoordsRatioY () const -> float |
|
auto | GetImageToTexCoordsRatioY () const -> float |
|
auto | GetSourceToTexCoordsRatioY () const -> float |
|
auto | GetTextureCoordRect (int frameNo) const -> const RectF * |
|
auto | GetNumFrames () const -> int |
|
auto | GetPolicy () const -> const RageTextureID::TexPolicy & |
|
auto | GetPolicy () -> RageTextureID::TexPolicy & |
|
auto | GetID () const -> const RageTextureID & |
|
virtual auto | GetAverageColor (unsigned increment=1) const -> const RageColor |
|
virtual void | PushSelf (lua_State *L) |
|