Added more test.

It`s still incomplete and not yet compiling.
This commit is contained in:
Savio Sena 2014-09-23 03:46:16 -03:00
parent d90d23bdd6
commit 95e8ec6f9e
60 changed files with 821 additions and 2273 deletions

View File

@ -1,4 +1,4 @@
# include "main.h"
#include "main.h"
#include "ui.h"

View File

@ -1,4 +1,4 @@
// XXX DONE
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif

View File

@ -1,4 +1,4 @@
// XXX DONE
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif

View File

@ -1,4 +1,4 @@
// XXX DONE
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif

View File

@ -1,15 +1,20 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */
#define FNAME image_blend_many_smooth_down_scaled_start
#define NAME "Image Blend Many Smooth Down Scaled"
#define ICON "blend.png"
#ifndef PROTO
# ifndef UI
# include "main.h"
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "Eo.h"
#include "Evas.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
#include <image_blend_many_smooth_same_scaled_capi.h>
#define MANYNUM 8192

View File

@ -1,15 +1,19 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */
#define FNAME image_blend_nearest_same_scaled_start
#define NAME "Image Blend Nearest Same Scaled"
#define ICON "blend.png"
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#ifndef PROTO
# ifndef UI
# include "main.h"
#include "Eo.h"
#include "Evas.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
#include <image_blend_occlude1_few_capi.h>
/* standard var */
static int done = 0;
@ -69,38 +73,8 @@ static void _key(char *key)
KEY_STD;
}
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
extern "C" void FNAME(void)
{
ui_func_set(_key, _loop);
_setup();
}
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,18 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */
#define FNAME image_blend_nearest_scaled_start
#define NAME "Image Blend Nearest Scaled"
#define ICON "blend.png"
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#ifndef PROTO
# ifndef UI
# include "main.h"
#include "Eo.h"
#include "Evas.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
/* standard var */
static int done = 0;
@ -69,38 +72,8 @@ static void _key(char *key)
KEY_STD;
}
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
extern "C" void FNAME(void)
{
ui_func_set(_key, _loop);
_setup();
}
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,19 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */
#define FNAME image_blend_nearest_solid_same_scaled_start
#define NAME "Image Blend Nearest Solid Same Scaled"
#define ICON "blend.png"
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#ifndef PROTO
# ifndef UI
# include "main.h"
#include "Eo.h"
#include "Evas.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
#include <image_blend_nearest_solid_same_scaled_capi.h>
/* standard var */
static int done = 0;
@ -69,38 +73,8 @@ static void _key(char *key)
KEY_STD;
}
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
extern "C" void FNAME(void)
{
ui_func_set(_key, _loop);
_setup();
}
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,19 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */
#define FNAME image_blend_nearest_solid_scaled_start
#define NAME "Image Blend Nearest Solid Scaled"
#define ICON "blend.png"
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#ifndef PROTO
# ifndef UI
# include "main.h"
#include "Eo.h"
#include "Evas.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
#include <image_blend_nearest_solid_scaled_capi.h>
/* standard var */
static int done = 0;
@ -69,38 +73,8 @@ static void _key(char *key)
KEY_STD;
}
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
extern "C" void FNAME(void)
{
ui_func_set(_key, _loop);
_setup();
}
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,19 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */
#define FNAME image_blend_occlude1_start
#define NAME "Image Blend Occlude 1"
#define ICON "blend.png"
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#ifndef PROTO
# ifndef UI
# include "main.h"
#include "Eo.h"
#include "Evas.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
#include <image_blend_occlude1_capi.h>
/* standard var */
static int done = 0;
@ -82,38 +86,8 @@ static void _key(char *key)
KEY_STD;
}
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
extern "C" void FNAME(void)
{
ui_func_set(_key, _loop);
_setup();
}
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,19 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */
#define FNAME image_blend_occlude1_few_start
#define NAME "Image Blend Occlude 1 Few"
#define ICON "blend.png"
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#ifndef PROTO
# ifndef UI
# include "main.h"
#include "Eo.h"
#include "Evas.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
#include <image_blend_occlude1_few_capi.h>
#undef OBNUM
#define OBNUM 32
@ -85,38 +89,8 @@ static void _key(char *key)
KEY_STD;
}
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
extern "C" void FNAME(void)
{
ui_func_set(_key, _loop);
_setup();
}
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,19 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */
#define FNAME image_blend_occlude1_many_start
#define NAME "Image Blend Occlude 1 Many"
#define ICON "blend.png"
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#ifndef PROTO
# ifndef UI
# include "main.h"
#include "Eo.h"
#include "Evas.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
#include <image_blend_occlude1_many_capi.h>
#undef OBNUM
#define OBNUM 320
@ -85,38 +89,8 @@ static void _key(char *key)
KEY_STD;
}
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
extern "C" void FNAME(void)
{
ui_func_set(_key, _loop);
_setup();
}
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,21 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */
#define FNAME image_blend_occlude1_very_many_start
#define NAME "Image Blend Occlude 1 Very Many"
#define ICON "blend.png"
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#ifndef PROTO
# ifndef UI
# include "main.h"
#include "Eo.h"
#include "Evas.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
#include <image_blend_occlude1_very_many_capi.h>
#include "main.h"
#undef OBNUM
#define OBNUM 1600
@ -85,38 +91,8 @@ static void _key(char *key)
KEY_STD;
}
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
extern "C" void FNAME(void)
{
ui_func_set(_key, _loop);
_setup();
}
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,21 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */
#define FNAME image_blend_occlude2_start
#define NAME "Image Blend Occlude 2"
#define ICON "blend.png"
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#ifndef PROTO
# ifndef UI
# include "main.h"
#include "Eo.h"
#include "Evas.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
#include <image_blend_occlude2_capi.h>
#include "main.h"
/* standard var */
static int done = 0;
@ -82,38 +88,8 @@ static void _key(char *key)
KEY_STD;
}
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
extern "C" void FNAME(void)
{
ui_func_set(_key, _loop);
_setup();
}
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,21 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */
#define FNAME image_blend_occlude2_few_start
#define NAME "Image Blend Occlude 2 Few"
#define ICON "blend.png"
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#ifndef PROTO
# ifndef UI
# include "main.h"
#include "Eo.h"
#include "Evas.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
#include <image_blend_occlude2_few_capi.h>
#include "main.h"
#undef OBNUM
#define OBNUM 32
@ -85,38 +91,8 @@ static void _key(char *key)
KEY_STD;
}
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
extern "C" void FNAME(void)
{
ui_func_set(_key, _loop);
_setup();
}
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,21 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */
#define FNAME image_blend_occlude2_many_start
#define NAME "Image Blend Occlude 2 Many"
#define ICON "blend.png"
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#ifndef PROTO
# ifndef UI
# include "main.h"
#include "Eo.h"
#include "Evas.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
#include <image_blend_occlude2_many_capi.h>
#include "main.h"
#undef OBNUM
#define OBNUM 320
@ -85,38 +91,8 @@ static void _key(char *key)
KEY_STD;
}
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
extern "C" void FNAME(void)
{
ui_func_set(_key, _loop);
_setup();
}
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,21 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */
#define FNAME image_blend_occlude2_very_many_start
#define NAME "Image Blend Occlude 2 Very Many"
#define ICON "blend.png"
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#ifndef PROTO
# ifndef UI
# include "main.h"
#include "Eo.h"
#include "Evas.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
#include <image_blend_occlude2_very_many_capi.h>
#include "main.h"
#undef OBNUM
#define OBNUM 1600
@ -85,38 +91,8 @@ static void _key(char *key)
KEY_STD;
}
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
extern "C" void FNAME(void)
{
ui_func_set(_key, _loop);
_setup();
}
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,21 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */
#define FNAME image_blend_occlude3_start
#define NAME "Image Blend Occlude 3"
#define ICON "blend.png"
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#ifndef PROTO
# ifndef UI
# include "main.h"
#include "Eo.h"
#include "Evas.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
#include <image_blend_occlude3_capi.h>
#include "main.h"
/* standard var */
static int done = 0;
@ -82,38 +88,8 @@ static void _key(char *key)
KEY_STD;
}
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
extern "C" void FNAME(void)
{
ui_func_set(_key, _loop);
_setup();
}
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,21 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */
#define FNAME image_blend_occlude3_few_start
#define NAME "Image Blend Occlude 3 Few"
#define ICON "blend.png"
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#ifndef PROTO
# ifndef UI
# include "main.h"
#include "Eo.h"
#include "Evas.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
#include <image_blend_occlude3_few_capi.h>
#include "main.h"
#undef OBNUM
#define OBNUM 32
@ -85,38 +91,8 @@ static void _key(char *key)
KEY_STD;
}
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
extern "C" void FNAME(void)
{
ui_func_set(_key, _loop);
_setup();
}
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,19 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */
#define FNAME image_blend_occlude3_many_start
#define NAME "Image Blend Occlude 3 Many"
#define ICON "blend.png"
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#ifndef PROTO
# ifndef UI
# include "main.h"
#include "Eo.h"
#include "Evas.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
#include <image_blend_occlude3_many_capi.h>
#undef OBNUM
#define OBNUM 320
@ -85,38 +89,8 @@ static void _key(char *key)
KEY_STD;
}
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
extern "C" void FNAME(void)
{
ui_func_set(_key, _loop);
_setup();
}
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,20 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */
#define FNAME image_blend_occlude3_very_many_start
#define NAME "Image Blend Occlude 3 Very Many"
#define ICON "blend.png"
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "Eo.h"
#include "Evas.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
#include <image_blend_occlude3_very_many_capi.h>
#ifndef PROTO
# ifndef UI
# include "main.h"
#undef OBNUM
#define OBNUM 1600
@ -85,38 +90,8 @@ static void _key(char *key)
KEY_STD;
}
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
extern "C" void FNAME(void)
{
ui_func_set(_key, _loop);
_setup();
}
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,20 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */
#define FNAME image_blend_smooth_same_scaled_start
#define NAME "Image Blend Smooth Same Scaled"
#define ICON "blend.png"
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "Eo.h"
#include "Evas.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
#include <image_blend_smooth_same_scaled_capi.h>
#ifndef PROTO
# ifndef UI
# include "main.h"
/* standard var */
static int done = 0;
@ -69,38 +74,8 @@ static void _key(char *key)
KEY_STD;
}
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
extern "C" void FNAME(void)
{
ui_func_set(_key, _loop);
_setup();
}
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,18 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */
#define FNAME image_blend_smooth_scaled_start
#define NAME "Image Blend Smooth Scaled"
#define ICON "blend.png"
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#ifndef PROTO
# ifndef UI
# include "main.h"
#include "Eo.h"
#include "Evas.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
/* standard var */
static int done = 0;
@ -69,38 +72,8 @@ static void _key(char *key)
KEY_STD;
}
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
extern "C" void FNAME(void)
{
ui_func_set(_key, _loop);
_setup();
}
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,18 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */
#define FNAME image_blend_smooth_solid_same_scaled_start
#define NAME "Image Blend Smooth Solid Same Scaled"
#define ICON "blend.png"
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#ifndef PROTO
# ifndef UI
# include "main.h"
#include "Eo.h"
#include "Evas.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
/* standard var */
static int done = 0;
@ -69,38 +72,8 @@ static void _key(char *key)
KEY_STD;
}
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
extern "C" void FNAME(void)
{
ui_func_set(_key, _loop);
_setup();
}
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,18 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */
#define FNAME image_blend_smooth_solid_scaled_start
#define NAME "Image Blend Smooth Solid Scaled"
#define ICON "blend.png"
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#ifndef PROTO
# ifndef UI
# include "main.h"
#include "Eo.h"
#include "Evas.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
/* standard var */
static int done = 0;
@ -69,38 +72,8 @@ static void _key(char *key)
KEY_STD;
}
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
extern "C" void FNAME(void)
{
ui_func_set(_key, _loop);
_setup();
}
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,18 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */
#define FNAME image_blend_solid_middle_border
#define NAME "Image Blend Solid Middle Border"
#define ICON "blend.png"
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#ifndef PROTO
# ifndef UI
# include "main.h"
#include "Eo.h"
#include "Evas.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
/* standard var */
static int done = 0;
@ -70,38 +73,8 @@ static void _key(char *key)
KEY_STD;
}
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
extern "C" void FNAME(void)
{
ui_func_set(_key, _loop);
_setup();
}
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,18 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */
#define FNAME image_blend_solid_middle_unscaled_start
#define NAME "Image Blend Solid Middle Unscaled"
#define ICON "blend.png"
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#ifndef PROTO
# ifndef UI
# include "main.h"
#include "Eo.h"
#include "Evas.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
/* standard var */
static int done = 0;
@ -67,38 +70,8 @@ static void _key(char *key)
KEY_STD;
}
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
extern "C" void FNAME(void)
{
ui_func_set(_key, _loop);
_setup();
}
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,18 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */
#define FNAME image_blend_unscaled_start
#define NAME "Image Blend Unscaled"
#define ICON "blend.png"
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#ifndef PROTO
# ifndef UI
# include "main.h"
#include "Eo.h"
#include "Evas.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
/* standard var */
static int done = 0;
@ -65,38 +68,8 @@ static void _key(char *key)
KEY_STD;
}
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
extern "C" void FNAME(void)
{
ui_func_set(_key, _loop);
_setup();
}
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,18 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */
#define FNAME image_crossfade_start
#define NAME "Image Crossfade"
#define ICON "blend.png"
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#ifndef PROTO
# ifndef UI
# include "main.h"
#include "Eo.h"
#include "Evas.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
/* standard var */
static int done = 0;
@ -65,38 +68,8 @@ static void _key(char *key)
KEY_STD;
}
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
extern "C" void FNAME(void)
{
ui_func_set(_key, _loop);
_setup();
}
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,18 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */
#define FNAME image_data_argb_start
#define NAME "Image Data ARGB"
#define ICON "data.png"
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#ifndef PROTO
# ifndef UI
# include "main.h"
#include "Eo.h"
#include "Evas.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
/* standard var */
static int done = 0;
@ -88,38 +91,8 @@ static void _key(char *key)
KEY_STD;
}
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
extern "C" void FNAME(void)
{
_setup();
ui_func_set(_key, _loop);
}
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,18 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */
#define FNAME image_data_argb_alpha_start
#define NAME "Image Data ARGB Alpha"
#define ICON "data.png"
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#ifndef PROTO
# ifndef UI
# include "main.h"
#include "Eo.h"
#include "Evas.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
/* standard var */
static int done = 0;
@ -99,38 +102,8 @@ static void _key(char *key)
KEY_STD;
}
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
extern "C" void FNAME(void)
{
_setup();
ui_func_set(_key, _loop);
}
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,18 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */
#define FNAME image_data_ycbcr601pl_start
#define NAME "Image Data YCbCr 601 Pointer List"
#define ICON "data.png"
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#ifndef PROTO
# ifndef UI
# include "main.h"
#include "Eo.h"
#include "Evas.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
/* standard var */
static int done = 0;
@ -106,38 +109,8 @@ static void _key(char *key)
KEY_STD;
}
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
extern "C" void FNAME(void)
{
_setup();
ui_func_set(_key, _loop);
}
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,18 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */
#define FNAME image_data_ycbcr601pl_map_nearest_solid_rotate_start
#define NAME "Image Data YCbCr 601 Pointer List Map Nearest Solid Rotate"
#define ICON "data.png"
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#ifndef PROTO
# ifndef UI
# include "main.h"
#include "Eo.h"
#include "Evas.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
/* standard var */
static int done = 0;
@ -113,38 +116,8 @@ static void _key(char *key)
KEY_STD;
}
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
extern "C" void FNAME(void)
{
ui_func_set(_key, _loop);
_setup();
}
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,18 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */
#define FNAME image_data_ycbcr601pl_map_solid_rotate_start
#define NAME "Image Data YCbCr 601 Pointer List Map Solid Rotate"
#define ICON "data.png"
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#ifndef PROTO
# ifndef UI
# include "main.h"
#include "Eo.h"
#include "Evas.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
/* standard var */
static int done = 0;
@ -111,38 +114,8 @@ static void _key(char *key)
KEY_STD;
}
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
extern "C" void FNAME(void)
{
_setup();
ui_func_set(_key, _loop);
}
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,18 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */
#define FNAME image_data_ycbcr601pl_wide_stride_start
#define NAME "Image Data YCbCr 601 Pointer List Wide Stride"
#define ICON "data.png"
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#ifndef PROTO
# ifndef UI
# include "main.h"
#include "Eo.h"
#include "Evas.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
/* standard var */
static int done = 0;
@ -143,38 +146,8 @@ static void _key(char *key)
KEY_STD;
}
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
extern "C" void FNAME(void)
{
ui_func_set(_key, _loop);
_setup();
}
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,18 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */
#define FNAME image_map_3d_1_start
#define NAME "Image Map 3D 1"
#define ICON "3d.png"
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#ifndef PROTO
# ifndef UI
# include "main.h"
#include "Eo.h"
#include "Evas.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
typedef struct _Point
{
@ -226,38 +229,8 @@ static void _key(char *key)
KEY_STD;
}
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
extern "C" void FNAME(void)
{
_setup();
ui_func_set(_key, _loop);
}
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,18 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */
#define FNAME image_map_3d_2_start
#define NAME "Image Map 3D 2"
#define ICON "3d.png"
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#ifndef PROTO
# ifndef UI
# include "main.h"
#include "Eo.h"
#include "Evas.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
typedef struct _Point
{
@ -224,38 +227,8 @@ static void _key(char *key)
KEY_STD;
}
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
extern "C" void FNAME(void)
{
_setup();
ui_func_set(_key, _loop);
}
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,18 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */
#define FNAME image_map_3d_3_start
#define NAME "Image Map 3D 3"
#define ICON "3d.png"
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#ifndef PROTO
# ifndef UI
# include "main.h"
#include "Eo.h"
#include "Evas.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
typedef struct _Point
{
@ -218,38 +221,8 @@ static void _key(char *key)
KEY_STD;
}
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
extern "C" void FNAME(void)
{
_setup();
ui_func_set(_key, _loop);
}
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,18 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */
#define FNAME image_map_3d_4_start
#define NAME "Image Map 3D 4"
#define ICON "3d.png"
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#ifndef PROTO
# ifndef UI
# include "main.h"
#include "Eo.h"
#include "Evas.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
typedef struct _Point
{
@ -216,38 +219,8 @@ static void _key(char *key)
KEY_STD;
}
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
extern "C" void FNAME(void)
{
_setup();
ui_func_set(_key, _loop);
}
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,18 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */
#define FNAME image_map_3d_5_start
#define NAME "Image Map 3D 5"
#define ICON "3d.png"
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#ifndef PROTO
# ifndef UI
# include "main.h"
#include "Eo.h"
#include "Evas.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
typedef struct _Point
{
@ -206,38 +209,8 @@ static void _key(char *key)
KEY_STD;
}
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
extern "C" void FNAME(void)
{
_setup();
ui_func_set(_key, _loop);
}
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,18 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */
#define FNAME image_map_3d_6_start
#define NAME "Image Map 3D 6"
#define ICON "3d.png"
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#ifndef PROTO
# ifndef UI
# include "main.h"
#include "Eo.h"
#include "Evas.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
typedef struct _Point
{
@ -203,38 +206,8 @@ static void _key(char *key)
KEY_STD;
}
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
extern "C" void FNAME(void)
{
_setup();
ui_func_set(_key, _loop);
}
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,18 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */
#define FNAME image_map_3d_flow_start
#define NAME "Image Map 3D Flow"
#define ICON "3d.png"
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#ifndef PROTO
# ifndef UI
# include "main.h"
#include "Eo.h"
#include "Evas.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
/* standard var */
static int done = 0;
@ -197,38 +200,8 @@ static void _key(char *key)
KEY_STD;
}
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
extern "C" void FNAME(void)
{
_setup();
ui_func_set(_key, _loop);
}
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,18 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */
#define FNAME image_map_color_alpha_nearest_rotate_start
#define NAME "Image Map Color Alpha Nearest Rotate"
#define ICON "map.png"
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#ifndef PROTO
# ifndef UI
# include "main.h"
#include "Eo.h"
#include "Evas.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
/* standard var */
static int done = 0;
@ -82,38 +85,8 @@ static void _key(char *key)
KEY_STD;
}
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
extern "C" void FNAME(void)
{
_setup();
ui_func_set(_key, _loop);
}
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,18 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */
#define FNAME image_map_color_alpha_nearest_solid_rotate_start
#define NAME "Image Map Color Alpha Nearest Solid Rotate"
#define ICON "map.png"
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#ifndef PROTO
# ifndef UI
# include "main.h"
#include "Eo.h"
#include "Evas.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
/* standard var */
static int done = 0;
@ -82,38 +85,8 @@ static void _key(char *key)
KEY_STD;
}
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
extern "C" void FNAME(void)
{
_setup();
ui_func_set(_key, _loop);
}
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,18 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */
#define FNAME image_map_color_alpha_rotate_start
#define NAME "Image Map Color Alpha Rotate"
#define ICON "map.png"
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#ifndef PROTO
# ifndef UI
# include "main.h"
#include "Eo.h"
#include "Evas.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
/* standard var */
static int done = 0;
@ -80,38 +83,8 @@ static void _key(char *key)
KEY_STD;
}
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
extern "C" void FNAME(void)
{
_setup();
ui_func_set(_key, _loop);
}
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,18 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */
#define FNAME image_map_color_alpha_solid_rotate_start
#define NAME "Image Map Color Alpha Solid Rotate"
#define ICON "map.png"
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#ifndef PROTO
# ifndef UI
# include "main.h"
#include "Eo.h"
#include "Evas.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
/* standard var */
static int done = 0;
@ -79,38 +82,8 @@ static void _key(char *key)
KEY_STD;
}
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
extern "C" void FNAME(void)
{
_setup();
ui_func_set(_key, _loop);
}
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,18 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */
#define FNAME image_map_color_nearest_rotate_start
#define NAME "Image Map Color Nearest Rotate"
#define ICON "map.png"
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#ifndef PROTO
# ifndef UI
# include "main.h"
#include "Eo.h"
#include "Evas.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
/* standard var */
static int done = 0;
@ -82,38 +85,8 @@ static void _key(char *key)
KEY_STD;
}
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
extern "C" void FNAME(void)
{
_setup();
ui_func_set(_key, _loop);
}
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,18 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */
#define FNAME image_map_color_nearest_solid_rotate_start
#define NAME "Image Map Color Nearest Solid Rotate"
#define ICON "map.png"
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#ifndef PROTO
# ifndef UI
# include "main.h"
#include "Eo.h"
#include "Evas.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
/* standard var */
static int done = 0;
@ -82,38 +85,8 @@ static void _key(char *key)
KEY_STD;
}
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
extern "C" void FNAME(void)
{
_setup();
ui_func_set(_key, _loop);
}
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,18 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */
#define FNAME image_map_color_rotate_start
#define NAME "Image Map Color Rotate"
#define ICON "map.png"
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#ifndef PROTO
# ifndef UI
# include "main.h"
#include "Eo.h"
#include "Evas.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
/* standard var */
static int done = 0;
@ -80,38 +83,8 @@ static void _key(char *key)
KEY_STD;
}
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
extern "C" void FNAME(void)
{
_setup();
ui_func_set(_key, _loop);
}
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,18 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */
#define FNAME image_map_color_solid_rotate_start
#define NAME "Image Map Color Solid Rotate"
#define ICON "map.png"
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#ifndef PROTO
# ifndef UI
# include "main.h"
#include "Eo.h"
#include "Evas.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
/* standard var */
static int done = 0;
@ -80,38 +83,8 @@ static void _key(char *key)
KEY_STD;
}
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
extern "C" void FNAME(void)
{
_setup();
ui_func_set(_key, _loop);
}
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,18 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */
#define FNAME image_map_nearest_rotate_start
#define NAME "Image Map Nearest Rotate"
#define ICON "map.png"
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#ifndef PROTO
# ifndef UI
# include "main.h"
#include "Eo.h"
#include "Evas.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
/* standard var */
static int done = 0;
@ -77,38 +80,8 @@ static void _key(char *key)
KEY_STD;
}
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
extern "C" void FNAME(void)
{
_setup();
ui_func_set(_key, _loop);
}
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,18 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */
#define FNAME image_map_nearest_solid_rotate_start
#define NAME "Image Map Nearest Solid Rotate"
#define ICON "map.png"
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#ifndef PROTO
# ifndef UI
# include "main.h"
#include "Eo.h"
#include "Evas.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
/* standard var */
static int done = 0;
@ -77,38 +80,8 @@ static void _key(char *key)
KEY_STD;
}
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
extern "C" void FNAME(void)
{
_setup();
ui_func_set(_key, _loop);
}
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,18 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */
#define FNAME image_map_rotate_start
#define NAME "Image Map Rotate"
#define ICON "map.png"
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#ifndef PROTO
# ifndef UI
# include "main.h"
#include "Eo.h"
#include "Evas.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
/* standard var */
static int done = 0;
@ -73,38 +76,8 @@ static void _key(char *key)
KEY_STD;
}
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
extern "C" void FNAME(void)
{
_setup();
ui_func_set(_key, _loop);
}
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,18 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */
#define FNAME image_map_solid_rotate_start
#define NAME "Image Map Solid Rotate"
#define ICON "map.png"
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#ifndef PROTO
# ifndef UI
# include "main.h"
#include "Eo.h"
#include "Evas.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
/* standard var */
static int done = 0;
@ -75,38 +78,8 @@ static void _key(char *key)
KEY_STD;
}
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
extern "C" void FNAME(void)
{
_setup();
ui_func_set(_key, _loop);
}
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,18 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */
#define FNAME image_quality_scale_start
#define NAME "Image Quality Scale"
#define ICON "data.png"
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#ifndef PROTO
# ifndef UI
# include "main.h"
#include "Eo.h"
#include "Evas.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
/* standard var */
static int done = 0;
@ -67,38 +70,8 @@ static void _key(char *key)
KEY_STD;
}
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
extern "C" void FNAME(void)
{
ui_func_set(_key, _loop);
_setup();
}
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,18 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */
#define FNAME line_blend_start
#define NAME "Line Blend"
#define ICON "rect.png"
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#ifndef PROTO
# ifndef UI
# include "main.h"
#include "Eo.h"
#include "Evas.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
/* standard var */
static int done = 0;
@ -106,38 +109,8 @@ static void _key(char *key)
KEY_STD;
}
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
extern "C" void FNAME(void)
{
ui_func_set(_key, _loop);
_setup();
}
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,18 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */
#define FNAME image_blend_unscaled_proxy_start
#define NAME "Image Blend Unscaled Proxy"
#define ICON "blend.png"
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#ifndef PROTO
# ifndef UI
# include "main.h"
#include "Eo.h"
#include "Evas.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
/* standard var */
static int done = 0;
@ -76,38 +79,8 @@ static void _key(char *key)
}
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
{
extern "C" {
ui_func_set(_key, _loop);
_setup();
}
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,19 +1,18 @@
/**
* This tests that proxy works fine if the proxy (of an image) works when
* offscreen.
*/
#undef FNAME
#undef NAME
#undef ICON
/* metadata */
#define FNAME image_blend_unscaled_proxy_start
#define NAME "Proxy Offscreen"
#define ICON "blend.png"
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#ifndef PROTO
# ifndef UI
# include "main.h"
#include "Eo.h"
#include "Evas.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
/* standard var */
static int done = 0;
@ -77,38 +76,8 @@ static void _key(char *key)
}
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
{
extern "C" {
ui_func_set(_key, _loop);
_setup();
}
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,18 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */
#define FNAME proxy_text_fixed
#define NAME "Proxy Text Fixed"
#define ICON "text.png"
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#ifndef PROTO
# ifndef UI
# include "main.h"
#include "Eo.h"
#include "Evas.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
/* standard var */
static int done = 0;
@ -90,38 +93,8 @@ static void _key(char *key)
KEY_STD;
}
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
extern "C" void FNAME(void)
{
ui_func_set(_key, _loop);
_setup();
}
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON

View File

@ -1,15 +1,18 @@
#undef FNAME
#undef NAME
#undef ICON
/* metadata */
#define FNAME proxy_text_random
#define NAME "Proxy Text Random"
#define ICON "text.png"
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#ifndef PROTO
# ifndef UI
# include "main.h"
#include "Eo.h"
#include "Evas.h"
#include "Eo.hh"
#include "Eina.hh"
#include "Evas.hh"
#include "main.h"
#define EXPEDITE_CXX_TEST_IMPL
/* standard var */
static int done = 0;
@ -110,38 +113,8 @@ static void _key(char *key)
KEY_STD;
}
/* template stuff - ignore */
# endif
#endif
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef PROTO
# ifndef UI
void FNAME(void)
extern "C" void FNAME(void)
{
ui_func_set(_key, _loop);
_setup();
}
# endif
#endif
#undef FNAME
#undef NAME
#undef ICON