DxLibEx
dxle::graph2d::animation_graph Member List

This is the complete list of members for dxle::graph2d::animation_graph, including all inherited members.

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