|
DxLibEx
|
This is the complete list of members for dxle::graph2d::animation_graph, including all inherited members.
| animation_graph() DXLE_NOEXCEPT=default | dxle::graph2d::animation_graph | |
| animation_graph(time::counter counter, Cont graphs) | dxle::graph2d::animation_graph | inline |
| animation_graph(time::counter counter, const texture2d(&graphs)[N]) | dxle::graph2d::animation_graph | inline |
| animation_graph(time::counter counter, Cont graphs, size_t size) | dxle::graph2d::animation_graph | inline |
| animation_graph(const screen &other)=delete | dxle::graph2d::animation_graph | |
| animation_graph(animation_graph &&other) DXLE_NOEXCEPT_OR_NOTHROW | dxle::graph2d::animation_graph | inline |
| bright_clip_mode enum name | dxle::graph2d::texture2d | related |
| clone() const override | dxle::graph2d::animation_graph | inlinevirtual |
| cloneAni() const | dxle::graph2d::animation_graph | inline |
| CreateDXGraph(const DxLib::BASEIMAGE *RgbBaseImage, const DxLib::BASEIMAGE *AlphaBaseImage, bool TextureFlag) | dxle::graph2d::texture2d | inlinestatic |
| CreateGraph(int Width, int Height, int Pitch, const void *RGBImage, const void *AlphaImage=nullptr, const texture2d &GrHandle=texture2d()) | dxle::graph2d::texture2d | inlinestatic |
| CreateGraph(const sizei &size, int Pitch, const void *RGBImage, const void *AlphaImage=nullptr, const texture2d &GrHandle=texture2d()) | dxle::graph2d::texture2d | inlinestatic |
| CreateGraphFromBaseImage(const DxLib::BASEIMAGE *BaseImage) | dxle::graph2d::texture2d | inlinestatic |
| CreateGraphFromGraphImage(const DxLib::BASEIMAGE *RgbBaseImage, bool TextureFlag=true, bool ReverseFlag=false) | dxle::graph2d::texture2d | inlinestatic |
| CreateGraphFromGraphImage(const DxLib::BASEIMAGE *RgbBaseImage, const DxLib::BASEIMAGE *AlphaBaseImage, bool TextureFlag=true, bool ReverseFlag=false) | dxle::graph2d::texture2d | inlinestatic |
| CreateGraphFromMem(const void *RGBFileImage, int RGBFileImageSize, const void *AlphaFileImage=nullptr, int AlphaFileImageSize=0, bool TextureFlag=true, bool ReverseFlag=false) | dxle::graph2d::texture2d | inlinestatic |
| CreateGraphFromRectBaseImage(const DxLib::BASEIMAGE *BaseImage, int x, int y, int SizeX, int SizeY) | dxle::graph2d::texture2d | inlinestatic |
| CreateGraphFromRectBaseImage(const DxLib::BASEIMAGE *BaseImage, const pointi &pos, const sizei &size) | dxle::graph2d::texture2d | inlinestatic |
| delete_this(bool LogOutFlag=false) | dxle::graph2d::texture2d | inline |
| DerivationGraph(int SrcX, int SrcY, int Width, int Height, const texture2d &SrcGraphHandle) | dxle::graph2d::texture2d | inlinestatic |
| DerivationGraph(const pointi &src, const sizei &size, const texture2d &SrcGraphHandle) | dxle::graph2d::texture2d | inlinestatic |
| DerivationGraph(int SrcX, int SrcY, int Width, int Height) const | dxle::graph2d::texture2d | inline |
| DerivationGraph(const pointi &src, const sizei &size) const | dxle::graph2d::texture2d | inline |
| DrawExtendGraph(int x1, int y1, int x2, int y2, bool TransFlag) const | dxle::graph2d::texture2d | inline |
| DrawExtendGraph(const pointi &lu, const pointi &rb, bool TransFlag) const | dxle::graph2d::texture2d | inline |
| DrawExtendGraphF(float x1f, float y1f, float x2f, float y2, bool TransFlag) const | dxle::graph2d::texture2d | inline |
| DrawExtendGraphF(const pointf &lu, const pointf &rb, bool TransFlag) const | dxle::graph2d::texture2d | inline |
| DrawExtendTurnGraph(int x1, int y1, int x2, int y2, bool TransFlag) const | dxle::graph2d::texture2d | inline |
| DrawExtendTurnGraph(const pointi &lu, const pointi &rb, bool TransFlag) const | dxle::graph2d::texture2d | inline |
| DrawExtendTurnGraphF(float x1f, float y1f, float x2f, float y2f, bool TransFlag) const | dxle::graph2d::texture2d | inline |
| DrawExtendTurnGraphF(const pointf &lu, const pointf &rb, bool TransFlag) const | dxle::graph2d::texture2d | inline |
| DrawGraph(int x, int y, bool TransFlag) const | dxle::graph2d::texture2d | inline |
| DrawGraph(const pointi &p, bool TransFlag) const | dxle::graph2d::texture2d | inline |
| DrawGraphF(float xf, float yf, bool TransFlag) const | dxle::graph2d::texture2d | inline |
| DrawGraphF(const pointf &p, bool TransFlag) const | dxle::graph2d::texture2d | inline |
| DrawModiGraph(int x1, int y1, int x2, int y2, int x3, int y3, int x4, int y4, bool TransFlag) const | dxle::graph2d::texture2d | inline |
| DrawModiGraph(const std::array< pointi, 4 > &ps, bool TransFlag) const | dxle::graph2d::texture2d | inline |
| DrawModiGraphF(float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4, bool TransFlag) const | dxle::graph2d::texture2d | inline |
| DrawModiGraphF(const std::array< pointf, 4 > &ps, bool TransFlag) const | dxle::graph2d::texture2d | inline |
| DrawRotaGraph(int x, int y, double ExRate, double Angle, bool TransFlag, bool TurnFlag=false) const | dxle::graph2d::texture2d | inline |
| DrawRotaGraph(const pointi &p, double ExRate, double Angle, bool TransFlag, bool TurnFlag=false) const | dxle::graph2d::texture2d | inline |
| DrawRotaGraph2(int x, int y, int cx, int cy, double ExtRate, double Angle, bool TransFlag, bool TurnFlag=false) const | dxle::graph2d::texture2d | inline |
| DrawRotaGraph2(const pointi &p, const pointi &c, double ExtRate, double Angle, bool TransFlag, bool TurnFlag=false) const | dxle::graph2d::texture2d | inline |
| DrawRotaGraph2F(float xf, float yf, float cxf, float cyf, double ExtRate, double Angle, bool TransFlag, bool TurnFlag=FALSE) const | dxle::graph2d::texture2d | inline |
| DrawRotaGraph2F(const pointf &p, const pointf &c, double ExtRate, double Angle, bool TransFlag, bool TurnFlag=FALSE) const | dxle::graph2d::texture2d | inline |
| DrawRotaGraph3(int x, int y, int cx, int cy, double ExtRateX, double ExtRateY, double Angle, bool TransFlag, bool TurnFlag=FALSE) const | dxle::graph2d::texture2d | inline |
| DrawRotaGraph3(const pointi &p, const pointi &c, double ExtRateX, double ExtRateY, double Angle, bool TransFlag, bool TurnFlag=FALSE) const | dxle::graph2d::texture2d | inline |
| DrawRotaGraph3F(float xf, float yf, float cxf, float cyf, double ExtRateX, double ExtRateY, double Angle, bool TransFlag, bool TurnFlag=FALSE) const | dxle::graph2d::texture2d | inline |
| DrawRotaGraph3F(const pointf &p, const pointf &c, double ExtRateX, double ExtRateY, double Angle, bool TransFlag, bool TurnFlag=FALSE) const | dxle::graph2d::texture2d | inline |
| DrawRotaGraphF(float xf, float yf, double ExRate, double Angle, bool TransFlag, bool TurnFlag=FALSE) const | dxle::graph2d::texture2d | inline |
| DrawRotaGraphF(const pointf &p, double ExRate, double Angle, bool TransFlag, bool TurnFlag=FALSE) const | dxle::graph2d::texture2d | inline |
| DrawTurnGraph(int x, int y, bool TransFlag) const | dxle::graph2d::texture2d | inline |
| DrawTurnGraph(const pointi &p, bool TransFlag) const | dxle::graph2d::texture2d | inline |
| DrawTurnGraphF(float xf, float yf, bool TransFlag) const | dxle::graph2d::texture2d | inline |
| DrawTurnGraphF(const pointf &p, bool TransFlag) const | dxle::graph2d::texture2d | inline |
| filter_bright_clip(bright_clip_mode clipmode, uint8_t clip_pram, unsigned int fillcolor, uint8_t fillalpha) | dxle::graph2d::texture2d | inline |
| filter_down_scale(uint8_t DivNum) | dxle::graph2d::texture2d | inline |
| filter_gaussian(uint16_t PixelWidth, int Param) | dxle::graph2d::texture2d | inline |
| filter_HSB(bool HueType, int16_t Hue, int Saturation, int16_t Bright) | dxle::graph2d::texture2d | inline |
| filter_invert() | dxle::graph2d::texture2d | inline |
| filter_level(uint8_t min, uint8_t max, int Gamma, uint8_t Aftermin, uint8_t Aftermax) | dxle::graph2d::texture2d | inline |
| filter_mono(int16_t Cb, int16_t Cr) | dxle::graph2d::texture2d | inline |
| filter_two_color(uint8_t threshold, unsigned int LowColor, uint8_t LowAlpha, unsigned int HighColor, uint8_t HighAlpha) | dxle::graph2d::texture2d | inline |
| get_count() | dxle::graph2d::animation_graph | inline |
| get_pass_time() | dxle::graph2d::animation_graph | inline |
| GetGraphFilePath(TCHAR FilePathBuffer[]) const | dxle::graph2d::texture2d | inline |
| GetGraphFilePath() const | dxle::graph2d::texture2d | inline |
| GetGraphMipmapCount() const | dxle::graph2d::texture2d | inline |
| GetGraphSize(int *SizeXBuf, int *SizeYBuf) const | dxle::graph2d::texture2d | inline |
| GetGraphSize() const | dxle::graph2d::texture2d | inline |
| GetGraphTextureSize(int *SizeXBuf, int *SizeYBuf) const | dxle::graph2d::texture2d | inline |
| GetGraphTextureSize() const | dxle::graph2d::texture2d | inline |
| GraphLock(int *PitchBuf, void **DataPointBuf, DxLib::COLORDATA **ColorDataPP=nullptr, bool WriteOnly=false) | dxle::graph2d::texture2d | inline |
| GraphUnLock() | dxle::graph2d::texture2d | inline |
| is_stop(void) | dxle::graph2d::animation_graph | inline |
| LoadBmpToGraph(const TCHAR *FileName, int TextureFlag, int ReverseFlag, int SurfaceMode=DX_MOVIESURFACE_NORMAL) | dxle::graph2d::texture2d | inlinestatic |
| LoadBmpToGraph(const dxle::tstring &FileName, int TextureFlag, int ReverseFlag, int SurfaceMode=DX_MOVIESURFACE_NORMAL) | dxle::graph2d::texture2d | inlinestatic |
| LoadGraph(const TCHAR *FileName, bool NotUse3DFlag=false) | dxle::graph2d::texture2d | inlinestatic |
| LoadGraph(const dxle::tstring &FileName, bool NotUse3DFlag=false) | dxle::graph2d::texture2d | inlinestatic |
| LoadReverseGraph(const TCHAR *FileName, bool NotUse3DFlag=false) | dxle::graph2d::texture2d | inlinestatic |
| LoadReverseGraph(const dxle::tstring &FileName, bool NotUse3DFlag=false) | dxle::graph2d::texture2d | inlinestatic |
| MakeGraph(int SizeX, int SizeY, bool NotUse3DFlag=false) | dxle::graph2d::texture2d | inlinestatic |
| MakeGraph(const sizei &size, bool NotUse3DFlag=false) | dxle::graph2d::texture2d | inlinestatic |
| operator=(const animation_graph &other)=delete | dxle::graph2d::animation_graph | |
| operator=(animation_graph &&other) DXLE_NOEXCEPT_OR_NOTHROW | dxle::graph2d::animation_graph | inline |
| dxle::graph2d::texture2d::operator=(const texture2d &other)=delete | dxle::graph2d::texture2d | |
| dxle::graph2d::texture2d::operator=(texture2d &&other) DXLE_NOEXCEPT_OR_NOTHROW | dxle::graph2d::texture2d | inline |
| ReCreateGraph(int Width, int Height, int Pitch, const void *RGBImage, texture2d &GrHandle, const void *AlphaImage=nullptr) | dxle::graph2d::texture2d | inlinestatic |
| ReCreateGraph(const sizei &size, int Pitch, const void *RGBImage, texture2d &GrHandle, const void *AlphaImage=nullptr) | dxle::graph2d::texture2d | inlinestatic |
| ReCreateGraphFromBaseImage(const DxLib::BASEIMAGE *BaseImage, texture2d &GrHandle) | dxle::graph2d::texture2d | inlinestatic |
| ReCreateGraphFromGraphImage(const DxLib::BASEIMAGE *RgbBaseImage, texture2d &GrHandle, bool TextureFlag=true, bool ReverseFlag=false) | dxle::graph2d::texture2d | inlinestatic |
| ReCreateGraphFromGraphImage(const DxLib::BASEIMAGE *RgbBaseImage, const DxLib::BASEIMAGE *AlphaBaseImage, texture2d &GrHandle, bool TextureFlag=true, bool ReverseFlag=false) | dxle::graph2d::texture2d | inlinestatic |
| ReCreateGraphFromMem(const void *RGBFileImage, int RGBFileImageSize, texture2d &GrHandle, const void *AlphaFileImage=nullptr, int AlphaFileImageSize=0, bool TextureFlag=true, bool ReverseFlag=false) | dxle::graph2d::texture2d | inlinestatic |
| ReCreateGraphFromRectBaseImage(const DxLib::BASEIMAGE *BaseImage, int x, int y, int SizeX, int SizeY, texture2d &GrHandle) | dxle::graph2d::texture2d | inlinestatic |
| ReCreateGraphFromRectBaseImage(const DxLib::BASEIMAGE *BaseImage, const pointi &pos, const sizei &size, texture2d &GrHandle) | dxle::graph2d::texture2d | inlinestatic |
| ReloadGraph(const TCHAR *FileName, texture2d &GrHandle, bool ReverseFlag=false) | dxle::graph2d::texture2d | inlinestatic |
| ReloadGraph(const dxle::tstring &FileName, texture2d &GrHandle, bool ReverseFlag=false) | dxle::graph2d::texture2d | inlinestatic |
| ReloadReverseGraph(const TCHAR *FileName, texture2d &GrHandle) | dxle::graph2d::texture2d | inlinestatic |
| ReloadReverseGraph(const dxle::tstring &FileName, texture2d &GrHandle) | dxle::graph2d::texture2d | inlinestatic |
| reset_count(size_t=0) | dxle::graph2d::animation_graph | inline |
| reset_pass_time(std::chrono::milliseconds=std::chrono::milliseconds{ 0 }) | dxle::graph2d::animation_graph | inline |
| SetDeviceLostDeleteGraphFlag(bool DeleteFlag) | dxle::graph2d::texture2d | inline |
| size() const DXLE_NOEXCEPT_OR_NOTHROW | dxle::graph2d::texture2d | inline |
| start(void) | dxle::graph2d::animation_graph | inline |
| stop(void) | dxle::graph2d::animation_graph | inline |
| texture2d() DXLE_NOEXCEPT_OR_NOTHROW | dxle::graph2d::texture2d | inline |
| texture2d(const texture2d &other)=delete | dxle::graph2d::texture2d | |
| texture2d(texture2d &&other) DXLE_NOEXCEPT_OR_NOTHROW | dxle::graph2d::texture2d | inline |
| texture2d(const TCHAR *FileName, int TextureFlag, int ReverseFlag, int SurfaceMode=DX_MOVIESURFACE_NORMAL) | dxle::graph2d::texture2d | inline |
| texture2d(const TCHAR *FileName, bool NotUse3DFlag=false) | dxle::graph2d::texture2d | inline |
| ~texture2d() DXLE_NOEXCEPT_OR_NOTHROW | dxle::graph2d::texture2d | inlinevirtual |