Home
last modified time | relevance | path

Searched refs:AGSBlend (Results 1 – 5 of 5) sorted by last modified time

/dports/games/scummvm/scummvm-2.5.1/engines/ags/plugins/ags_blend/
H A Dags_blend.cpp29 namespace AGSBlend { namespace
80 const char *AGSBlend::AGS_GetPluginName() { in AGS_GetPluginName()
92 SCRIPT_METHOD(GetAlpha, AGSBlend::GetAlpha); in AGS_EngineStartup()
93 SCRIPT_METHOD(PutAlpha, AGSBlend::PutAlpha); in AGS_EngineStartup()
94 SCRIPT_METHOD(DrawAlpha, AGSBlend::DrawAlpha); in AGS_EngineStartup()
95 SCRIPT_METHOD(Blur, AGSBlend::Blur); in AGS_EngineStartup()
96 SCRIPT_METHOD(HighPass, AGSBlend::HighPass); in AGS_EngineStartup()
97 SCRIPT_METHOD(DrawAdd, AGSBlend::DrawAdd); in AGS_EngineStartup()
98 SCRIPT_METHOD(DrawSprite, AGSBlend::DrawSprite); in AGS_EngineStartup()
180 int AGSBlend::xytolocale(int x, int y, int width) { in xytolocale()
[all …]
H A Dags_blend.h30 namespace AGSBlend {
36 class AGSBlend : public PluginBase {
37 SCRIPT_HASH(AGSBlend)
61 AGSBlend() : PluginBase() {} in AGSBlend() function
62 virtual ~AGSBlend() {} in ~AGSBlend()
/dports/games/scummvm/scummvm-2.5.1/engines/ags/plugins/
H A Dplugin_base.cpp75 return new AGSBlend::AGSBlend(); in pluginOpen()
/dports/games/ags/ags_linux_v.3.4.4.1/Engine/
H A DMakefile-objs58 PLUGINS = ../Plugins/AGSflashlight/agsflashlight.cpp ../Plugins/agsblend/AGSBlend.cpp ../Plugins/ag…
/dports/games/ags/ags_linux_v.3.4.4.1/Plugins/agsblend/
H A DMakefile-objs1 OBJS = AGSBlend.o